cross/mipsel-linux-uclibc/buildroot/buildroot-2025.02.4/board/friendlyarm/nanopi-neo
Jessica 25a642683c added armhf 2025-07-19 11:14:58 -04:00
..
patches added armhf 2025-07-19 11:14:58 -04:00
extlinux.conf added armhf 2025-07-19 11:14:58 -04:00
genimage.cfg added armhf 2025-07-19 11:14:58 -04:00
post-build.sh added armhf 2025-07-19 11:14:58 -04:00
readme.txt added armhf 2025-07-19 11:14:58 -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!