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