summaryrefslogtreecommitdiff
path: root/board/freescale/imx8qxp_mek/README
blob: 7f740894b207b41ccac000b37e0e1684dac3461b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
U-Boot for the NXP i.MX8QXP EVK board

Quick Start
===========

- Build U-Boot
- Build the ARM Trusted firmware binary
- Get scfw_tcm.bin and ahab-container.img
- Get mkimage tool
- Generate flash.bin using imx-mkimage
- Flash the binary into the SD card
- Boot

Build U-Boot
============

$ make imx8qxp_mek_defconfig
$ make

Get and Build the ARM Trusted firmware
======================================

$ git clone https://source.codeaurora.org/external/imx/imx-atf
$ cd imx-atf/
$ git checkout origin/imx_4.9.88_imx8qxp_beta2 -b imx_4.9.88_imx8qxp_beta2
$ make PLAT=imx8qxp bl31

Get scfw_tcm.bin and ahab-container.img
==============================

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-sc-firmware-0.7.bin
$ chmod +x imx-sc-firmware-0.7.bin
$ ./imx-sc-firmware-0.7.bin
$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.6.bin
$ chmod +x firmware-imx-7.6.bin
$ ./firmware-imx-7.6.bin

Get imx-mkimage tool
==============================
Download the imx-mkimage tool:

$ git clone https://source.codeaurora.org/external/imx/imx-mkimage/
$ cd imx-mkimage/
$ git checkout origin/imx_4.9.88_imx8qxp_beta2 -b imx_4.9.88_imx8qxp_beta2


Generate flash.bin using imx-mkimage
====================================

Copy the following binaries to imx-mkimage/iMX8M folder:

$ cp imx-atf/build/imx8qxp/release/bl31.bin imx-mkimage/iMX8QX/
$ cp u-boot/u-boot.bin imx-mkimage/iMX8QX/

Copy the following firmwares to imx-mkimage/iMX8 folder :

$ cp firmware-imx-7.6/firmware/seco/ahab-container.img imx-mkimage/iMX8QX/
$ cp imx-sc-firmware-0.7/mx8qx-mek-scfw-tcm.bin imx-mkimage/iMX8QX/scfw_tcm.bin

$ cd imx-mkimage/
$ make SOC=iMX8QX flash

Flash the binary into the SD card
=================================

Burn the flash.bin binary to SD card offset 32KB:

$ sudo dd if=iMX8QX/flash.bin of=/dev/sd[x] bs=1024 seek=32

Boot
====
Set Boot switch SW2: 1100.