The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / freescale / imx28evk / readme.txt
1 **************************
2 Freescale i.MX28 EVK board
3 **************************
4
5 This file documents the Buildroot support for the Freescale i.MX28 EVK board.
6
7 Read the i.MX28 Evaluation Kit Quick Start Guide [1] for an introduction to the
8 board.
9
10 Build
11 =====
12
13 First, configure Buildroot for your i.MX28 EVK board:
14
15   make freescale_imx28evk_defconfig
16
17 Build all components:
18
19   make
20
21 You will find in ./output/images/ the following files:
22   - imx28-evk.dtb
23   - rootfs.tar
24   - u-boot.sd
25   - zImage
26
27 Create a bootable SD card
28 =========================
29
30 To determine the device associated to the SD card have a look in the
31 /proc/partitions file:
32
33   cat /proc/partitions
34
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.
37
38 *** WARNING! The script will destroy all the card content. Use with care! ***
39
40   ./board/freescale/imx28evk/create-boot-sd.sh <your-sd-device>
41
42 Boot the i.MX28 EVK board
43 =========================
44
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.
53
54 Enjoy!
55
56 References
57 ==========
58 [1] http://cache.freescale.com/files/32bit/doc/user_guide/EVK_imx28_QuickStart.pdf