Forum Discussion
Altera_Forum
Honored Contributor
13 years agoARM DS 5 script to initialize and load code in SDRAM
Hi, My question is regarding the HPS core in Cyclone V SoC. I have successfully built and run sample code that came with ARM DS 5 using USB Blaster II interface. The code by default runs ...
Altera_Forum
Honored Contributor
13 years agoThanks for your reply voroshazi, I ran *Altera-SoCFPGA-HelloWorld-Baremetal-ARMCC* that came with DS 5 installation.
I think I'd probably need to integrate the Preloader code in my baremetal application (which is approx 300MB ). Similar to the way its being used in *Altera-SoCFPGA-HardwareLib-GNU*. I think I'd need the Preloader to initialize the SDRAM part and then direct it to load my image on SDRAM. If there's a better approach, I'd love to hear about it.