EasyManua.ls Logo

Orange Pi R1 Plus - Compile Openwrt; Compile Openwrt Source Code

Orange Pi R1 Plus
115 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi 用户手册 深圳市迅龙软件有限公司版权所有
www.orangepi.cn
50
www.xunlong.tv
test@test:~$ cd openwrt/
test@test:~/openwrt$ ls
BSDmakefile Config.in feeds include Makefile README.md scripts
target toolchain config dl feeds.conf.default LICENSE package
rules.mk staging_dir tmp tools
4.2.
Compile OpenWRT
4.2.1.
Compile OpenWRT Source Code
1) First execute ./scripts/feeds update -a and ./scripts/feeds install -a to download
dependency packages
test@test:~/openwrt$ ./scripts/feeds update -a
test@test:~/openwrt$ ./scripts/feeds install -a
Note: This step and the subsequent make compile will download many packages with
foreign sources. Because of network problems, it is very likely that the download will fail
and cause compilation errors. Therefore, it is recommended to use the source code
package, which already contains the ones that need to be downloaded. Software package,
no need to download, after decompression, you can go directly to step 2
2) Choose to use the OrangePi R1 Plus Configuration file
test@test:~/openwrt$ cp config/Orangepi_R1_Plus.config .config
test@test:~/openwrt$ make defconfig
3) Start compiling
Execute make V=s to start compilation
test@test:~/openwrt$ make V=s
4) When you need to select a new software package
test@test:~/openwrt$ make menuconfig
5) Save your personal package configuration for next use
test@test:~/openwrt$ ./script/diffconfig.sh > ../config/my_config
6) Image generation location
openwrt/bin/targets/rockchip/armv8/

Table of Contents

Related product manuals