1 ***************************
2 Freescale i.MX6UL EVK board
3 ***************************
5 This file documents the Buildroot support for the Freescale i.MX6UL EVK board.
7 Please read the i.MX6UL Evaluation Kit Quick Start Guide [1] for an
8 introduction to the board.
13 First, configure Buildroot for your i.MX6UL EVK board:
15 make freescale_imx6ulevk_defconfig
21 You will find in ./output/images/ the following files:
22 - imx6ul-14x14-evk.dtb
29 Create a bootable microSD card
30 ==============================
32 To determine the device associated to the microSD 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 microSD card. Launch the following
41 dd if=./output/images/sdcard.img of=/dev/<your-microsd-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.MX6UL EVK board
49 =========================
51 To boot your newly created system (refer to the i.MX6UL EVK Quick Start Guide
53 - insert the microSD card in the microSD slot of the board;
54 - verify that your i.MX6UL EVK board jumpers and switches are set as mentioned
55 in the i.MX6UL EVK Quick Start Guide [1];
56 - put a micro USB cable into the Debug USB Port and connect using a terminal
57 emulator at 115200 bps, 8n1;
64 [1] http://cache.freescale.com/files/32bit/doc/quick_start_guide/IMX6ULTRALITEQSG.pdf