4 This file contains information for the port of U-Boot to the Wandboard.
6 Wandboard is a development board that has three variants based on the following
7 SoCs: mx6 quad, mx6 dual lite and mx6 solo.
9 For more details about Wandboard, please refer to:
10 http://www.wandboard.org/
12 Building U-boot for Wandboard
13 -----------------------------
15 To build U-Boot for the Wandboard Dual Lite version:
17 $ make wandboard_dl_config
20 To build U-Boot for the Wandboard Solo version:
22 $ make wandboard_solo_config
25 To build U-Boot for the Wandboard Quad version:
27 $ make wandboard_quad_config
30 Flashing U-boot into the SD card
31 --------------------------------
33 - After the 'make' command completes, the generated 'u-boot.imx' binary must be
34 flashed into the SD card;
36 $ sudo dd if=u-boot.imx of=/dev/mmcblk0 bs=512 seek=2; sync
38 (Note - the SD card node may vary, so adjust this as needed).
40 - Insert the SD card into the slot located in the bottom of the board (same side
43 - Connect the serial cable to the host PC
45 - Power up the board and U-boot messages will appear in the serial console.