增加说明和资源.

Signed-off-by: rick.chan <cy187lion@sina.com>
This commit is contained in:
rick.chan 2023-06-30 16:04:59 +08:00
parent 2c20a2b1c9
commit b2f885e8dd
2 changed files with 22 additions and 4 deletions

View File

@ -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 Developers Guide](https://www.wireshark.org/docs/wsdg_html_chunked/)

View File

@ -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. 使用代理进行科学上网。
## 挂载为可读写