I'm trying the very first example supplied here: http://www.clifford.at/icestorm/
I'm trying to program the iCEblink40-HX1K board in windows using the digilent adept program https://reference.digilentinc.com/reference/software/adept/start?redirect=1#software_downloads
When I'm starting up Adept, the program says:
Loading board information... Warning: Could not find specific board information Default information loaded.
When I'm selecting the example.bin program from iCEstorm, the adept program says "Invalid address. Address must be entered as Binary, DEcimal, or Hexadecimal value.".
So I just entered zero, click on "file>>Device" to upload the binary file, and the program says:
Successfully read 32220 bytes from F:\me\fpga\example.bin.
However, the "blinking lights" demo that already came with the board just keeps running. Nothing seems to have changed.
I'm figuring that either the example.bin doesn't contain the correct address in the file, or that the lack of board info for the digilent adept program is the cause of the issue.
In any case, would anybody know what address it could be?