mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 08:21:18 +01:00
Since J-Link V6.74, a GUI is shown when flashing from the command line. This steals the focus of the terminal. Adding `-nogui 1` solves the issue, but raises the minimum supported version to V6.74 (released around June 2020). Note that JLinkGDBServer has a slightly different `-nogui` option.