readme.txt 979 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Intro
  2. =====
  3. This default configuration will allow you to start experimenting with the
  4. buildroot environment for the Bananapi M64. With the current configuration
  5. it will bring-up the board, and allow access through the serial console.
  6. Bananapi M64 link:
  7. http://www.banana-pi.org/m64.html
  8. Wiki link:
  9. https://openedev.amarulasolutions.com/display/ODWIKI/Bananapi+M64
  10. This configuration uses U-Boot mainline and kernel mainline.
  11. How to build
  12. ============
  13. $ make bananapi_m64_defconfig
  14. $ make
  15. Note: you will need access to the internet to download the required
  16. sources.
  17. How to write the SD card
  18. ========================
  19. Once the build process is finished you will have an image called "sdcard.img"
  20. in the output/images/ directory.
  21. Copy the bootable "sdcard.img" onto an SD card with "dd":
  22. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  23. $ sudo sync
  24. Insert the micro SDcard in your Bananapi M64 and power it up. The console
  25. is on the serial line, 115200 8N1.