Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12602 Discussions

u-boot compilation error on Arria 10

Altera_Forum
Honored Contributor II
1,605 Views

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.

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
437 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
437 Views

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
0 Kudos
Reply