Forum Discussion
fpga_2022
New Contributor
4 years agoArria 10 SoC - Boot from SD Card
hi,@EBERLAZARE_I_Intel,i do run "make generate_from_tcl" first。
i want to reply you, but,the reply button is not work。
EBERLAZARE_I_Intel
Regular Contributor
4 years agoHi,
Update:
Case is solved via email:
- Why cannot run "make generate_from_tcl" and "make rbf" / "make sof" in https://rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10 :
Unfortunately above commands are not supported to be executed in WSL, only in Linux, you can install a Virtual Machine, and do the commands.
- How to convert sof to rbf:
You can follow the split rbf steps above.
- When running "tools/mkimage -E -f board/altera/arria10-socdk/fit_spl_fpga.its fit_spl_fpga.itb" I get "sh: 1: dtc: not found"
To solve:
sudo apt-get install device-tree-compiler