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