Neil Armstrong | ec78ee2 | 2023-01-26 10:48:21 +0100 | [diff] [blame^] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | U-Boot for ODROID-N2L |
| 4 | ===================== |
| 5 | |
| 6 | ODROID-N2L is a single board computer manufactured by Hardkernel |
| 7 | Co. 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 | |
| 17 | Schematics are available on the manufacturer website. |
| 18 | |
| 19 | U-Boot compilation |
| 20 | ------------------ |
| 21 | |
| 22 | .. code-block:: bash |
| 23 | |
| 24 | $ export CROSS_COMPILE=aarch64-none-elf- |
| 25 | $ make odroid-n2l_defconfig |
| 26 | $ make |
| 27 | |
| 28 | Image creation |
| 29 | -------------- |
| 30 | |
| 31 | For simplified usage, pleaser refer to :doc:`pre-generated-fip` with codename `odroid-n2l` |