diff options
| author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-14 11:18:11 -0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-22 21:37:28 +0100 |
| commit | f86d5e1cf68295e700c7323217fa9bb3b9e64c0e (patch) | |
| tree | 5bdf4ea4dc872d7dbb42dd7a5bfb16ebbcf16897 /board/freescale | |
| parent | 39640c94a8f266d620fc25df83b6a6392eedee17 (diff) | |
| download | buildroot-f86d5e1cf68295e700c7323217fa9bb3b9e64c0e.tar.gz buildroot-f86d5e1cf68295e700c7323217fa9bb3b9e64c0e.zip | |
configs/imx6slevk: Add new defconfig
Add support for imx6slevk_defconfig that allows booting a mainline
kernel and mainline U-Boot.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/freescale')
| -rw-r--r-- | board/freescale/imx6slevk/readme.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/freescale/imx6slevk/readme.txt b/board/freescale/imx6slevk/readme.txt new file mode 100644 index 0000000000..424380e31f --- /dev/null +++ b/board/freescale/imx6slevk/readme.txt @@ -0,0 +1,14 @@ +NXP i.MX6SL EVK board +--------------------- + +To build a minimal support for this board: + +$ make imx6slevk_defconfig +$ make + +Buildroot prepares a bootable "sdcard.img" image in the output/images/ +directory, ready to be flashed into the SD card: + +$ sudo dd if=output/images/sdcard.img of=/dev/<sd-card-device>; sync + +Then insert the SD card into the SD2 slot and boot the board. |

