RTOS_SDK template problem
Posted: Mon Oct 17, 2016 11:26 am
Hello, everyone!
I've recently bought an Adafruit ESP32 development board (https://www.adafruit.com/product/3269) containing the ESP32-WROOM-32.
I've downloaded the ESP32_RTOS_SDK and when i tried to flash it it fails:
cd ./ESP32_RTOS_SDK/examples/project_template
export SDK_PATH=/path/to/ESP32_RTOS_SDK
make
(Which returns:
===============================================================
Generate related files successully in folder ./bin
boot.bin------------------>0x00000
drom0.bin----------------->0x04000
irom0_flash.bin----------->0x40000
user.ota------------------>(used for OTA)
===============================================================
)
and when I try:
make flash_all
while I hold the proper buttons (reset, then reset+boot pin, then only boot, then release) I get:
===============================================================
Connecting...
Erasing flash...
SET FLASH PARAMS
A fatal error occurred: Failed to config flash (result "0x0, 0x0, 0x0, 0x0")
===============================================================
I know the board can be flashed successfully - I tried an example with the IDF (esp-idf-v0.9) and it was flashed successfully.
I'm stuck on this one and I've tried many things, including flashing it from the command line but nothing worked. I'm out of ideas.
Any help is apprectiated ...
I've recently bought an Adafruit ESP32 development board (https://www.adafruit.com/product/3269) containing the ESP32-WROOM-32.
I've downloaded the ESP32_RTOS_SDK and when i tried to flash it it fails:
cd ./ESP32_RTOS_SDK/examples/project_template
export SDK_PATH=/path/to/ESP32_RTOS_SDK
make
(Which returns:
===============================================================
Generate related files successully in folder ./bin
boot.bin------------------>0x00000
drom0.bin----------------->0x04000
irom0_flash.bin----------->0x40000
user.ota------------------>(used for OTA)
===============================================================
)
and when I try:
make flash_all
while I hold the proper buttons (reset, then reset+boot pin, then only boot, then release) I get:
===============================================================
Connecting...
Erasing flash...
SET FLASH PARAMS
A fatal error occurred: Failed to config flash (result "0x0, 0x0, 0x0, 0x0")
===============================================================
I know the board can be flashed successfully - I tried an example with the IDF (esp-idf-v0.9) and it was flashed successfully.
I'm stuck on this one and I've tried many things, including flashing it from the command line but nothing worked. I'm out of ideas.
Any help is apprectiated ...