
























初次安装、编译过程请参考过往教程
打开虚拟机
为虚拟机添加快照,名称为 更新LEDE系统前
进入工作目录
cd /media/porschan/lede.project/lede
porschan@lab10:/media/porschan/lede.project/lede$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: config/Config-build.in
modified: config/Config-devel.in
modified: config/Config-images.in
modified: config/Config-kernel.in
no changes added to commit (use "git add" and/or "git commit -a")
git reset --hard
porschan@lab10:/media/porschan/lede.project/lede$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
git pull
./scripts/feeds update -a
./scripts/feeds install -a
.config 目录 删除sudo rm -rf /media/porschan/lede.project/lede/.config
make menuconfig
这里只配置了以下 5 项内容,可根据自己需求添加额外的功能模块
Target System 选择了 RockchipSubtarget 默认选择了 RK33xx/RK35xx boards (64bit)Target Profile 选择了 Radxa E20CLuCI -> 3. Applications 选择了 luci-app-open*****. LuCI support for ***LuCI -> 3. Applications 选择了 luci-app-ttyd. ttyd - Command-line tool for sharing teminal over the webLuCI -> 4. Themes 选择了 全部主题make download -j8
make V=s -j$(nproc)
将 /media/porschan/lede.project/lede/bin/targets/rockchip/armv8 下的 openwrt-rockchip-armv8-radxa_e20c-squashfs-sysupgrade.img.gz 拷贝到本地
解压 openwrt-rockchip-armv8-radxa_e20c-squashfs-sysupgrade.img.gz 得到 openwrt-rockchip-armv8-radxa_e20c-squashfs-sysupgrade.img 固件
打开 LEDE 管理后台,点击 系统 -> 备份与升级 -> 刷写固件 -> 上传 openwrt-rockchip-armv8-radxa_e20c-squashfs-sysupgrade.img 固件,操作位置如下图

终端 模块,如下图所示
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。