Can't flash ESP firmware
Posted: Thu May 05, 2022 3:46 am
Hello.
I can't flash ESP firmware. I installed everything else successfully.
I did everything according to the instructions on https://www.bitcraze.io/documentation/t ... p-firmware
And I got this message.
I get the same error when I follow the instructions from here: https://www.bitcraze.io/documentation/r ... -streamer/
Please, help.
I can't flash ESP firmware. I installed everything else successfully.
I did everything according to the instructions on https://www.bitcraze.io/documentation/t ... p-firmware
Code: Select all
$ git clone https://github.com/bitcraze/aideck-esp-firmware.git
$ cd aideck-esp-firmware
$ tb build
$ cfloader flash build/aideck_esp.bin deck-bcAI:esp-fw -w [your radio uri]
Code: Select all
:~/aideck-esp-firmware$ cfloader flash build/aideck_esp.bin deck-bcAI:esp-fw -w radio://0/80/2M
Reset to bootloader mode ...
Could not save cache, no writable directory
Could not save cache, no writable directory
Version 3 not supported
Code: Select all
$ cd aideck-gap8-examples
$ docker run --rm -v ${PWD}:/module bitcraze/aideck tools/build/make-example examples/other/wifi-img-streamer image
$ cfloader flash examples/other/wifi-img-streamer/BUILD/GAP8_V2/GCC_RISCV_FREERTOS/target.board.devices.flash.img deck-bcAI:gap8-fw -w radio://0/80/2M
Code: Select all
:~/aideck-gap8-examples$ cfloader flash examples/other/wifi-img-streamer/BUILD/GAP8_V2/GCC_RISCV_FREERTOS/target.board.devices.flash.img deck-bcAI:gap8-fw -w radio://0/80/2M
Reset to bootloader mode ...
Could not save cache, no writable directory
Could not save cache, no writable directory
Version 3 not supported
Please, help.