# Manual sysupgrade
## **sysupgrade for DUT**
**!!! This feature supportted after version v0.1.0-1 !!!**
* cmd to get **DUT** current version
```
grep build /etc/version | awk '{print $1}'
```
* cmd to get all firmware information
```
header -g FITCON.bin
```
* cmd to get **firmware** version only
```
header -g FITCON.bin | awk '/^version id:/{print $3}'
```
* upgrade DUT
**!!! will killall dockerd when upgrading then rebooting. !!!**
```
sysupgrade FITCON.bin
```
* NOTE
**after execute "sysupgrade FITCON.bin", DUT will decode the original file and the information will disappear.**

**firmware version **
