mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-27 17:01:31 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
24
README.md
Executable file
24
README.md
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
编译方法:
|
||||
./build.sh example smart_outlet uno-91h SINGAPORE ONLINE 0
|
||||
|
||||
第一个参数为help时,输出build.sh当前默认编译参数.
|
||||
第一个参数为clean时,执行SDK目录下example目录删除,并从仓库恢复,下次编译时,会重新完整编译整个SDK及应用.
|
||||
第一个参数在Products目录下找不到对应的文件夹时,会继续从Living_SDK/example目录下找,如能找到,则执行编译,成功后,复制编译结果到out目录。
|
||||
|
||||
要实现不输入参数,执行./build.sh编译输出需要的应用固件,可更改以下默认参数:
|
||||
default_type="example"
|
||||
default_app="smart_outlet"
|
||||
default_board="uno-91h"
|
||||
default_region=SINGAPORE
|
||||
default_env=ONLINE
|
||||
default_debug=0
|
||||
default_args=""
|
||||
以上参数分别对应:
|
||||
产品类型、应用名称、模组型号、连云区域、连云环境、debug、其他参数(可不填,需要时把参数加到双引号内)。
|
||||
|
||||
|
||||
当前已支持的board:
|
||||
RDA5981A: hf-lpb130 hf-lpb135 hf-lpt230 hf-lpt130 uno-91h
|
||||
moc108: mk3060 mk3061
|
||||
rtl8710bn: mk3080 mk3092
|
||||
asr5501: mx1270
|
||||
Loading…
Add table
Add a link
Reference in a new issue