package/ola: add patch to fix build with GCC 6
[buildroot-gz.git] / board / freescale / imx7dsdb / readme.txt
blob9aeeb166d828208296116e42f7daa3955095b503
1 ***************************
2 Freescale i.MX7D SDB board
3 ***************************
5 This file documents the Buildroot support for the Freescale i.MX7D SDB board.
7 Build
8 =====
10 First, configure Buildroot for your i.MX7D SDB board:
12   make freescale_imx7dsabresd_defconfig
14 Build all components:
16   make
18 You will find in output/images/ the following files:
19   - imx7d-sdb.dtb
20   - rootfs.ext4
21   - rootfs.tar
22   - sdcard.img
23   - u-boot.imx
24   - zImage
26 Create a bootable SD card
27 =========================
29 To determine the device associated to the SD card have a look in the
30 /proc/partitions file:
32   cat /proc/partitions
34 Buildroot prepares a bootable "sdcard.img" image in the output/images/
35 directory, ready to be dumped on a SD card. Launch the following
36 command as root:
38   dd if=./output/images/sdcard.img of=/dev/<your-sd-device>
40 *** WARNING! This will destroy all the card content. Use with care! ***
42 For details about the medium image layout, see the definition in
43 board/freescale/common/genimage.cfg.template.
45 Boot the i.MX7D SDB board
46 =========================
48 To boot your newly created system:
49 - insert the SD card in the SD slot of the board;
50 - put a micro USB cable into the Debug USB Port and connect using a terminal
51   emulator at 115200 bps, 8n1;
52 - power on the board.
54 Enjoy!