Forum Discussion
Altera_Forum
Honored Contributor
12 years agoPorting Custom Code on SD
Hi, I have successfully managed to boot Linux on Cyclone 5 SoC with SD card. I also run 2 applications (hello & led_blink) which were already present in the prebuilt sd card image taken off ...
Altera_Forum
Honored Contributor
12 years agoYou will need to create a Makefile to build your application. See the DS-5 documentation for some examples. Once you have built your application, the easiest way to transfer it to the SD card is to mount it on a Linux system. I had a virtual CentOs Linux machine running under VMware player (free version) on my windows PC, so that's what I use.
You can also connect your board with Ethernet and set up DS-5 to automatically copy the application, but the setup is more complicated.