Page 1 of 1

How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Tue Sep 23, 2025 9:17 am
by xpress_embedo
Hi All, I bought a ESP32P4 Function EV Board.
Since ESP32P4 doesn't have WiFi and BLE functionality, it has an ESP32C6 controller to handle WiFi and BLE operations. While working on some software, in logs I found that the software version on ESP32C6 is quite old and it can cause some issues in long run.
Where I can get the latest stable firmware and how to program it?
Is it possible to program without ESP PROG, I know there is a connector for programming using ESP PROG, but I don't have this programmer as of now, is there some other way to update the firmware. Thanks

Re: How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Tue Sep 23, 2025 10:46 am
by krzychb

Re: How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Thu Sep 25, 2025 3:10 am
by xpress_embedo
Thank You.
The description was not so straight forward in the document specially on the host side but thank you very much, some how I managed to make it work.

Re: How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Thu Nov 27, 2025 9:53 pm
by abhi.goudar
Hi @xpress_embedo

I have a ESP32P4-WIFI6 board and I haven't been able to get the wifi module working. Do you have any examples somewhere that I could reference?

Re: How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Fri Nov 28, 2025 7:51 am
by lbernstone
Arduino is still a bit rough, but it has a basic hal for esp-hosted. The slave firmwares for c5 and c6 are included (in tools/esp32-arduino-libs/hosted). There is an example and full library coming soon.

Re: How to update the firmware of ESP32C6 on ESP32P4 Function EV Board

Posted: Mon Dec 08, 2025 7:27 am
by xpress_embedo
Hi @xpress_embedo

I have a ESP32P4-WIFI6 board and I haven't been able to get the wifi module working. Do you have any examples somewhere that I could reference?
@abhi.goudar This is my repo, maybe u can take some reference from here.