Closed sofiakwok closed 1 year ago
Resolved! I had to reduce the baud rate to 115200 from the suggestions on this post (https://odri.discourse.group/t/flashing-the-master-board-timed-out/267/3).
I still have the same issue. Changing the boud rate didn't help, can someone help?
I am having issues flashing the master board, following the exact steps given on https://github.com/open-dynamic-robot-initiative/master-board/blob/master/firmware/README.md. I am using Ubuntu 20.04 and python 3.8.10.
When I run espefuse.py set_flash_voltage 3.3V, I get the following message:
I type BURN and successfully burn the pins. I then source the esp environment variables from master-board/firmware and roll back to the older version of esp-idf (8d1a9c0).
When I run make flash, I get the following error message:
I am confused on why it is timing out waiting for the packet header after it is already able to see the board. If anybody else has experienced a similar error advice would be appreciated!