Skip to content

Commit

Permalink
meshtastic#17 WIP add tool to capture the system portion of flash
Browse files Browse the repository at this point in the history
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
  • Loading branch information
geeksville committed Mar 17, 2020
1 parent 535f07d commit 7b1ffb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/read-system-info.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
esptool.py --baud 921600 read_flash 0x1000 0xf000 system-info.img
Binary file added images/system-info.bin
Binary file not shown.

0 comments on commit 7b1ffb5

Please sign in to comment.