xref: /OK3568_Linux_fs/buildroot/board/freescale/imx6sxsdb/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1NXP i.MX6SX SDB board
2---------------------
3
4To build a minimal support for this board:
5
6$ make imx6sx-sdb_defconfig
7$ make
8
9Buildroot prepares a bootable "sdcard.img" image in the output/images/
10directory, ready to be flashed into the SD card:
11
12$ sudo dd if=output/images/sdcard.img of=/dev/<sd-card-device>; sync
13
14Then insert the SD card into the SD4 boot slot and boot the board.
15