README 341 B

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