AI Deck ESP32 flash OTA through cfloader not working. Unable to detect bootloader error #1976
Unanswered
NambiarAnand
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi Arnand, please make sure you have installed the latest cfclient, cflib releases and flashed the latest firmware release to the Crazyflie (I recommend doing a firmware upgrade through the client). Do not put anything into bootload manually, just boot the Crazyflie normally. Verify that you are using the correct radio address. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write a custom aideck-esp32-firmware. I made sure the version of esp-idf i am using is 4.3.1 on which aideck esp32 firmware was originally return (as per documentation). Currently I dont have JTAG connectors or Tiny H debuggers, so i have been trying with over the air flashing through crazyradio PA. I have build the firmware successfully and have collected necessary binary files. When i try to flash it using boot loader this is the response i am getting:
cfloader flash build/aideck_esp.bin deck-bcAI:esp-fw -w radio://0/30/2M/E7E7E7E701 Reset to bootloader mode ... Failed to flash: Could not connect to bootloader
I have tried several steps in order to fix it namely:
In all 3 above taken steps, the output has been the same.
I tried then implementing:
cfloader flash build/aideck_esp.bin deck-bcAI:esp-fw -w radio://0/30/2M/E7E7E7E701 --verbose
which gave this error:
Traceback (most recent call last): File "/home/nambiar/.local/bin/cfloader", line 8, in <module> sys.exit(main()) File "/home/nambiar/crazyflie-clients-python/src/cfloader/__init__.py", line 116, in main [target, type] = t.split("-") ValueError: too many values to unpack (expected 2)
I am not sure how to proceed. If anyone needs any more details on this error, please do let me know, I would be happy to share it with you
Beta Was this translation helpful? Give feedback.
All reactions