Page 1 of 1

Please Someone tell me how to download my image from ESP-IDE to my test board.

Posted: Mon Jul 03, 2023 5:25 am
by hyunjae
Hi, my future colleagues.

I started to develop with ESP-Module two months ago.

I have some many problems,,,I want to resolve below First Problems!!!

I have esp32-s3-wroom-1 Board.
I install espressif-ide(espressif-ide-setup-2.7.0-with-esp-idf-4.4.3) on the my windows PC.
I make the project at available idf templates.
I succeed to compile the project.
But i don't know how to download the project image to esp32-s3-wroom-1.

please tell me that!!!!!!!!!!!!

Re: Please Someone tell me how to download my image from ESP-IDE to my test board.

Posted: Wed Jul 12, 2023 9:53 am
by ESP_kondalkolipaka
Hello,

https://github.com/espressif/idf-eclips ... pplication
https://github.com/espressif/idf-eclips ... nch-target

Two step process:
1. Configure serial port
2. Click on `Launch` button (second button from the left on the toolbar)

I hope that helps.