Replies: 1 comment 2 replies
-
pip install serial? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started to flash my esp32 cam but when I try this error appears:
Traceback (most recent call last): File "./esptool-3.3.2/esptool.py", line 27, in <module> import serial
I installed es-tool-3.3.2 and AI-on-the-edge-device-12.0.1 and I am in the right terminal where I executed the following code:
./esptool-3.3.2/esptool.py \ --port /dev/cu.usbserial-10 write_flash \ 0x01000 ./AI-on-the-edge-device-12.0.1/firmware/bootloader.bin \ 0x08000 ./AI-on-the-edge-device-12.0.1/firmware/partitions.bin \ 0x10000 ./AI-on-the-edge-device-12.0.1/firmware/firmware.bin
If anyone knows what I have to do or what the problem is pls hum
Beta Was this translation helpful? Give feedback.
All reactions