Reprogram Stratix 10 - Base Addresses are not being updated
Hi all,
I have come to the realization that my H-tile Stratix 10 hardware design is not being programmed onto the board. I have developed the GSRD configured for SD Card boot and then modified qsys_top.qsys to implement functionality that I want and modified top level verilog.
I then compile and replace the ghrd.core.rbf on the SD Card yet the board still is booting the stock GSRD design.
Where is the hardware being booted from? How do I change which design the hardware is booting?
Thanks
Hi james57,
Referring to build SD card section from the building bootloader document below, the yocto build is only for the rootfs.
You can considered the pre-build image for rootfs. Any file changes related to you FPGA design will be required to change accordinly unless it is unaffected to the whole project build when packaging the whole file into sdcard.img.
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderAgilex7#Build_SD_Card_Image
Thanks.
Regards,
Aik Eu