Ford Peprah

Results 177 comments of Ford Peprah

Sorry for getting back to you so late. You need to great a bin (or hex) file from the ELF file to flash to your device. The no handlers message...

The example should work provided the addresses are valid (come from the disassembly of the binary file). That would be my suggestion, otherwise I'm unsure of what the issue would...

> Thank you for your help. May be the address I set was wrong, I reset the address and it run success. > Now I can get the trace when...

Hm, the number should be same if the Window pops up. What do you mean by cannot pass in `chip_name`? Are you sure that's the correct chip name? Doing a...

Have you tried passing in `device_name=iMX7ULP`? There may be some internal logic present that is doing the mapping from `MCIMX7U3_M4` to `iMX7ULP`.

I would take a look at this [issue](https://github.com/square/pylink/pull/25), as it could be a 32-bit vs 64-bit issue. I'm not entirely sure what's going on here.

Hm, from a cursory examination, it seems to be baked into the `.so` file. I'm not sure if there is a way to dynamically add a new device definition (as...

@djgood Ah, that's interesting. If you copy the XML file alongside the DLL, does it work? If so, we might be able to add support for copying the XML file...

I believe there was an open pull request in the same vein (#68); my concern with what is proposed in the StackOverflow thread is that it doesn't cover all operating...

Hi @FARLY7, sorry about that. I currently don't have the bandwidth to work on this, but would gladly accept a modification of #68 that doesn't completely drop `psutil`, but instead...