python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / board / freescale / imx6q-sabresd / readme.txt
blob10e973cf9f81b90d9611fb72a20981c9029e745f
1 *******************************
2 Freescale i.MX6Q Sabre SD board
3 *******************************
5 This file documents the Buildroot support for the Freescale i.MX6Q Sabre SD
6 board.
8 This configuration uses U-Boot mainline and kernel mainline.
10 Build
11 =====
13 First, configure Buildroot for the i.MX6Q Sabre SD board:
15   make imx6q-sabresd_defconfig
17 Build all components:
19   make
21 You will find the following files in output/images/ :
22   - imx6q-sabresd.dtb
23   - rootfs.ext4
24   - rootfs.tar
25   - sdcard.img
26   - u-boot.imx
27   - zImage
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:
35   cat /proc/partitions
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
39 command as root:
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;
55 - power on the board.
57 Enjoy!