iptables: bump to version 1.6.1
[buildroot-gz.git] / board / freescale / imx6ulevk / readme.txt
blob25b95fec524bd18b3ea9884d7d56053f2b5b2b5d
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.
10 Build
11 =====
13 First, configure Buildroot for your i.MX6UL EVK board:
15   make freescale_imx6ulevk_defconfig
17 Build all components:
19   make
21 You will find in ./output/images/ the following files:
22   - imx6ul-14x14-evk.dtb
23   - rootfs.ext4
24   - rootfs.tar
25   - sdcard.img
26   - u-boot.imx
27   - zImage
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:
35   cat /proc/partitions
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
39 command as root:
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
52 [1] for guidance):
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;
58 - power on the board.
60 Enjoy!
62 References
63 ==========
64 [1] http://cache.freescale.com/files/32bit/doc/quick_start_guide/IMX6ULTRALITEQSG.pdf