Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYes you are right. For the preloader it is not just copy and paste. This page has the info for you:
https://rocketboards.org/foswiki/view/documentation/gsrd131sdcard In short, you need to mount your SDCard in linux system and then run: $ sudo dd if=preloader-mkpimage.bin of=/dev/sdx3 bs=64k seek=0 where "sdx" is the device name of your SDCard. In my case it is "sdb" because I only have one other hard drive, which is mounted as "sda"