Forum Discussion
Altera_Forum
Honored Contributor
12 years agoWhat I do from uboot:
run mmcfpga -> to load my rbf run bridge_enable_handoff -> to enable the bridges Make sure there is something on register 0 in the FPGA, and start with writes io of reads ( reads hang when there is nothing present, writes are a bit more robust ;p ) Other remarks: - The mapping loaded in uboot seems to be 1 to 1 so there is not need to recalculate addresses there - Use a preloader/uboot generated from the correct handover files