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 using LittleFS file system however i have not made any changes to the partitions table nor do I know how to do it so I am assuming its set to default. I saw that the bin files could be uploaded using command line or Flash Download Tools however both of them require addresses of where the bin files needs to be. Can someone help me with a step by step guide on what should i do. Thank you!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.