mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 17:13:38 +00:00
#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
This commit is contained in:
parent
535f07d927
commit
7b1ffb5c09
1
bin/read-system-info.sh
Executable file
1
bin/read-system-info.sh
Executable file
@ -0,0 +1 @@
|
||||
esptool.py --baud 921600 read_flash 0x1000 0xf000 system-info.img
|
BIN
images/system-info.bin
Normal file
BIN
images/system-info.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user