readme.txt 377 B

1234567891011121314
  1. NXP i.MX6SL EVK board
  2. ---------------------
  3. To build a minimal support for this board:
  4. $ make imx6slevk_defconfig
  5. $ make
  6. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  7. directory, ready to be flashed into the SD card:
  8. $ sudo dd if=output/images/sdcard.img of=/dev/<sd-card-device>; sync
  9. Then insert the SD card into the SD2 slot and boot the board.