readme.txt 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. **********
  2. chiliBoard
  3. **********
  4. Build
  5. =====
  6. First, configure Buildroot for your chiliBoard:
  7. make grinn_chiliboard_defconfig
  8. Build image:
  9. make
  10. After building you should get a tree like this:
  11. output/images/
  12. ├── am335x-chiliboard.dtb
  13. ├── boot.vfat
  14. ├── MLO
  15. ├── rootfs.ext2
  16. ├── rootfs.ext4
  17. ├── rootfs.tar
  18. ├── sdcard.img
  19. ├── u-boot.img
  20. └── zImage
  21. Create a bootable microSD card
  22. ==============================
  23. Buildroot prepares a bootable microSD card image "sdcard.img" in output/images/
  24. directory, To flash SD card just run the following command:
  25. sudo dd if=output/images/sdcard.img of=/dev/<sd_card> bs=1M
  26. where <sd_card> can be sdX or mmcblkX
  27. *** WARNING! This will destroy all contents of device you specify! ***
  28. Boot chiliBoard
  29. ===============
  30. - insert the microSD card in the microSD slot of the board;
  31. - plug micro USB cable to provide power and console interface
  32. - use terminal emulator with 115200 bps, 8n1