m5stack / AirQUserDemo

MIT License
10 stars 7 forks source link

How to upload filesystem image? #4

Closed andrico21 closed 1 month ago

andrico21 commented 8 months ago

Unable to recover demo firmware on a unit: compiled successfully, but README lacks of instruction how to deal with "2. upload filesystem image".

tried to upload using IDE 1.8.19, got positive results in upload, but device isn't working properly - screen just flashing, config webpage won't open with not found error.

hpsaturn commented 7 months ago

With PlatformIO is very simple:

pio run --target uploadfs

nyl162 commented 3 months ago

Follow these steps and remember to close Serial Monitor during upload.

https://randomnerdtutorials.com/arduino-ide-2-install-esp32-littlefs/

Tinyu-Zhao commented 3 months ago

Follow these steps and remember to close Serial Monitor during upload.

https://randomnerdtutorials.com/arduino-ide-2-install-esp32-littlefs/

You are right, for Arduino 1.x version, you can refer to this tutorial.