Building and booting u-boot on arria10

I tried building a u-boot image for the arria10 several ways and am unable to get the board booting the new compiled version with what I generated. The following are the steps I have performed:

  • git checkout socfpga_v2014.10_arria10_bringup
  • make socfpga_arria10_defconfig
  • make

This generates u-boot.img that I dd to my sd card’s third partition using the following:

sudo dd if=u-boot.img of=/dev/sdb3

The board boots but the version information I see in uboot is not what I compiled. I suspect it is still using the old u-boot and there might be an offset I need to use or I am simply missing something.

Any help or guidance would be appreciated.

Do ensure you have the correct RBF used too.
It comes with your SOCEDS installation