toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / board / freescale / imx23evk / readme.txt
blob6574577dcc0c3546d375a8cda8279fe409991bce
1 **************************
2 Freescale i.MX23 EVK board
3 **************************
5 This file documents the Buildroot support for the Freescale i.MX23 EVK board.
7 Build
8 =====
10 First, configure Buildroot for your i.MX23 EVK board:
12   make imx23evk_defconfig
14 Build all components:
16   make
18 You will find in output/images/ directory the following files:
19   - imx23-evk.dtb
20   - rootfs.tar
21   - u-boot.sd
22   - zImage
24 Create a bootable SD card
25 =========================
27 To determine the device associated to the SD card have a look in the
28 /proc/partitions file:
30   cat /proc/partitions
32 Then, run the following command:
34 *** WARNING! The command will destroy all the card content. Use with care! ***
36  sudo dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
38 Boot the i.MX23 EVK board
39 =========================
41 - Put the Boot Mode Select jumper as 1 0 0 1 so that it can boot
42   from the SD card
43 - Insert the SD card in the SD Card slot of the board;
44 - Connect an RS232 UART cable to the Debug UART Port and connect using a
45   terminal emulator at 115200 bps, 8n1;
46 - power on the board.
48 Enjoy!