Open loeiten opened 2 years ago
There's an open PR to fix this, but for those that don't want to mess about with patches:
iceprog.cpp
is a symlink that some OSs don't seem to properly pull from git.
Just copy the contents of iceprog.ino
into iceprog.cpp
and it'll work fine.
Hi all
I'm following the guide at Getting started with FPGA with only Free and Open source software and hardware tools tutorial. However, I stumbled at the step:
If I understand the guide correctly, the
iceprog.ino
is referring to https://github.com/OLIMEX/iCE40HX1K-EVB/blob/master/programmer/olimexino-32u4%20firmware/iceprog/iceprog.ino. However if I try to flash this on Arduino IDE I get the following errorAlso, it seems like there has been an update to
iceprog.ino
which is not reflected in this directory.