Skip to main content

Bug Fixes

  • lager debug erase and lager debug flash now correctly pass the JLinkScript to J-Link during the connect step. Previously only gdbserver passed the script, causing erase/flash to fail on MCUs that require a JLinkScript to load the correct flash algorithm (e.g. DA1469x with external QSPI flash)
  • For DA1469x targets, erase now uses address-range erase instead of chip erase, and no longer halts after erase when flashing
  • Fixed crash when running RTT after flashing
  • Improved J-Link process management: stale PID files are now cleaned up, and JLinkGDBServer is stopped before chip erase operations

Installation

To install this version:
pip install lager-cli==0.14.2
To upgrade from a previous version:
pip install --upgrade lager-cli

Resources

View Release on PyPI