-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] how to flash mongoose using esptool.py? (as workaround) #21
Comments
you are on the right path, addr is the address to flash and you just need to flash all the parts and that's all. |
however, i'm not sure esptool supports dtr/rts swap as your board requires |
i am sure, i've managed to start flashing process using esptool.py (with default settings BTW). Both directly from commandline and through the arduino ide. I've succesfully uploaded sketches from arduino ide (eg. Blink example), but not the mongoose os.
Do i need to flash all the files? Even bootloader.bin? Will that overwrite default esp32 serial bootloader? What about fs.img? It does not have any addr specified in manifest. But if i do |
Hello, because of #20 i can't currently flash my board using
mos flash
so i have to use esptool.py shipped with arduino which works fine. But i don't know what addresses to specify in order to get it to flash mongoose.I've unzipped images in build/fw directory and tried to flash it like this:
esptool.py --port /dev/ttyUSB3 write_flash 65536 display.bin 32768 partitions_mgos.bin
But it didn't really worked. Can you please tell me what files i need to flash to what memory offsets, so i can flash mongoose to esp32 using espressif's esptool.py as workaround until #20 gets resolved?
Thanks!
I have following files:
manifest.json:
The text was updated successfully, but these errors were encountered: