cross/i686-linux-glibc/buildroot/buildroot-2025.05/board/friendlyarm/nanopi-neo
Jessica 79f05960bf added i686 2026-07-07 11:25:11 -04:00
..
patches added i686 2026-07-07 11:25:11 -04:00
extlinux.conf added i686 2026-07-07 11:25:11 -04:00
genimage.cfg added i686 2026-07-07 11:25:11 -04:00
post-build.sh added i686 2026-07-07 11:25:11 -04:00
readme.txt added i686 2026-07-07 11:25:11 -04:00

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!