Skip to content

Migrate from v0.3.4 to v0.4.0 on Lanbon L8 #116

Answered by fvanroie
Polomans asked this question in Q&A
Discussion options

You must be logged in to vote

There are 2 binary files available for each device:

  • ota only updates the application partition on the device
  • full contains all partitions at once for easy flashing

The v0.4.0 ota binary will not fit on the v0.3.4 application partition, so you need to flash the full binary first. The full binary is an all-in-one containing the bootloader, application and appropriate partition schema for that device. There is no more need to flash those separately.

Install the firmware

Flash ESP32

When flashing the ESP32 for the first time, you need to flash it over serial using the full firmware binary file:

esptool.py --port COM1 erase_flash
esptool.py --port COM1 --baud 921600 write_flash 0x0 lanbon_l8…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fvanroie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants