blob: e106c3c71872e6fec431a4f0d7ff8dbc2f972fe8 [file] [log] [blame]
Peng Fan39d53412020-10-14 17:12:00 +08001.. SPDX-License-Identifier: GPL-2.0+
2
3imx8mp_evk
4==========
5
6U-Boot for the NXP i.MX8MP EVK board
7
8Quick Start
9-----------
10
11- Build the ARM Trusted firmware binary
12- Get the firmware-imx package
13- Build U-Boot
14- Boot
15
16Get and Build the ARM Trusted firmware
17--------------------------------------
18
Fabio Estevamf0f46122023-01-12 21:52:23 -030019Get ATF from: https://github.com/nxp-imx/imx-atf
Peter Bergine8e27032021-02-14 20:19:22 +010020branch: imx_5.4.70_2.3.0
Peng Fan39d53412020-10-14 17:12:00 +080021
22.. code-block:: bash
23
24 $ make PLAT=imx8mp bl31
Peng Fan39d53412020-10-14 17:12:00 +080025
26Get the ddr firmware
27--------------------
28
29.. code-block:: bash
30
Peter Bergine8e27032021-02-14 20:19:22 +010031 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.10.bin
32 $ chmod +x firmware-imx-8.10.bin
33 $ ./firmware-imx-8.10.bin
Peng Fan39d53412020-10-14 17:12:00 +080034
35Build U-Boot
36------------
37
38.. code-block:: bash
39
40 $ export CROSS_COMPILE=aarch64-poky-linux-
Peter Bergine8e27032021-02-14 20:19:22 +010041 $ make O=build imx8mp_evk_defconfig
42 $ cp ../imx-atf/build/imx8mp/release/bl31.bin ./build/bl31.bin
Peng Fan8a78e312021-04-06 11:59:03 +080043 $ cp ../firmware-imx-8.10/firmware/ddr/synopsys/lpddr4_pmu_train_1d_dmem_202006.bin ./build/
44 $ cp ../firmware-imx-8.10/firmware/ddr/synopsys/lpddr4_pmu_train_1d_imem_202006.bin ./build/
45 $ cp ../firmware-imx-8.10/firmware/ddr/synopsys/lpddr4_pmu_train_2d_dmem_202006.bin ./build/
46 $ cp ../firmware-imx-8.10/firmware/ddr/synopsys/lpddr4_pmu_train_2d_imem_202006.bin ./build/
Peng Fan8a78e312021-04-06 11:59:03 +080047 $ make O=build
Peng Fan39d53412020-10-14 17:12:00 +080048
49Burn the flash.bin to the MicroSD card at offset 32KB:
50
51.. code-block:: bash
52
Peter Bergine8e27032021-02-14 20:19:22 +010053 $sudo dd if=build/flash.bin of=/dev/sd[x] bs=1K seek=32 conv=notrunc; sync
Peng Fan39d53412020-10-14 17:12:00 +080054
55Boot
56----
57
58Set Boot switch to SD boot
59Use /dev/ttyUSB2 for U-Boot console