|
I am new to ESP32 in general and the P4 in particular, so excuse me for asking a basic question. I have tried to follow the instructions in the README and I have installed the IDF using does not work - the returns this error: Does this mean the esptool installed by the This is on Debian 26.04 with Python 3.14.4 and esptool v5.3.1 (all in a fresh VM). |
Replies: 3 comments
|
Ah, that's a README bug. Sorry. There's no flash_args file in the release, and flasher_args.json isn't an esptool argfile (it's just a JSON manifest), so that command was never going to work. Your esptool is fine. |
|
OK, great, thank you. |
|
I can confirm the updated esptool command has worked and the firmware seems to be working fine, thank you again for your help. |
Ah, that's a README bug. Sorry. There's no flash_args file in the release, and flasher_args.json isn't an esptool argfile (it's just a JSON manifest), so that command was never going to work. Your esptool is fine.
Flash the single merged image, no unzip:
esptool --chip esp32p4 -b 921600 write-flash 0x0 espkvm-<version>-<board>-merged.bin