1 **************************
2 Freescale i.MX23 EVK board
3 **************************
5 This file documents the Buildroot support for the Freescale i.MX23 EVK board.
10 First, configure Buildroot for your i.MX23 EVK board:
12 make imx23evk_defconfig
18 You will find in output/images/ directory the following files:
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:
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
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;