1*25c7de22SPaul BurtonCI20 U-Boot 2*25c7de22SPaul Burton 3*25c7de22SPaul BurtonInstallation to an SD card: 4*25c7de22SPaul Burton Repartition your card with an MBR such that the first partition starts at an 5*25c7de22SPaul Burton offset of no less than 270KB. Then install U-Boot SPL & the full U-Boot image 6*25c7de22SPaul Burton to the card like so: 7*25c7de22SPaul Burton 8*25c7de22SPaul Burton dd if=spl/u-boot-spl.bin of=/dev/sdX obs=512 seek=1 9*25c7de22SPaul Burton dd if=u-boot-dtb.img of=/dev/sdX obs=1K seek=14 10*25c7de22SPaul Burton sync 11