]> git.sur5r.net Git - u-boot/blob - board/solidrun/clearfog/README
arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
[u-boot] / board / solidrun / clearfog / README
1 Update from original Marvell U-Boot to mainline U-Boot:
2 -------------------------------------------------------
3
4 Generate the U-Boot image with these commands:
5
6 $ make clearfog_defconfig
7 $ make
8
9 The resulting image including the SPL binary with the
10 full DDR setup is "u-boot-spl.kwb".
11
12 Now all you need to do is copy this image on a SD card.
13 For example with this command:
14
15 $ sudo dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1
16
17 Please use the correct device node for your setup instead
18 of "/dev/sdX" here!