Fabio Estevam | 607dfdf | 2012-03-24 10:58:57 +0000 | [diff] [blame] | 1 | FREESCALE MX28EVK |
| 2 | ================== |
| 3 | |
| 4 | Supported hardware: only MX28EVK rev D is supported in U-boot. |
| 5 | |
| 6 | Files of the MX28EVK port |
| 7 | -------------------------- |
| 8 | |
Otavio Salvador | 3a0398d | 2012-08-05 09:05:29 +0000 | [diff] [blame] | 9 | arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28 |
| 10 | arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28 |
Fabio Estevam | 607dfdf | 2012-03-24 10:58:57 +0000 | [diff] [blame] | 11 | board/freescale/mx28evk/ - MX28EVK board specific files |
| 12 | include/configs/mx28evk.h - MX28EVK configuration file |
| 13 | |
| 14 | Jumper configuration |
| 15 | --------------------- |
| 16 | |
| 17 | To 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 Estevam | eeacb73 | 2012-05-12 08:16:46 +0000 | [diff] [blame] | 20 | * JTAG PSWITCH RESET: To the right (reset disabled) |
Fabio Estevam | 607dfdf | 2012-03-24 10:58:57 +0000 | [diff] [blame] | 21 | * Battery Source: Down |
| 22 | * Wall 5V: Up |
| 23 | * VDD 5V: To the left (off) |
| 24 | * Hold Button: Down (off) |
| 25 | |
Fabio Estevam | ab461be | 2013-03-07 11:28:19 +0000 | [diff] [blame] | 26 | |
| 27 | Environment Storage |
| 28 | ------------------- |
| 29 | |
| 30 | There are two targets for mx28evk: |
| 31 | |
| 32 | "make mx28evk_config" - store enviroment variables into MMC |
| 33 | |
| 34 | or |
| 35 | |
| 36 | "make mx28evk_nand_config" - store enviroment variables into NAND flash |
| 37 | |
| 38 | Choose the target accordingly. |
| 39 | |
| 40 | Note: The mx28evk board does not come with a NAND flash populated from the |
| 41 | factory. It comes with an empty slot (U23), which allows the insertion of a |
| 42 | 48-pin TSOP flash device. |
| 43 | |
Fabio Estevam | 607dfdf | 2012-03-24 10:58:57 +0000 | [diff] [blame] | 44 | Follow the instructions from doc/README.mx28_common to generate a bootable SD |
| 45 | card. |
| 46 | |
| 47 | Insert the SD card in slot 0, power up the board and U-boot will boot. |