blob: 171645ad06cd9b7c05d0e258b2fdb5702be88d63 [file] [log] [blame]
Mathieu Othacehe0ef03ac2024-01-04 16:30:09 +01001.. SPDX-License-Identifier: GPL-2.0+
2
3imx93_11x11_evk
4=======================
5
6U-Boot for the NXP i.MX93 EVK on the 11x11mm board
7
8Quick Start
9-----------
10
11- Get and Build the ARM Trusted firmware
12- Get the DDR firmware
13- Get ahab-container.img
14- Build U-Boot
15- Boot
16
17Get and Build the ARM Trusted firmware
18--------------------------------------
19
20Note: srctree is U-Boot source directory
21Get ATF from: https://github.com/nxp-imx/imx-atf/
22branch: lf_v2.8
23
24.. code-block:: bash
25
26 $ unset LDFLAGS
27 $ make PLAT=imx93 bl31
28 $ cp build/imx93/release/bl31.bin $(srctree)
29
30Get the DDR firmware
31--------------------
32
33.. code-block:: bash
34
35 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.21.bin
36 $ chmod +x firmware-imx-8.21.bin
37 $ ./firmware-imx-8.21.bin
38 $ cp firmware-imx-8.21/firmware/ddr/synopsys/lpddr4*.bin $(srctree)
39
40Get ahab-container.img
41---------------------------------------
42
43.. code-block:: bash
44
Mathieu Othacehe4c7f0d22024-02-26 18:48:34 +010045 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-sentinel-0.11.bin
46 $ chmod +x firmware-sentinel-0.11.bin
47 $ ./firmware-sentinel-0.11.bin
48 $ cp firmware-sentinel-0.11/mx93a1-ahab-container.img $(srctree)
Mathieu Othacehe0ef03ac2024-01-04 16:30:09 +010049
50Build U-Boot
51------------
52
53.. code-block:: bash
54
55 $ export CROSS_COMPILE=aarch64-poky-linux-
56 $ make imx93_11x11_evk_defconfig
57 $ make
58
59Burn the flash.bin to MicroSD card offset 32KB:
60
61.. code-block:: bash
62
63 $ dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 conv=notrunc
64
65Boot
66----
67
68Set Boot switch to SD boot