blob: 2fc50696f5ef3175ea5211565d59f33d1280aedd [file] [log] [blame]
Fabio Estevam607dfdf2012-03-24 10:58:57 +00001FREESCALE MX28EVK
2==================
3
4Supported hardware: only MX28EVK rev D is supported in U-boot.
5
6Files of the MX28EVK port
7--------------------------
8
Otavio Salvador3a0398d2012-08-05 09:05:29 +00009arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
10arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28
Fabio Estevam607dfdf2012-03-24 10:58:57 +000011board/freescale/mx28evk/ - MX28EVK board specific files
12include/configs/mx28evk.h - MX28EVK configuration file
13
14Jumper configuration
15---------------------
16
17To boot MX28EVK from an SD card, set the boot mode DIP switches as:
18
19 * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42)
Fabio Estevameeacb732012-05-12 08:16:46 +000020 * JTAG PSWITCH RESET: To the right (reset disabled)
Fabio Estevam607dfdf2012-03-24 10:58:57 +000021 * Battery Source: Down
22 * Wall 5V: Up
23 * VDD 5V: To the left (off)
24 * Hold Button: Down (off)
25
26Follow the instructions from doc/README.mx28_common to generate a bootable SD
27card.
28
29Insert the SD card in slot 0, power up the board and U-boot will boot.