readme.txt 947 B

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