Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe bash script itself is probably hardware dependent, indeed. You will probably have to do all those steps manually:[list][*]copy all the custom component files to your DE1 project (in a folder called "ip" in your main project folder, so that SOPC builder finds it automatically)[*]add the component to your SOPC project in SOPC builder[*]recompile the Quartus project[*]download the .sof file to the DE1 board[*]update/recreate your BSP in Nios II EDS[*]compile the software[*]run it[/list]