package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / board / freescale / imx28evk / readme.txt
blobcbf6aae8832fb0ee0a10ee6b1916452e8bdd7d23
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 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
46 [1] for guidance):
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;
52 - power on the board.
54 Enjoy!
56 References
57 ==========
58 [1] http://cache.freescale.com/files/32bit/doc/user_guide/EVK_imx28_QuickStart.pdf