I built the basic "hello world" example on Linux. But when I tried to flash, it cannot find the board. However, I can see the board using lsusb at:
```
$ lsusb
Bus 006 Device 005: ID 0bc2:2343 Seagate RSS LLC Portable
Bus 006 Device 003: ID 0bc2:2343 Seagate RSS LLC Portable
Bus 006 Device 004: ID 2109:0812 VIA Labs, Inc. VL812 Hub
Bus 006 Device 002: ID 05e3:0626 Genesys Logic, Inc. Hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 003: ID 046d:08e5 Logitech, Inc. C920 PRO HD Webcam
Bus 005 Device 008: ID 24f0:0140 Metadot Das Keyboard 4
Bus 005 Device 006: ID 1532:0067 Razer USA, Ltd Naga Trinity
Bus 005 Device 004: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 005 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 303a:4001 Espressif Systems Espressif Device
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0bc2:2343 Seagate RSS LLC Portable
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0b05:1872 ASUSTek Computer, Inc. AURA LED Controller
Bus 001 Device 003: ID 2516:0051 Cooler Master Co., Ltd. AMD SR4 lamplight Control
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
```
I tried passing "idf.py -p 3 flash" but that also did not work.
How do I direct ESP-IDF to the correct bus and device?
I know this is basic, but beginner help would be most appreciated.
ESP-IDF can't find ESP32-S3-DevKitC-1 to flash
-
- Posts: 9730
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP-IDF can't find ESP32-S3-DevKitC-1 to flash
Proper syntax would be 'idf.py -p /dev/ttyACM0 flash', can you try that?
Who is online
Users browsing this forum: No registered users and 114 guests