xref: /openbmc/u-boot/board/solidrun/clearfog/README (revision 0299c90f)
1*0299c90fSStefan RoeseUpdate from original Marvell U-Boot to mainline U-Boot:
2*0299c90fSStefan Roese-------------------------------------------------------
3*0299c90fSStefan Roese
4*0299c90fSStefan RoeseGenerate the U-Boot image with these commands:
5*0299c90fSStefan Roese
6*0299c90fSStefan Roese$ make clearfog_defconfig
7*0299c90fSStefan Roese$ make
8*0299c90fSStefan Roese
9*0299c90fSStefan RoeseThe resulting image including the SPL binary with the
10*0299c90fSStefan Roesefull DDR setup is "u-boot-spl.kwb".
11*0299c90fSStefan Roese
12*0299c90fSStefan RoeseNow all you need to do is copy this image on a SD card.
13*0299c90fSStefan RoeseFor example with this command:
14*0299c90fSStefan Roese
15*0299c90fSStefan Roese$ sudo dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1
16*0299c90fSStefan Roese
17*0299c90fSStefan RoesePlease use the correct device node for your setup instead
18*0299c90fSStefan Roeseof "/dev/sdX" here!
19