readme.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. A13-OLinuXino
  2. Intro
  3. =====
  4. This default configuration will allow you to start experimenting with
  5. the buildroot environment for the A13-OLinuXino. With the current
  6. configuration it will bring-up the board, and allow access through the
  7. serial console.
  8. For more details about the A13-OLinuXino:
  9. https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino/open-source-hardware
  10. How to build it
  11. ===============
  12. Configure Buildroot:
  13. $ make olimex_a13_olinuxino_defconfig
  14. Compile everything and build the rootfs image:
  15. $ make
  16. Note: you will need access to the internet to download the required
  17. sources.
  18. How to write the SD card
  19. ========================
  20. The sdcard.img file is a complete bootable image ready to be written
  21. on the boot medium. To install it, simply copy the image to a micro SD
  22. card:
  23. # dd if=output/images/sdcard.img of=/dev/sdX
  24. Notes:
  25. - replace 'sdX' with the actual device with your micro SDcard,
  26. - you may need to be root to do that (use 'sudo').
  27. Eject the SD card, insert it in the A13-OLinuXino board, and power it
  28. up.