Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 18-Mar-2022 | - | ||||
Kconfig | A D | 18-Mar-2022 | 182 | 16 | 10 | |
MAINTAINERS | A D | 18-Mar-2022 | 180 | 7 | 6 | |
Makefile | A D | 18-Mar-2022 | 53 | 4 | 1 | |
README | A D | 18-Mar-2022 | 341 | 11 | 8 | |
ci20.c | A D | 18-Mar-2022 | 9.6 KiB | 367 | 267 |
README
1CI20 U-Boot 2 3Installation to an SD card: 4 Repartition your card with an MBR such that the first partition starts at an 5 offset of no less than 270KB. Then install U-Boot SPL & the full U-Boot image 6 to the card like so: 7 8 dd if=spl/u-boot-spl.bin of=/dev/sdX obs=512 seek=1 9 dd if=u-boot-dtb.img of=/dev/sdX obs=1K seek=14 10 sync 11