添加openwrt辅助环境说明

This commit is contained in:
2024-08-20 10:06:19 +08:00
parent 887534a744
commit 4f6b2cf110
3 changed files with 18 additions and 1 deletions

5
ReadMe.DevEnv.openwrt.md Normal file
View File

@@ -0,0 +1,5 @@
当HEnvBox安装完成后开发环境基本上就已经搭建完成。
但在某些环境下(如WSL中),可能仍然需要做一些操作。
使用`openwrt`命令可进入openwrt开发环境。

View File

@@ -73,6 +73,18 @@ cutecom-ng是一个基于Qt的串口工具,可用于串口调试。
环境检查相关脚本,具体见[tools/EnvCheck](tools/EnvCheck).
# 开发环境
对于一般开发而言安装好HEnvBox即可正常使用开发环境。
但对某些软件而言,可能需要特殊的设置。
## openwrt
辅助开发openwrt的工具。
具体说明见[ReadMe.DevEnv.openwrt.md](ReadMe.DevEnv.openwrt.md)
# 环境变量
本工程主要使用环境变量进行脚本操作:

View File

@@ -240,7 +240,7 @@ EOF
export -f ShowBanner
#显示系统信息
neofetch
neofetch 2>/dev/null
ShowBanner