From b2f885e8dda050db65e2ebe86784967cd7781c45 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 30 Jun 2023 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E=E5=92=8C?= =?UTF-8?q?=E8=B5=84=E6=BA=90.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Documents/Resources/资源网站.md | 4 ++++ .../易百纳_EB-RV1126-DC-201_Linux_说明.md | 22 +++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Documents/Resources/资源网站.md b/Documents/Resources/资源网站.md index f424b04..290bd78 100644 --- a/Documents/Resources/资源网站.md +++ b/Documents/Resources/资源网站.md @@ -150,6 +150,7 @@ title: 资源网站 - [Friendlyarm NanoPC-T3](http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T3) - [Friendlyarm NanoPC-T3 Plus](http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T3_Plus) - [Friendlyarm NanoPC-T4](http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T4) +- [易百纳 EB-RV1126-DC-201](https://pan.baidu.com/s/1Tw4eAv6MPubwo1aI77YiUQ) 提取码: q4cw ## 9. Nuttx 学习 @@ -172,7 +173,9 @@ title: 资源网站 ## 13. 软件资源 +- [Chocolatey Packages](https://community.chocolatey.org/packages) - [Download Qt](http://download.qt.io/) +- [Packages for Linux and Unix](https://pkgs.org/) - [ApksFull](https://apksfull.com/) - [ApptoGame](https://apptogame.com/) - [ApkPure](https://apkpure.com/) @@ -212,6 +215,7 @@ title: 资源网站 ## 18. Reference +- [Golang Doc](https://pkg.go.dev/) - [Qt Documentation](https://doc.qt.io/) - [Qt Style Sheets Reference](https://doc.qt.io/qt-5/stylesheet-reference.html) - [Wireshark Developer’s Guide](https://www.wireshark.org/docs/wsdg_html_chunked/) diff --git a/Ecology/易百纳_EB-RV1126-DC-201/易百纳_EB-RV1126-DC-201_Linux_说明.md b/Ecology/易百纳_EB-RV1126-DC-201/易百纳_EB-RV1126-DC-201_Linux_说明.md index 511e048..64d5b3a 100644 --- a/Ecology/易百纳_EB-RV1126-DC-201/易百纳_EB-RV1126-DC-201_Linux_说明.md +++ b/Ecology/易百纳_EB-RV1126-DC-201/易百纳_EB-RV1126-DC-201_Linux_说明.md @@ -19,7 +19,8 @@ source envsetup.sh cd buildroot make rockchip_rv1126_rv1109_defconfig # 自动保存成 rockchip_rv1126_rv1109_defconfig -make menuconfig make savedefconfig +make menuconfig +make savedefconfig cd .. ./build.sh cleanall ./build.sh @@ -29,6 +30,18 @@ cd .. Pixe format of linuxfb drm screen 选 rgb565。 +如果出现: + +```bash +mv -f libXXXXXX.so ... +... +make[3]: *** [sub-plugins-make_first] Error 2 +... +make[2]: *** [sub-src-make_first] Error 2 +``` + +则是因为缺少对应的依赖库,在 buildroot 中增加相应依赖库即可。 + ### 裁剪 * nginx @@ -36,9 +49,10 @@ Pixe format of linuxfb drm screen 选 rgb565。 ### 软件包下载过慢或无法下载的处理 -用 HttpFileServer 搭建 Http 文件服务器,将需要的软件包手动下载到 Http 文件服务器路径下。 - -修改 buildroot/pack 路径下的 *.mk 文件,将其中的下载地址修改为 HttpFileServer 的地址。 +1. 手动下载并添加到自建 Http 文件服务器中: + 1. 用 HttpFileServer 搭建 Http 文件服务器,将需要的软件包手动下载到 Http 文件服务器路径下。 + 2. 修改 buildroot/pack 路径下的 *.mk 文件,将其中的下载地址修改为 HttpFileServer 的地址。 +2. 使用代理进行科学上网。 ## 挂载为可读写