[Feature Request]: copy whole memory of heltec v3 with esptool #7485
Replies: 5 comments
-
|
esptool.py --port COMX --baud 921600 read_flash 0 0x800000 backup_firmware.bin is it correct command? |
Beta Was this translation helpful? Give feedback.
-
|
You can use the import/export configuration in the Android app. |
Beta Was this translation helpful? Give feedback.
-
|
It doesnt export/import whole configuration. Already checked it
Pozdrawiam Paweł Drobek
pon., 21 lip 2025, 10:45 użytkownik Pedro ***@***.***>
napisał:
… *barbabarros* left a comment (meshtastic/firmware#7387)
<#7387 (comment)>
You can use the import/export configuration in the Android app.
—
Reply to this email directly, view it on GitHub
<#7387 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCZFLS55SMCT2T4XXK3OHD3JSSEJAVCNFSM6AAAAACB44FIT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOJVG42TSMZUGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
if you want only the configuration, read the part of the memory that corresponds to the littlefs filesystem. In case of the heltec v3 its
You need to decode/mount the littlefs and find the proto files with the device settings |
Beta Was this translation helpful? Give feedback.
-
|
I need to copy whole memory
Pozdrawiam Paweł Drobek
pon., 21 lip 2025, 11:07 użytkownik Thomas Göttgens <
***@***.***> napisał:
… *caveman99* left a comment (meshtastic/firmware#7387)
<#7387 (comment)>
if you want only the configuration, read the part of the memory that
corresponds to the littlefs filesystem. In case of the heltec v3 its
start 0x300000 and size 0x100000
You need to decode/mount the littlefs and find the proto files with the
device settings
—
Reply to this email directly, view it on GitHub
<#7387 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCZFLSZQN26FSI2CW2FOOD3JSUWXAVCNFSM6AAAAACB44FIT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOJVHAZDANZQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
Description
I need to copy whole configuration of my heltec's v3. Is it possible via esptool? If yes please help
Beta Was this translation helpful? Give feedback.
All reactions