1.新增说明
This commit is contained in:
parent
1ccc3f80c6
commit
4b2295f61a
19
README.md
19
README.md
|
@ -12,8 +12,12 @@
|
|||
1.build rtos
|
||||
```
|
||||
cd rtos
|
||||
git source build/envsetup.sh
|
||||
lunch #配置model,首次需要
|
||||
source build/envsetup.sh
|
||||
lunch #配置model,首次需要,S530选择以下配置
|
||||
#Project Config: rtos
|
||||
#Model Config: cfg_565_HUNTING_EVB_LINUX_4G_S530
|
||||
#toolchain: gcc-6.5-newlib-2.4-2019.11-arm-ca9-eabihf
|
||||
|
||||
get_stuff_for_environment #查看配置信息
|
||||
make all #其它命令使用 make help
|
||||
cp output/application.bin ../
|
||||
|
@ -23,14 +27,18 @@ cp output/rtos-main.bin ../
|
|||
2.build linux。在项目根目录下进行
|
||||
```
|
||||
git source build/envsetup.sh
|
||||
lunch #配置model,首次需要
|
||||
lunch #配置model,首次需要,S530选择以下配置
|
||||
#Project Config: Linux
|
||||
#Model Config: cfg_565_HUNTING_EVB_LINUX_4G_S530
|
||||
#toolchain: arm-ca9-linux-uclibcgnueabihf-8.4.01
|
||||
|
||||
get_stuff_for_environment #查看配置信息
|
||||
make all #其它命令使用 make help
|
||||
```
|
||||
|
||||
3.output
|
||||
|
||||
output/packed/FW98565A.bin
|
||||
output/packed/FW98565A.bin #该bin文件为升级文件,将之拷贝到SD卡进行升级。快捷键升级时:注意请插入usb,用usb供电进行升级
|
||||
|
||||
|
||||
## 其它选项
|
||||
|
@ -47,3 +55,6 @@ make pack
|
|||
|
||||
1.提交第一次SDK文件
|
||||
|
||||
20230407
|
||||
|
||||
1.增加描述
|
Loading…
Reference in New Issue
Block a user