8 lines
356 B
Markdown
8 lines
356 B
Markdown
# Program Dragino LGT92 with openocd
|
|
|
|
`
|
|
LED nach oben (mit eigenem Kabel, siehe ODT File)
|
|
Reset Knopf kurz drücken, dann folgender Befehl:
|
|
[joerg@cinnamon firmware]$ openocd -f /usr/share/openocd/scripts/interface/stlink.cfg -c "transport select hla_swd" -f /usr/share/openocd/scripts/target/stm32l0.cfg -c init -c 'program EU868.hex verify reset exit'
|
|
`
|