-->
Page 1 of 1

Boot without flash

PostPosted: Thu Apr 21, 2022 3:18 pm
by Phil S
Does anyone know if it is possible to boot ESP8266 without any SPI flash for example, boot from UART and feed program directly into RAM and execute from there.

Re: Boot without flash

PostPosted: Fri Apr 22, 2022 4:01 am
by QuickFix
As far as I know there are only 2 boot modes: from flash or from SD card, although I've never never seen anyone venture the latter option (it might not be even possible at all).

Re: Boot without flash

PostPosted: Fri Apr 22, 2022 4:19 am
by Pablo2048
It's not "from SD card", but as an SD card - the chip can behave like SDIO slave device...

Re: Boot without flash

PostPosted: Fri Apr 22, 2022 6:18 am
by QuickFix
Pablo2048 wrote:It's not "from SD card", but as an SD card - the chip can behave like SDIO slave device...

Ah, learnt something new today.

Thanks Pablo. :idea: