Hello Vagrant,
I tried to install u-boot from the u-boot-amlogic package.
I have followed the process documented in the
/usr/share/doc/u-boot-amlogic/README file.
So, in the fip_create command, I replaced u-boot.bin by the compiled
u-boot in the package :
/usr/lib/u-boot/odroid-c2/u-boot.bin
$DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \
--bl301 $DIR/fip/gxb/bl301.bin \
--bl31 $DIR/fip/gxb/bl31.bin \
--bl33 /usr/lib/u-boot/odroid-c2/u-boot.bin \
$DIR/fip.bin
But, I did not succeed to boot my odroid-c2 with this compiled u-boot.
If I follow this installation process with u-boot compiled from the
https://github.com/hardkernel/u-boot.git repository, the odroid-c2
card boot.
Do you know where is the problem with the packaged u-boot ?
Thanks for you help !
Thomas