unkyulee / micro-journal

Other
233 stars 7 forks source link

ESP32 NOT FORMATTED #30

Open Kingseso opened 1 week ago

Kingseso commented 1 week ago

Hello,

Has any received an ESP32 NOT FORMATTED issue on their screen after powering up? I'm not too sure where this message is coming from. I have a formatted SD card with firmware_rev_6.bin on it in the screen. I even tried a different card just in case it was the SD card.

Regards,

unkyulee commented 1 week ago

This message is because the internal storage of ESP32 is not formatted. You probably uploaded the firmware but didn't format the internal storage partition.

In the platformio menus, you need to perform "Upload File System Images" addition to uploading the firmware.

Check in this article, in the middle of the article you should see how files gets uploaded to ESP32 internal storage. https://randomnerdtutorials.com/esp32-vs-code-platformio-spiffs/

On Thu, Oct 10, 2024 at 10:25 PM Kingseso @.***> wrote:

Hello,

Has any received an ESP32 NOT FORMATTED issue on their screen after powering up? I'm not too sure where this message is coming from. I have a formatted SD card with firmware_rev_6.bin on it in the screen. I even tried a different card just in case it was the SD card.

Regards,

— Reply to this email directly, view it on GitHub https://github.com/unkyulee/micro-journal/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPOZ3UJFFIMXFOXM5OKRELZ23PCVAVCNFSM6AAAAABPXR4X36VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TSNZXGEYTMMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Un Kyu Lee