readme.txt 921 B

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