FIX: Update initial offset address to 0x0 in final esptool command#32
FIX: Update initial offset address to 0x0 in final esptool command#32conana wants to merge 1 commit intoGuruSR:masterfrom
esptool command#32Conversation
|
That is odd, because the bootloader is supposed to be at 0x1000. |
|
Honestly, I'm very new to embedded development, so don't profess to know otherwise. I only had one pass at Watchy_GSR, where the watchy didn't come back aftre reset (was stuck in a reset/boot loop I think). However, I was able earlier to build the example stock firmware with Arduino IDE so I compared the bin/readme instructions with that known-good process. This was the build command in Arduino IDE for stock example watchfaces:
The only difference was the 0x0 here vs the 0x1000 in the bin/readme, so I changed it and it worked. |
On a new V3, I found myself working through to the end of the Bin/readme for uploading the precompiled binaries but the final flash was unsuccessful. Changing the offset address in esptool for the initial binary (bootloader) to 0x0 resolved the problem, so here's a tweak to the instructions. Caveat: I've not tested whether the pre-V3 hardware needs this also.