关于NanoPi NEO(全志H3)平台下的LEDE(openWRT)系统的编译
大文实验室/大文哥
壹捌陆捌零陆捌捌陆捌贰
wb4916 AT qq.com
完成时间:2017/10/13 15:17
版本:V1.0
SDK:LEDE
开发板:NanoPi NEO(以下简称NEO)是友善之臂团队面向创客、嵌入式爱好者,电子艺术家、发烧友等群体推出的又一款完全开源的掌上创客神器。
(全志H3)
1、下载LEDE(v17.01.3):
rootroot@cm-System-Product-Name:~$ cd /home/rediron/h3/
rootroot@cm-System-Product-Name:/home/rediron/h3$ ll
总用量 8
drwx------ 2 rootroot rootroot 4096 10月 13 12:32 ./
drwxr-xr-x 24 rootroot rootroot 4096 10月 13 12:32 ../
rootroot@cm-System-Product-Name:/home/rediron/h3$ mkdir nanopi_neo
rootroot@cm-System-Product-Name:/home/rediron/h3$ cd nanopi_neo/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ ll
总用量 8
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:33 ./
drwx------ 3 rootroot rootroot 4096 10月 13 12:33 ../
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ ll
总用量 8
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:33 ./
drwx------ 3 rootroot rootroot 4096 10月 13 12:33 ../
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ git clone https://github.com/lede-project/source
正克隆到 'source'...
remote: Counting objects: 398480, done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 398480 (delta 24), reused 17 (delta 8), pack-reused 398426
接收对象中: 100% (398480/398480), 142.26 MiB | 728.00 KiB/s, done.
处理 delta 中: 100% (269776/269776), done.
检查连接... 完成。
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ ll
总用量 12
drwxrwxr-x 3 rootroot rootroot 4096 10月 13 12:34 ./
drwx------ 3 rootroot rootroot 4096 10月 13 12:33 ../
drwxrwxr-x 11 rootroot rootroot 4096 10月 13 12:36 source/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ tar zcvf source_wyb_lede_20171013_1236.tar.gz source/
(解压缩)
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ tar zxvf source_wyb_lede_20171013_1236.tar.gz
2、选择平台:NanoPi NEO(全志H3)
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo$ cd source/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ ll
总用量 108
drwxrwxr-x 11 rootroot rootroot 4096 10月 13 12:36 ./
drwxrwxr-x 4 rootroot rootroot 4096 10月 13 12:40 ../
-rw-rw-r-- 1 rootroot rootroot 179 10月 13 12:36 BSDmakefile
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:36 config/
-rw-rw-r-- 1 rootroot rootroot 573 10月 13 12:36 Config.in
-rw-rw-r-- 1 rootroot rootroot 533 10月 13 12:36 feeds.conf.default
drwxrwxr-x 8 rootroot rootroot 4096 10月 13 12:36 .git/
-rw-rw-r-- 1 rootroot rootroot 8 10月 13 12:36 .gitattributes
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:36 .github/
-rw-rw-r-- 1 rootroot rootroot 233 10月 13 12:36 .gitignore
drwxrwxr-x 3 rootroot rootroot 4096 10月 13 12:36 include/
-rw-rw-r-- 1 rootroot rootroot 17992 10月 13 12:36 LICENSE
-rw-rw-r-- 1 rootroot rootroot 3099 10月 13 12:36 Makefile
drwxrwxr-x 11 rootroot rootroot 4096 10月 13 12:36 package/
-rw-rw-r-- 1 rootroot rootroot 1014 10月 13 12:36 README
-rw-rw-r-- 1 rootroot rootroot 13215 10月 13 12:36 rules.mk
drwxrwxr-x 4 rootroot rootroot 4096 10月 13 12:36 scripts/
drwxrwxr-x 6 rootroot rootroot 4096 10月 13 12:36 target/
drwxrwxr-x 12 rootroot rootroot 4096 10月 13 12:36 toolchain/
drwxrwxr-x 57 rootroot rootroot 4096 10月 13 12:36 tools/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ git branch
* master
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ git tag
reboot
v17.01.0
v17.01.0-rc1
v17.01.0-rc2
v17.01.1
v17.01.2
v17.01.3
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
(直接使用master分支即可,其它分支:比如v17.01.1是没有NanoPi NEO选项的!)
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ make menuconfig
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'ldconfig-stub'... ok.
Collecting package info: done
Collecting target info: done
configuration written to .config
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
选择:
Target System (Atheros AR7xxx/AR9xxx) --->
Subtarget (Generic) --->
Target Profile (Default Profile (all drivers)) --->
修改为:
Target System (Atheros AR7xxx/AR9xxx) --->
( ) Allwinner A1x/A20/A3x
(X) Atheros AR7xxx/AR9xxx
修改为:
(X) Allwinner A1x/A20/A3x
( ) Atheros AR7xxx/AR9xxx
Subtarget (Allwinner A1x) --->
(X) Allwinner A1x
( ) Allwinner A20/A3x
( ) Allwinner A64
修改为:
( ) Allwinner A1x
(X) Allwinner A20/A3x
( ) Allwinner A64
Target Profile (Default Profile (all drivers)) --->
( ) Multiple devices
(X) Default Profile (all drivers)
( ) Cubietech Cubieboard2
( ) Cubietech Cubietruck
( ) FriendlyARM NanoPi NEO
( ) Lamobo R1
( ) LeMaker Banana Pi
( ) LeMaker Banana Pro
( ) LinkSprite pcDuino3
( ) Mele M9 top set box
( ) Olimex A20-OLinuXino-LIME
( ) Olimex A20-OLinuXino-LIME2
( ) Olimex A20-OLinuXino-LIME2-eMMC
( ) Olimex A20-Olinuxino Micro
( ) Xunlong Orange Pi Plus
( ) Xunlong Orange Pi R1
修改为:
( ) Multiple devices
( ) Default Profile (all drivers)
( ) Cubietech Cubieboard2
( ) Cubietech Cubietruck
(X) FriendlyARM NanoPi NEO
( ) Lamobo R1
( ) LeMaker Banana Pi
( ) LeMaker Banana Pro
( ) LinkSprite pcDuino3
( ) Mele M9 top set box
( ) Olimex A20-OLinuXino-LIME
( ) Olimex A20-OLinuXino-LIME2
( ) Olimex A20-OLinuXino-LIME2-eMMC
( ) Olimex A20-Olinuxino Micro
( ) Xunlong Orange Pi Plus
( ) Xunlong Orange Pi R1
3、开始编译:
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ make -j8 V=s
rce/bin/targets/sunxi/cortexa7/lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz
gzip -9n -c /home/rediron/h3/nanopi_neo/source/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/linux-sunxi_cortexa7/tmp/lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz > /home/rediron/h3/nanopi_neo/source/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/linux-sunxi_cortexa7/tmp/lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz.new
cp /home/rediron/h3/nanopi_neo/source/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/linux-sunxi_cortexa7/tmp/lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz /home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7/lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz
/home/rediron/h3/nanopi_neo/source/staging_dir/host/bin/opkg --offline-root /home/rediron/h3/nanopi_neo/source/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/root-sunxi --add-arch all:100 --add-arch arm_cortex-a7_neon-vfpv4:200 list-installed > /home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7/lede-sunxi-cortexa7-device-sun8i-h3-nanopi-neo.manifest
make[5]: Leaving directory `/home/rediron/h3/nanopi_neo/source/target/linux/sunxi/image'
make[4]: Leaving directory `/home/rediron/h3/nanopi_neo/source/target/linux/sunxi'
make[3]: Leaving directory `/home/rediron/h3/nanopi_neo/source/target/linux'
make[2]: Leaving directory `/home/rediron/h3/nanopi_neo/source'
export MAKEFLAGS= ;make -w -r package/index
make[2]: Entering directory `/home/rediron/h3/nanopi_neo/source'
Generating package index...
Generating index for package ./base-files_176-r5049-efbd4e7_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./fstools_2017-07-31-8ab4fda6-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./fwtool_1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-ip6tables_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-ipt-conntrack_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-ipt-core_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-ipt-nat_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-lib-crc-ccitt_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-nf-conntrack6_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-nf-conntrack_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-nf-ipt6_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-nf-ipt_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-nf-nat_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-ppp_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-pppoe_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-pppox_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./kmod-slhc_4.9.54-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libgcc_5.4.0-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libpthread_1.1.16-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./librt_1.1.16-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./opkg_2017-07-28-4bd8601e-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./uboot-envtools_2015.10-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./busybox_1.27.2-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./dnsmasq_2.78-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./dropbear_2017.75-4_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./e2fsprogs_1.43.6-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./firewall_2017-05-27-a4d98aea-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ip6tables_1.6.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./iptables_1.6.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./jshn_2017-09-29-632688e8-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./jsonfilter_2016-07-02-dea067ad-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./lede-keyring_2017-01-20-a50b7529-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libblkid_2.30.2-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libblobmsg-json_2017-09-29-632688e8-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libext2fs_1.43.6-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libf2fs_1.9.0-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libip4tc_1.6.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libip6tc_1.6.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libjson-c_0.12.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libjson-script_2017-09-29-632688e8-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libnl-tiny_0.1-5_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libsmartcols_2.30.2-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libubox_2017-09-29-632688e8-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libubus_2017-02-18-34c6e818-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libuci_2017-09-29-5ad59ad4-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libuclient_2017-09-06-24d6eded-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libuuid_2.30.2-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./libxtables_1.6.1-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./logd_2017-09-01-b1bc8d5f-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./mkf2fs_1.9.0-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./mtd_21_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./netifd_2017-10-06-5df3f01a-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./odhcp6c_2017-09-05-51733a6d-4_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./odhcpd_2017-09-16-f0bce9cd-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./partx-utils_2.30.2-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ppp-mod-pppoe_2.4.7-12_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ppp_2.4.7-12_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./procd_2017-09-28-ee582d16-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ubox_2017-09-01-b1bc8d5f-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ubus_2017-02-18-34c6e818-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./ubusd_2017-02-18-34c6e818-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./uci_2017-09-29-5ad59ad4-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./uclient-fetch_2017-09-06-24d6eded-1_arm_cortex-a7_neon-vfpv4.ipk
Generating index for package ./usign_2015-07-04-ef641914-1_arm_cortex-a7_neon-vfpv4.ipk
Signing package index...
make[2]: Leaving directory `/home/rediron/h3/nanopi_neo/source'
export MAKEFLAGS= ;make -w -r checksum
make[2]: Entering directory `/home/rediron/h3/nanopi_neo/source'
make[2]: Leaving directory `/home/rediron/h3/nanopi_neo/source'
make[1]: Leaving directory `/home/rediron/h3/nanopi_neo/source'
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$
4、编译完成生成的IMG:
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ ll
总用量 260
drwxrwxr-x 16 rootroot rootroot 4096 10月 13 13:53 ./
drwxrwxr-x 4 rootroot rootroot 4096 10月 13 12:40 ../
drwxr-xr-x 4 rootroot rootroot 4096 10月 13 13:49 bin/
-rw-rw-r-- 1 rootroot rootroot 179 10月 13 12:36 BSDmakefile
drwxr-xr-x 6 rootroot rootroot 4096 10月 13 13:49 build_dir/
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:36 config/
-rw-rw-r-- 1 rootroot rootroot 116179 10月 13 12:41 .config
-rw-rw-r-- 1 rootroot rootroot 573 10月 13 12:36 Config.in
drwxr-xr-x 2 rootroot rootroot 4096 10月 13 13:55 dl/
-rw-rw-r-- 1 rootroot rootroot 533 10月 13 12:36 feeds.conf.default
drwxrwxr-x 8 rootroot rootroot 4096 10月 13 13:01 .git/
-rw-rw-r-- 1 rootroot rootroot 8 10月 13 12:36 .gitattributes
drwxrwxr-x 2 rootroot rootroot 4096 10月 13 12:36 .github/
-rw-rw-r-- 1 rootroot rootroot 233 10月 13 12:36 .gitignore
drwxrwxr-x 3 rootroot rootroot 4096 10月 13 12:36 include/
-rw-r--r-- 1 rootroot rootroot 176 10月 13 13:53 key-build
-rw-r--r-- 1 rootroot rootroot 92 10月 13 13:53 key-build.pub
-rw-rw-r-- 1 rootroot rootroot 17992 10月 13 12:36 LICENSE
-rw-rw-r-- 1 rootroot rootroot 3099 10月 13 12:36 Makefile
drwxrwxr-x 11 rootroot rootroot 4096 10月 13 12:36 package/
-rw-rw-r-- 1 rootroot rootroot 1014 10月 13 12:36 README
-rw-rw-r-- 1 rootroot rootroot 13215 10月 13 12:36 rules.mk
drwxrwxr-x 4 rootroot rootroot 4096 10月 13 12:36 scripts/
drwxrwxr-x 7 rootroot rootroot 4096 10月 13 13:55 staging_dir/
drwxrwxr-x 6 rootroot rootroot 4096 10月 13 12:36 target/
drwxrwxr-x 3 rootroot rootroot 12288 10月 13 13:55 tmp/
drwxrwxr-x 12 rootroot rootroot 4096 10月 13 12:36 toolchain/
drwxrwxr-x 57 rootroot rootroot 4096 10月 13 12:36 tools/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source$ cd bin/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin$ ll
总用量 16
drwxr-xr-x 4 rootroot rootroot 4096 10月 13 13:49 ./
drwxrwxr-x 16 rootroot rootroot 4096 10月 13 13:53 ../
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 packages/
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 targets/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin$ cd targets/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets$ ll
总用量 12
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 ./
drwxr-xr-x 4 rootroot rootroot 4096 10月 13 13:49 ../
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 sunxi/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets$ cd sunxi/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi$ ll
总用量 12
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 ./
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 ../
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:57 cortexa7/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi$ cd cortexa7/
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7$ ll
总用量 8584
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:57 ./
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 ../
-rw-r--r-- 1 rootroot rootroot 19992 10月 13 13:49 config.seed
-rw-r--r-- 1 rootroot rootroot 1689 10月 13 13:57 lede-sunxi-cortexa7-device-sun8i-h3-nanopi-neo.manifest
-rw-r--r-- 1 rootroot rootroot 4746457 10月 13 13:57 lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz
-rw-r--r-- 1 rootroot rootroot 4001722 10月 13 13:57 lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz
drwxr-xr-x 2 rootroot rootroot 4096 10月 13 13:57 packages/
-rw-r--r-- 1 rootroot rootroot 454 10月 13 13:57 sha256sums
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7$
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7$ ll
总用量 8584
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:57 ./
drwxr-xr-x 3 rootroot rootroot 4096 10月 13 13:49 ../
-rw-r--r-- 1 rootroot rootroot 19992 10月 13 13:49 config.seed
-rw-r--r-- 1 rootroot rootroot 1689 10月 13 13:57 lede-sunxi-cortexa7-device-sun8i-h3-nanopi-neo.manifest
-rw-r--r-- 1 rootroot rootroot 4746457 10月 13 13:57 lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-ext4-sdcard.img.gz
-rw-r--r-- 1 rootroot rootroot 4001722 10月 13 13:57 lede-sunxi-cortexa7-sun8i-h3-nanopi-neo-squashfs-sdcard.img.gz
drwxr-xr-x 2 rootroot rootroot 4096 10月 13 13:57 packages/
-rw-r--r-- 1 rootroot rootroot 454 10月 13 13:57 sha256sums
rootroot@cm-System-Product-Name:/home/rediron/h3/nanopi_neo/source/bin/targets/sunxi/cortexa7$
5、如何烧录到TF卡然后启动NanoPi NEO到LEDE待查。
有谁知道可以告诉我一下!^_
6、参考资料:
https://openwrt.org/
https://github.com/openwrt/openwrt
https://lede-project.org/
https://github.com/lede-project/source
http://www.arm9.net/
http://www.arm9.net/support-share.asp
http://www.arm9home.net/index.php
https://item.taobao.com/item.htm?id=535338278975
运行UbuntuCore
友善之臂NanoPi群Ⅱ 92830194,欢迎加入畅聊!
- Wiki教程: http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO/zh
- 机械结构图(dxf格式):http://wiki.friendlyarm.com/wiki/images/9/99/NanoPi-NEO-1606-dimensions%28dxf%29.zip
- 原理图:http://wiki.friendlyarm.com/wiki/images/a/aa/NanoPi-NEO-1606-Schematic.pdf
- 源代码:https://github.com/friendlyarm
- 固件下载地址:http://pan.baidu.com/s/1i5jl2XB