Update BBQKees E32 V1.5 to 3.7.0 #2186
Replies: 2 comments 1 reply
-
We used to do option 5, which included the @crbble fancy doing a PR? |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the reply. Documentation from bbqkees starts here: And points here: This is a dead link (but I think since only a few days). @proddy Can you outline the scope of the PR? Integrate the neccessary steps to create the files from the CI toolchain and place them somewhere downloadable and then add the esptool line to the docs? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I just wanted to share a short story about updating the "grey" BBQKees E32 1.5 (internal micro USB) to the newest version of EMS-ESP. The problem here is that coming from 3.4 the partition layout has changed and OTA is not possible anymore, previously OTA was fine.
The official variants to update are:
EMS-ESP-Flash-Tool: Huge binary file, I am not that paranoid but I was running out of options until I ran it. Then it segfaulted on an up to date Archlinux :-(
EMS-ESP Web installer: Only offers software for the E32 V2, which is 16 MB flash and therefore I do not expect it to work (and it actually didnt).
Web interface/OTA: Partition layout change.
EMS-ESP-cli installer: Only offers configs for E32 V2 16 MB as far as I saw and needs github command line tool and login.
Building from sourcecode: That worked. Took a while to setup platformio (and pull all dependencies), but pio run -e s_4M --target upload --upload-port /dev/ttyUSB0 did the job in the end. I flashed without external power supply, which worked fine enough.
Having flashed a lot of ESPs I was wondering if it is not possible to simply offer the flashfiles (partition, bootloader, flash etc.) and a one line esptool.py command line to write them to the correct address. Or did I miss this information somewhere?
Thanks a lot for this project and keep up the good work!
Beta Was this translation helpful? Give feedback.
All reactions