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
13 First, configure Buildroot for your i.MX28 EVK board:
15 make freescale_imx28evk_defconfig
21 You will find in ./output/images/ the following files:
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:
35 Run the following script as root on your SD card. This will partition the card
36 and copy the bootloader, kernel and root filesystem as needed.
38 *** WARNING! The script will destroy all the card content. Use with care! ***
40 ./board/freescale/imx28evk/create-boot-sd.sh <your-sd-device>
42 Boot the i.MX28 EVK board
43 =========================
45 To boot your newly created system (refer to the i.MX28 EVK Quick Start Guide
47 - insert the SD card in the SD Card Socket 0 of the board;
48 - verify that your i.MX28 EVK board jumpers and switches are set as mentioned
49 in the i.MX28 EVK Quick Start Guide [1];
50 - connect an RS232 UART cable to the Debug UART Port and connect using a
51 terminal emulator at 115200 bps, 8n1;
58 [1] http://cache.freescale.com/files/32bit/doc/user_guide/EVK_imx28_QuickStart.pdf