1 ***************************
2 Freescale i.MX7D SDB board
3 ***************************
5 This file documents the Buildroot support for the Freescale i.MX7D SDB board.
10 First, configure Buildroot for your i.MX7D SDB board:
12 make freescale_imx7dsabresd_defconfig
18 You will find in output/images/ the following files:
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:
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
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;