Good morning,
I am working with an Esp32S3 Wroom 1 module and I would like to know if it is possible to flash/program
the Esp32S3 without using the Eclipse workspace ?
My goal would be to program/flash the Esp32S3 chip via command lines
(With an USB cable connected to the USB connector of the chip).
I know that it is possible to do that using chips from other constructors (For ex, with Renesas Chips, it is possible
to install a little program which can be called from command lines).
This would enable me to include the program and the command lines in a personnal tool
in order to program the chip in production (Without using Eclipse IDE).
Could you please help me on the subject ?
Best regards,
Thomas TRUILHE
ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
-
- Posts: 229
- Joined: Thu Jul 14, 2022 5:15 am
-
- Posts: 76
- Joined: Tue Sep 12, 2017 11:25 am
Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
I always compile and flash from the command line, you just have to configure the esp-idf environment as indicated in the documentation in the get-stated https://docs.espressif.com/projects/esp ... index.html section and then you can use idf.py to do everything you need.
https://docs.espressif.com/projects/esp ... irst-steps
cd ~/esp/hello_world
idf.py set-target esp32
idf.py menuconfig
Regards,
https://docs.espressif.com/projects/esp ... irst-steps
cd ~/esp/hello_world
idf.py set-target esp32
idf.py menuconfig
Regards,
-
- Posts: 229
- Joined: Thu Jul 14, 2022 5:15 am
Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Thank you for your answer.
However, the goal is to have the possibility to flash the device with a project
containing many .bin files (Each one located at a particular address) without
the use of ESP-IDF.
We would like to have the possibility to flash the project in production on a computer
which would not have the ESP-IDF environment.
We do not want to compile the project again, just flash it.
Thank you
Do you have the answer please ?
However, the goal is to have the possibility to flash the device with a project
containing many .bin files (Each one located at a particular address) without
the use of ESP-IDF.
We would like to have the possibility to flash the project in production on a computer
which would not have the ESP-IDF environment.
We do not want to compile the project again, just flash it.
Thank you
Do you have the answer please ?
-
- Posts: 1
- Joined: Thu Oct 05, 2023 6:16 pm
Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
The "Flash Download Tool" already exists as a GUI in Windows:
https://docs.espressif.com/projects/esp ... ml#windows
https://docs.espressif.com/projects/esp ... ml#windows
-
- Posts: 229
- Joined: Thu Jul 14, 2022 5:15 am
Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Good morning,
thank you for your help, looking at the Esp32S3 site, I have found informations about esptool.
I managed to install it on a computer and using the same command which appears on the console of Esp-Idf,
I managed to flash the chip.
I have just another question please.
In my project, I have a program which runs on the ULP copro. Do you think it is embedded in the .bin file of the project ?
This question because I do not see any .bin file for the ULP program.
Best regards,
thank you for your help, looking at the Esp32S3 site, I have found informations about esptool.
I managed to install it on a computer and using the same command which appears on the console of Esp-Idf,
I managed to flash the chip.
I have just another question please.
In my project, I have a program which runs on the ULP copro. Do you think it is embedded in the .bin file of the project ?
This question because I do not see any .bin file for the ULP program.
Best regards,
-
- Posts: 76
- Joined: Tue Sep 12, 2017 11:25 am
Re: ESP32S3 : How to flash/program the Esp32S3 chip using command lines ?
Look how simple it is, thank you very much el_pinguino. I did not know this tool but it can be very useful.el_pinguino wrote: ↑Thu Oct 05, 2023 6:27 pmThe "Flash Download Tool" already exists as a GUI in Windows:
https://docs.espressif.com/projects/esp ... ml#windows
I'm sorry I didn't understand well what the objective was.
Regards
Who is online
Users browsing this forum: rsimpsonbusa and 98 guests