james57
Occasional Contributor
2 years agomissing fpga leds in yocto build for stratix 10
Hi All, I have been following the GSRD for the Stratix 10 and have even been able to boot Yocto on the board where I am able to run ./hello and even control the hps_led(s). However when I try to fol...
- 2 years ago
UPDATE -
It was indeed the fit_kernal_stratix10.its file. The default board is set to 0, I switched it to 4 and then deleted the other options to ensure.
I also ran this command that I found not included in the GSRD from the following website as SD boot board id is 4 and not 0 as set default in the GSRD.
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderStratix10
sed -i 's/set_global_assignment -name STRATIX_JTAG_USER_CODE .*/\ set_global_assignment -name STRATIX_JTAG_USER_CODE 4/g' ghrd_1sx280lu2f50e2vg.qsf
These two combined seem to have worked.
Thanks