mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
25c7de2255
Add support for the Creator CI20 platform based on the JZ4780 SoC. Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-by: Marek Vasut <marex@denx.de>
10 lines
341 B
Text
10 lines
341 B
Text
CI20 U-Boot
|
|
|
|
Installation to an SD card:
|
|
Repartition your card with an MBR such that the first partition starts at an
|
|
offset of no less than 270KB. Then install U-Boot SPL & the full U-Boot image
|
|
to the card like so:
|
|
|
|
dd if=spl/u-boot-spl.bin of=/dev/sdX obs=512 seek=1
|
|
dd if=u-boot-dtb.img of=/dev/sdX obs=1K seek=14
|
|
sync
|