readme.txt 778 B

12345678910111213141516171819202122232425262728293031
  1. Intro
  2. =====
  3. This directory contains a Buildroot configuration for building a
  4. Pine64 PineCube.
  5. Board homepage: https://www.pine64.org/cube/
  6. Board wiki: https://wiki.pine64.org/wiki/PineCube
  7. How to build it
  8. ===============
  9. $ make pine64_pinecube_defconfig
  10. $ make
  11. Note: you will need access to the internet to download the required
  12. sources.
  13. How to write the SD card
  14. ========================
  15. Once the build process is finished you will have an image called "sdcard.img"
  16. in the output/images/ directory.
  17. Copy the bootable "sdcard.img" onto an SD card with "dd":
  18. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  19. $ sudo sync
  20. Insert the micro SDcard in your PineCube and power it up. The console
  21. is on the serial port 2, 115200 8N1 (check Wiki for board pinout).