python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin --spiffs
Search found 2 matches
- Wed Mar 26, 2025 8:51 pm
- Forum: General Discussion
- Topic: Uploading project to ESP32 with terminal and OTA
- Replies: 2
- Views: 433
Re: Uploading project to ESP32 with terminal and OTA
After digging, the following command is working 
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin --spiffs
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin --spiffs
- Sat Mar 22, 2025 9:14 pm
- Forum: General Discussion
- Topic: Uploading project to ESP32 with terminal and OTA
- Replies: 2
- Views: 433
Uploading project to ESP32 with terminal and OTA
Hello,
For my project, I need to let the user update the firmware and data with OTA.
This is working:
python3 espota.py -i 192.168.129.25 -p 3232 -f firmware.bin
This is not working:
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin
Response: [ERROR]: No response from device
Any idea ...
For my project, I need to let the user update the firmware and data with OTA.
This is working:
python3 espota.py -i 192.168.129.25 -p 3232 -f firmware.bin
This is not working:
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin
Response: [ERROR]: No response from device
Any idea ...