This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
meshtastic-firmware
kopia lustrzana
https://github.com/meshtastic/firmware
Obserwuj
1
Polub
0
Forkuj
You've already forked meshtastic-firmware
1
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
8e996e3e63
meshtastic-firmware
/
bin
/
read-system-info.sh
4 wiersze
87 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
Use /usr/bin/env in bash and python script shebangs
2022-01-07 10:29:58 +00:00
#!/usr/bin/env bash
#17 WIP add tool to capture the system portion of flash based on initial encouraging feedback from @illperipherals if more people report success, we'll need to change the install instructions to: esptool.py --port COM10 --baud 921600 erase_flash esptool.py --port COM10 --baud 921600 write_flash 0x1000 system-info.bin esptool.py --port COM10 --baud 921600 write_flash 0x10000 firmware-HELTEC-US-0.1.6.bin
2020-03-17 18:17:58 +00:00
esptool.py --baud
921600
read_flash 0x1000 0xf000 system-info.img