Forum Discussion
Altera_Forum
Honored Contributor
11 years agocycloneive boot from sd card
Hello to all! I'm working with a cycloneive board. I use the program university avalon sd card interface, and i can read and write a file (fat16) from/to a 2GB sd card. I would copy a .bin ...
Altera_Forum
Honored Contributor
11 years agoI believe this is possible, although I don't know it's a simple task.
You are actually writing a custom boot loader, which is a common practice. Make sure you build and link project according to the sdram addresses where it's is supposed to be executed, otherwise you'll mess up with jump addresses.