]> Git Repo - buildroot-mgba.git/blob - board/bananapi/bananapi-m2-ultra/readme.txt
configs/bananapi_m2_ultra: new defconfig
[buildroot-mgba.git] / board / bananapi / bananapi-m2-ultra / readme.txt
1 Intro
2 =====
3
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
7 serial console.
8
9 Bananapi M2 Ultra link:
10 http://www.banana-pi.org/m2u.html
11
12 This configuration uses U-Boot mainline and kernel mainline.
13
14 How to build
15 ============
16
17     $ make bananapi_m2_ultra_defconfig
18     $ make
19
20 Note: you will need access to the internet to download the required
21 sources.
22
23 How to write the SD card
24 ========================
25
26 Once the build process is finished you will have an image called "sdcard.img"
27 in the output/images/ directory.
28
29 Copy the bootable "sdcard.img" onto an SD card with "dd":
30
31   $ sudo dd if=output/images/sdcard.img of=/dev/sdX
32   $ sudo sync
33
34 Insert the micro SDcard in your Bananapi M2 Ultra and power it up. The console
35 is on the serial line, 115200 8N1.
This page took 0.027504 seconds and 4 git commands to generate.