]> Git Repo - buildroot-mgba.git/blob - board/technexion/imx7dpico/readme.txt
configs/imx7dpico: Bump Linux and U-Boot
[buildroot-mgba.git] / board / technexion / imx7dpico / readme.txt
1 ****************************
2 Technexion i.MX7D Pico board
3 ****************************
4
5 This file documents the Buildroot support for the Technexion i.MX7D Pico board.
6
7 Build
8 =====
9
10 First, configure Buildroot for the i.MX7D Pico board:
11
12   make imx7dpico_defconfig
13
14 Build all components:
15
16   make
17
18 You will find in output/images/ the following files:
19   - imx7d-pico.dtb
20   - rootfs.ext4
21   - rootfs.tar
22   - sdcard.img
23   - u-boot.img
24   - SPL
25   - zImage
26
27 Flash the eMMC
28 ==============
29
30 In the U-Boot prompt lauch:
31
32 => ums 0 mmc 0
33
34 This will mount the eMMC content in the host PC as a mass storage device.
35
36 To determine the device associated to the eMMC card have a look in the
37 /proc/partitions file:
38
39   cat /proc/partitions
40
41 Buildroot prepares a bootable "sdcard.img" image in the output/images/
42 directory, ready to be dumped on the eMMC card. Launch the following
43 command as root:
44
45   dd if=output/images/sdcard.img of=/dev/<your-sd-device>
46
47 *** WARNING! This will destroy all the eMMC content. Use with care! ***
48
49 For details about the medium image layout, see the definition in
50 board/freescale/common/imx/genimage.cfg.template.
51
52 Boot the i.MX7D Pico board
53 ==========================
54
55 To boot your newly created system:
56 - put a micro USB cable into the Debug USB Port and connect using a terminal
57   emulator at 115200 bps, 8n1;
58 - power on the board.
59
60 Enjoy!
This page took 0.029003 seconds and 4 git commands to generate.