1 *******************************
2 Freescale i.MX6Q Sabre SD board
3 *******************************
5 This file documents the Buildroot support for the Freescale i.MX6Q Sabre SD
8 This configuration uses U-Boot mainline and kernel mainline.
13 First, configure Buildroot for the i.MX6Q Sabre SD board:
15 make imx6q-sabresd_defconfig
21 You will find the following files in output/images/ :
29 Create a bootable SD card
30 =========================
32 To determine the device associated to the SD card have a look in the
33 /proc/partitions file:
37 Buildroot prepares a bootable "sdcard.img" image in the output/images/
38 directory, ready to be dumped on a SD card. Launch the following
41 dd if=output/images/sdcard.img of=/dev/<your-sd-device>
43 *** WARNING! This will destroy all the card content. Use with care! ***
45 For details about the medium image layout, see the definition in
46 board/freescale/common/imx/genimage.cfg.template.
48 Boot the i.MX6Q Sabre SD board
49 ==============================
51 To boot your newly created system:
52 - insert the SD card in the SD3 slot of the board (close to the HDMI connector);
53 - put a micro USB cable into the Debug USB Port and connect using a terminal
54 emulator at 115200 bps, 8n1;