wuxx / icesugar

iCESugar FPGA Board (base on iCE40UP5k)
354 stars 96 forks source link

iCELink not found #2

Closed yoyeung closed 4 years ago

yoyeung commented 4 years ago

When i try to "make prog_flash" it cannot find the path... look like iceLink removed from the repro?

wuxx commented 4 years ago

which example you are testing ? you can also use $icesprog xxx.bin to program the bitstream.

yoyeung commented 4 years ago

Thanks for the reply, but i got this issue in mac. Can't find iCE FTDI USB device (vendor_id 0x0403, device_id 0x6010 or 0x6014). So that should I use type C port or another one? Thanks

wuxx commented 4 years ago

icesprog = icesugar program not iceprog

yoyeung commented 4 years ago

image

wuxx commented 4 years ago

it's icesprog, not iceprog, notice the 's'

yoyeung commented 4 years ago

image I should install some lib or?

yoyeung commented 4 years ago

Oops...i got u...

wuxx commented 4 years ago

the binary is at https://github.com/wuxx/icesugar/tree/master/tools/ it depends libusb & hidapi

yoyeung commented 4 years ago

thx