
3 Mar
2016
3 Mar
'16
7:55 a.m.
On 2 March 2016 at 14:54, Dinh Nguyen dinguyen@opensource.altera.com wrote:
socfpga_common.h and re-built the project. I picked up spl/u-boot-spl-dtb.sfp and u-boot-dtb.img and transferred them to the SD card with:
dd if=u-boot-spl-dtb.sfp of=/dev/sdf3 bs=64k seek=0 dd if=u-boot-dtb.img of=/dev/sdf3 bs=64k seek=4
You can just do a 'make u-boot-with-spl.sfp' and burn the u-boot-with-spl.sfp file straight to the a2 partition, or sdf3.
Thanks, Dinh. That's a time saver.
On my version that target is: 'make u-boot-with-spl-dtb.sfp'
Thanks, --George