-
Checks
Port, board and/or hardwareesp8266 MicroPython versionESP8266_GENERIC-FLASH_1M-20240222-v1.22.2 ReproductionI made a custom pcb with an ESP8266EX. I did attempt to flash it using the latest Micropython 1.22.2. After flashing without any errors I connect to the device using And I get an infinite error message. Expected behaviourI can flash the device and boot into a Micropython REPL Observed behaviourNow I do get this output when flashing. So it appears as if everything works out ok.
The boot message looks like so happily repeating ad infinitum:
Additional InformationI did try various options and baud rates with the same result:
This is the Flash chip that I used: W25Q128JVSIQ (Datasheet) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The ESP8266 ROM startup code has a problem with 16MB flash. It works up to 4 MB. See the respective discussion in the old MicroPyhton forum. e.g. https://forum.micropython.org/viewtopic.php?f=16&t=10675&p=60240&hilit=16MB#p60240 or issue #6359. |
Beta Was this translation helpful? Give feedback.
The ESP8266 ROM startup code has a problem with 16MB flash. It works up to 4 MB. See the respective discussion in the old MicroPyhton forum. e.g. https://forum.micropython.org/viewtopic.php?f=16&t=10675&p=60240&hilit=16MB#p60240 or issue #6359.