AlgoTech Update FireWare Guide
Suitable for machine:AlgoT1-3、AlgoT1-Mono、AlgoT1-Bino、ATmini
1.Ubuntu
1)Ensure Net Connected
Command:
ping 192.168.1.168
ping success means the machine is connected to the computer
2)Ensure Machine Can Response
Command:
echo "config" | nc 192.168.1.168 9008
The machine returns “command ok” indicates that it is normal:
3)Enter upgrade mode
Command:
echo "config updatemode algofireware" | nc 192.168.1.168 9008
The machine returns “command ok” and “UpdateAlgoFireWareReady!” indicates that it is normal:
4)Start upgrade
Command:
nc 192.168.1.168 9008 < ./AlgoT1-Mono_V1.0.2.20241219142454.bin
Notice:
this terminal must open at folder of "AlgoT1-Mono_V1.0.2.20241219142454.bin",because "./AlgoT1-Mono_V1.0.2.20241219142454.bin" means this file under current folder.
The machine returns progress and “update success,reboot!” indicates upgrade success: