Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Thanks for reply sunshine, It works with me finally. It needs special sequence at operating. 1- Download and run preloader using Eclipes of DS-5, and stop execution at main() by breakpoint . 2- Download .sof file to fpga using quartus programmer. 3- Resume code execution at main() which include 'alt_bridge_init( ALT_BRIDGE_F2S, NULL, NULL); ' instruction. . Then enjoy working FPGA-to-HPS SDRAM Bridge in Bare-metal. --- Quote End --- If I am not mistaken, the GSRD uses the uboot to program the FPGA before the bridge init function took place... perhaps by doing so, it will save some effort (and time) of needing to manually pause at breakpoint, and then program the FPGA using Quartus programmer :)