This website requires JavaScript.
Explore
Help
Sign In
pohui_pohui
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2025-02-02 18:59:56 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
89d6990a92
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 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
Reference in New Issue
Copy Permalink