Dong Wang 848d2614bf board/friendlyarm/nanopi-neo: refine genimage.cfg vor 11 Monaten
..
patches 4265790541 configs/friendlyarm_nanopi_neo_defconfig: new defconfig vor 11 Monaten
extlinux.conf 4265790541 configs/friendlyarm_nanopi_neo_defconfig: new defconfig vor 11 Monaten
genimage.cfg 848d2614bf board/friendlyarm/nanopi-neo: refine genimage.cfg vor 11 Monaten
post-build.sh 4265790541 configs/friendlyarm_nanopi_neo_defconfig: new defconfig vor 11 Monaten
readme.txt 4265790541 configs/friendlyarm_nanopi_neo_defconfig: new defconfig vor 11 Monaten

readme.txt

Nanopi NEO

Intro
=====

This default configuration will allow you to start experimenting with the
buildroot environment for the NanoPi NEO. With the current configuration
it will bring-up the board, and allow access through the serial console.

FriendlyARM Nanopi NEO link:
https://wiki.friendlyelec.com/wiki/index.php/NanoPi_NEO

How to build
============

$ make friendlyarm_nanopi_neo_defconfig
$ make

Note: you will need access to the internet to download the required
sources.

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

$ sudo dd if=output/images/sdcard.img of=/dev/sdX
$ sudo sync

Insert the micro SD card in your Nanopi NEO and power it up. The console
is on the debug TTL UART, 115200 8N1.

Ethernet
==========

# udhcpc -i eth0

Enjoy!