Search found 2 matches

by neospice
Thu Nov 14, 2024 8:28 am
Forum: General Discussion
Topic: How to upload littlefs.bin to esp32
Replies: 3
Views: 613

Re: How to upload littlefs.bin to esp32

@aliarifat794 The links that you have mentioned gives information on how to upload the code using PlatformIO or Arduino Ide. However I want the method on how to upload the same thing using command line or Flash Download Tools
by neospice
Thu Nov 14, 2024 7:55 am
Forum: General Discussion
Topic: How to upload littlefs.bin to esp32
Replies: 3
Views: 613

How to upload littlefs.bin to esp32

I want to upload my code to esp32 without using any ide. As far as I have understood I am suppose to upload bin files to my esp32 but the question is how? I coded my project in PlatformIO. The bin files that are generated are bootloader.bin, firmware.bin, littlefs.bin and partitions.bin. Yes I am us...