| .. SPDX-License-Identifier: GPL-2.0+ |
| U-Boot for ODROID-N2L (S922X) |
| ============================= |
| ODROID-N2L is a Single Board Computer manufactured by Hardkernel with the following |
| - Amlogic S922X ARM Cortex-A53 dual-core + Cortex-A73 quad-core SoC |
| - HDMI 2.1 4K/60Hz display |
| Schematics are available on the manufacturer website: https://wiki.odroid.com |
| $ export CROSS_COMPILE=aarch64-none-elf- |
| $ make odroid-n2l_defconfig |
| U-Boot Signing with Pre-Built FIP repo |
| -------------------------------------- |
| $ git clone https://github.com/LibreELEC/amlogic-boot-fip --depth=1 |
| $ ./build-fip.sh odroid-n2l /path/to/u-boot/u-boot.bin my-output-dir |
| Then write U-Boot to SD or eMMC with: |
| $ dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=512 skip=1 seek=1 |
| $ dd if=fip/u-boot.bin.sd.bin of=$DEV conv=fsync,notrunc bs=1 count=440 |