Name Date Size #Lines LOC

..--

extlinux.confH A D05-Jun-2025161 54

genimage.cfgH A D05-Jun-2025318 2319

post-build.shH A D05-Jun-2025122 62

readme.txtH A D05-Jun-20251,007 5436

readme.txt

1Intro
2=====
3
4NanoPi Neo4 is a RK3399 SoC based ARM64 board.
5
6
7Official wiki: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO4
8Mainline wiki: https://wiki.amarulasolutions.com/bsp/rockchip/rk3399/neo4.html
9
10Build
11=====
12
13Run NanoPi Neo4 configuration
14
15  $ make friendlyarm_nanopi_neo4_defconfig
16
17To build, run make comamnd.
18
19  $ make
20
21Files created in output directory
22=================================
23
24output/images
25
26├── bl31.bin
27├── bl31.elf
28├── Image
29├── rk3399-nanopi-neo4.dtb
30├── rootfs.ext2
31├── rootfs.ext4 -> rootfs.ext2
32├── rootfs.tar
33├── sdcard.img
34├── u-boot.bin
35├── u-boot.itb
36├── u-boot-spl-dtb.bin
37├── u-boot-tpl-dtb.bin
38├── u-boot-tpl-dtb.img
39└── u-boot-tpl-spl-dtb.img
40
41Creating bootable SD card:
42=========================
43
44Simply invoke (as root)
45
46  # dd if=output/images/sdcard.img of=/dev/sdX && sync
47
48Where X is your SD card device
49
50Serial console
51--------------
52
53Baudrate for this board is 1500000
54