README 507 B

123456789101112131415161718
  1. Update from original Marvell U-Boot to mainline U-Boot:
  2. -------------------------------------------------------
  3. Generate the U-Boot image with these commands:
  4. $ make clearfog_defconfig
  5. $ make
  6. The resulting image including the SPL binary with the
  7. full DDR setup is "u-boot-spl.kwb".
  8. Now all you need to do is copy this image on a SD card.
  9. For example with this command:
  10. $ sudo dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1
  11. Please use the correct device node for your setup instead
  12. of "/dev/sdX" here!