sifive / freedom-tools

Tools for SiFive's Freedom Platform
217 stars 52 forks source link

HiFive1 platformio, macOS 10.15: "no device found" #20

Closed dylanmc closed 4 years ago

dylanmc commented 4 years ago

My HiFive1 is plugged in and recognized by the rest of the OS (I see its entries in /dev/tty.usbmodem...), but when I try to upload via platformio, I got this error:

Uploading .pio/build/hifive1/firmware.elf
Open On-Chip Debugger 0.10.0+dev (SiFive OpenOCD 0.10.0-2019.08.2)
Licensed under GNU GPL v2
For bug reports:
        https://github.com/sifive/freedom-tools/issues
debug_level: 1
adapter speed: 10000 kHz
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description 'Dual RS232-HS', serial '*' at bus location '*'

*** [upload] Error 1
dylanmc commented 4 years ago

Oops - had a revB plugged in, but project was configured for a revA board. Swapping boards fixed it.