historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/imgtec/ci20
2024-01-16 11:20:27 -06:00
..
ci20.c phht hahahahaah 2024-01-16 11:20:27 -06:00
Kconfig phht hahahahaah 2024-01-16 11:20:27 -06:00
MAINTAINERS phht hahahahaah 2024-01-16 11:20:27 -06:00
Makefile phht hahahahaah 2024-01-16 11:20:27 -06:00
README phht hahahahaah 2024-01-16 11:20:27 -06:00

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