blob: afd4409d1b43a66386a491cc4d6c9f3378920c92 [file] [log] [blame]
Neil Armstrong8f5e9de2023-01-26 10:48:21 +01001.. SPDX-License-Identifier: GPL-2.0+
2
3U-Boot for ODROID-N2L
4=====================
5
6ODROID-N2L is a single board computer manufactured by Hardkernel
7Co. Ltd with the following specifications:
8
9 - Amlogic S922X ARM Cortex-A53 dual-core + Cortex-A73 quad-core SoC
10 - 4GB DDR4 SDRAM
11 - HDMI 2.1 4K/60Hz display
12 - 40-pin GPIO header
13 - 1 x USB 3.0 Host, 1 x USB USB 2.0 Host
14 - eMMC, microSD
15 - MIPI DSI Port
16
17Schematics are available on the manufacturer website.
18
19U-Boot compilation
20------------------
21
22.. code-block:: bash
23
24 $ export CROSS_COMPILE=aarch64-none-elf-
25 $ make odroid-n2l_defconfig
26 $ make
27
28Image creation
29--------------
30
31For simplified usage, pleaser refer to :doc:`pre-generated-fip` with codename `odroid-n2l`