You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to flash the file using openFPGALoader -c orbtrace orangecrab.bit, I get the following output:
Found 1 compatible device:
0x1209 0x3443 0x3 Orbtrace
Open file: DONE
Unknown command type 79.
Parse file: FAIL
Error: Failed to program FPGA: std::exception
I am using the latest git master version of this tool. Please also see the bit file attached. orangecrab.bit.zip
The text was updated successfully, but these errors were encountered:
True:
with this gateware ecppack is called with --spimode qspi. This option adds instruction 0x79 (SPI_MODE) followed by one byte (spi mode operation), followed by 2 blank bytes.
Fixed by this commit
I am trying to build and flash the example here: https://github.com/orangecrab-fpga/orangecrab-examples/tree/main/litex
When I try to flash the file using
openFPGALoader -c orbtrace orangecrab.bit
, I get the following output:I am using the latest git master version of this tool. Please also see the bit file attached.
orangecrab.bit.zip
The text was updated successfully, but these errors were encountered: