Forum Discussion
Altera_Forum
Honored Contributor
9 years agou-boot compilation error on Arria 10
Hi I am trying to build u-boot for Arria 10 Evaluation board with default configuration file for SD CARD configuration.
compilation fails with socfpga_arria10_defconfig.
But compilation is successful for socfpga_arria10_qspi_defconfig.
Does Any body has seen this error.Below is the build log.
2 Replies
- Altera_Forum
Honored Contributor
That the compile error put in place to ensure U-Boot does fit into OCRAM size.
Current U-Boot is run at OCRAM in order to take advantage of 3 boot stages instead of 4. Wonder you grab the latest code? https://github.com/altera-opensource/u-boot-socfpga/commit/1f2d29efc7b61b6d71b05de6d4330d09a7c0cbab Enhancement had been made to optimize the memory space usage during that time - Altera_Forum
Honored Contributor
Hi clsee
Thanks for the quick reply.I have downloaded the latest u-boot source code from below link which works perfectly fine for socfpga_arria10_defconfig https://github.com/altera-opensource/u-boot-socfpga/tree/socfpga_v2014.10_arria10_bringup