python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / freescale / imx28evk / readme.txt
blob2920cb04cd01deb8c08eb231350f01b9eedde416
1 **************************
2 Freescale i.MX28 EVK board
3 **************************
5 This file documents the Buildroot support for the Freescale i.MX28 EVK board.
7 Read the i.MX28 Evaluation Kit Quick Start Guide [1] for an introduction to the
8 board.
10 Build
11 =====
13 First, configure Buildroot for your i.MX28 EVK board:
15   make freescale_imx28evk_defconfig
17 Build all components:
19   make
21 You will find in ./output/images/ the following files:
22   - imx28-evk.dtb
23   - rootfs.tar
24   - u-boot.sd
25   - zImage
27 Create a bootable SD card
28 =========================
30 To determine the device associated to the SD card have a look in the
31 /proc/partitions file:
33   cat /proc/partitions
35 Then, run the following command as root:
37 *** WARNING! The command will destroy all the card content. Use with care! ***
39  sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
41 Boot the i.MX28 EVK board
42 =========================
44 To boot your newly created system (refer to the i.MX28 EVK Quick Start Guide
45 [1] for guidance):
46 - insert the SD card in the SD Card Socket 0 of the board;
47 - verify that your i.MX28 EVK board jumpers and switches are set as mentioned
48   in the i.MX28 EVK Quick Start Guide [1];
49 - connect an RS232 UART cable to the Debug UART Port and connect using a
50   terminal emulator at 115200 bps, 8n1;
51 - power on the board.
53 Enjoy!
55 References
56 ==========
57 [1] http://cache.freescale.com/files/32bit/doc/user_guide/EVK_imx28_QuickStart.pdf