This website requires JavaScript.
Explore
Help
Register
Sign In
rbxii3
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2025-12-22 02:32:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
706d6e2671d854c89fa8578401a02954c6958b9c
firmware
/
bin
/
read-system-info.sh
4 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env in bash and python script shebangs
2022-01-07 02:29:58 -08: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 11:17:58 -07:00
esptool.py --baud
921600
read_flash 0x1000 0xf000 system-info.img
Reference in New Issue
Copy Permalink