Initial commit

This commit is contained in:
2021-04-09 11:32:51 +02:00
commit 4add965162
19 changed files with 6426 additions and 0 deletions
+5822
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -0,0 +1,7 @@
# 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'
`
Binary file not shown.