pylink
pylink copied to clipboard
Python Library for device debugging/programming via J-Link
Hi, When I try flashing the target device using JLink commander on linux (e.g. JLinkExe) I get `Writing target memory failed` error thrown. The issue has already been resolved on...
On Linux and macOS, the single constant `JLINK_SDK_NAME` has been used internally by the pylink `Library` class as both: - the library name parameter for the ctypes API `find_library()` -...
Hi! For packaging purposes downstreams such as Arch Linux rely on sdist tarballs, such as those on pypi.org. Currently you only have .whl files there. Do you have plans of...
**General Description** We added custom device support in J-Link, by adding device info in JLinkDevices.xml, and provide flash algo in Devices directory. It works with JLink.exe, but failed with pylink,...
After installing JLink tools v6.32d for ARM on Raspbian, I am able to access the device using command line tools. Using python 2.7.9 under a virtual environment and ipython session,...
``` $ jlink.compatible_firmware_version Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.9/site-packages/pylink/jlink.py", line 142, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/pylink/jlink.py", line 1232, in compatible_firmware_version raise...
Hey, I'm new to Python and pylink, but I've managed to flash my target through file. I wanted to know if is it possible to change a specific memory address,...
I am trying to automate the erasing and reflashing of a chip but none of them are working. Here is my code: import pylink import time error = '' file...
Hi Team, We are getting below error message while downloading the code in MCU through J-Link/J-trace: 1. [ERROR] Failed to measure CPU clock frequency 2. [ERROR] Failed to measure CPU...
test by rock pi 4b plus on ubuntu20.04