Manual FOTA - Shaofa/AITC-Manual GitHub Wiki
EN|中文
- MQTT Channel FOTA Self Test Guide
- WSF Channel FOTA Self Test Guide
- LinkKit Channel FOTA Self Test Guide
Create an upgrade firmware and get its version number
$ aos make clean && aos make mqttapp@{board}
record version number as app-1.0.0-20180319.2129
Log in on IoT Suite platform,固件升级
-> 添加固件
The
固件版本号
must be correct or will lead to upgrade failure
Log in on IoT Suite platform,and click on 验证固件
版本号
refers to current version numberdeviceName
is name of the device to be upgraded
You can see upgrade process through serial port. After upgrade, the device will restart, and report new version number.
Create an upgrade firmware and get its version number
$ aos make clean && aos make linkkitapp@{board}
record version number asapp-1.0.0-20180320.1310
Log in on IoT Suite platform,固件升级
-> 新增固件
The
固件版本号
must be correct or will lead to upgrade failure
Scenario:upgrade the device (version number
app_1.0.0_20180319.1020
,device nametest_light_08
toapp_1.0.0_20180320.1310
Log in on develop platform,select the firmware to be upgraded, and click on 验证固件
You can see upgrade process through serial port. After upgrade, the device will restart, and report new version number.
It has been upgraded to app_1.0.0_20180320.1310
.