blob: 4f225ea660151267db830b4c368018dbe9204731 [file] [log] [blame]
Peng Fan2f9119d2020-10-14 17:12:01 +08001.. SPDX-License-Identifier: GPL-2.0+
2
3imx8mn_evk
4==========
5
6U-Boot for the NXP i.MX8MN EVK board
7
8Quick Start
9-----------
10
11- Build the ARM Trusted firmware binary
12- Get firmware-imx package
13- Build U-Boot
14- Boot
15
16Get and Build the ARM Trusted firmware
17--------------------------------------
18
19Note: srctree is U-Boot source directory
Fabio Estevamf0f46122023-01-12 21:52:23 -030020Get ATF from: https://github.com/nxp-imx/imx-atf
Andrey Zhizhikin1396e412020-12-13 20:36:06 +000021branch: imx_5.4.47_2.2.0
Peng Fan2f9119d2020-10-14 17:12:01 +080022
23.. code-block:: bash
24
25 $ make PLAT=imx8mn bl31
26 $ cp build/imx8mn/release/bl31.bin $(srctree)
27
28Get the ddr firmware
29--------------------
30
31.. code-block:: bash
32
Andrey Zhizhikin1396e412020-12-13 20:36:06 +000033 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.9.bin
34 $ chmod +x firmware-imx-8.9.bin
35 $ ./firmware-imx-8.9
36 $ cp firmware-imx-8.9/firmware/ddr/synopsys/ddr4*.bin $(srctree)
Peng Fan2f9119d2020-10-14 17:12:01 +080037
38Build U-Boot
39------------
40
41.. code-block:: bash
42
43 $ export CROSS_COMPILE=aarch64-poky-linux-
44 $ make imx8mn_ddr4_evk_defconfig
Peng Fan1ba917e2021-04-06 11:59:01 +080045 $ make
Peng Fan2f9119d2020-10-14 17:12:01 +080046
47Burn the flash.bin to MicroSD card offset 32KB:
48
49.. code-block:: bash
50
51 $sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 conv=notrunc
Peng Fan2f9119d2020-10-14 17:12:01 +080052
53Boot
54----
55
56Set Boot switch to SD boot