向日葵控控A2(OrayKVM)U盘救砖/USB恢复模式说明/免U盘刷机教程
@Caddi,嗯,就在固件里。控控ssh的/lib目录是可写的,直接scp到/lib就可以。
(admin密码是oray.com)
scp -P44022 libstdc++.so.6 admin@192.168.x.x:/lib
scp -P44022 oraymcu_helper oray_mcu_firmware.hex admin@192.168.x.x:.
ssh -p44022 admin@192.168.x.x
# busybox chmod +x ./oraymcu_helper
# ./oraymcu_helper -f ./oray_mcu_firmware.hex
oray_mcu_firmware.hex(57.75 KB)
oraymcu_helper(19.04 KB)
libstdc++.so.6(737.75 KB)
亲自提取固件时的注意事项:
libstdc++.so.6是libstdc++.so.6.0.19的符号连接,所以应该提取后者,再重命名为前者。







