重要消息:请尽快升级最新版本 - Open FPV VTX开源之配置软件紧急更新v0.5.0
1. 源由
以前,通过手工方式进行OpenIPC固件更新,详见:《OpenIPC开源FPV之固件sysupgrade升级》。
现在,有了《Open FPV VTX开源之图形化配置工具》,那么我们用这个工具进行升级。
2. 步骤
2.1 上传固件
- 选择合适目标更新文件
- 点击【Update Camera】上传固件
- 查看上传进度,等待进一步指示
2.2 更新固件
弹出确认对话框,点击【OK】更新系统
2.3 解压固件
等待系统解压上传的二进制固件
2.4 刷写固件
2.5 清理环境
2.6 等待重启
2.7 升级确认
略. 理论上应该有个弹出对话框,不过笔者没有等到,可能哪里还有一些问题吧,毕竟这个工具也在不断地开发,而且可能操作的步骤也有哪里不合理。
3. 对比
通过ssh
命令行对比,可以看出两个系统已经版本变化了,因此升级是成功的。
注:升级之前,请备份需要的配置文件以及天空端的加密秘钥。
- 升级前:master+861a97c, 2024-11-30
- 升级后:master+5fd1cca, 2025-01-14
daniel@daniel-nvidia:~/Work/jetson-fpv$ ssh [email protected]
[email protected]'s password:
.d88888b. 8888888 8888888b. .d8888b.
d88P" "Y88b 888 888 Y88b d88P Y88b
888 888 888 888 888 888 888
888 888 88888b. .d88b. 88888b. 888 888 d88P 888
888 888 888 "88b d8P Y8b 888 "88b 888 8888888P" 888
888 888 888 888 88888888 888 888 888 888 888 888
Y88b. .d88P 888 d88P Y8b. 888 888 888 888 Y88b d88P
"Y88888P" 88888P" "Y8888 888 888 8888888 888 "Y8888P"
888
888
888 master+861a97c, 2024-11-30
Please help the OpenIPC Project to cover the cost of development and
long-term maintenance of what we believe is going to become a stable,
flexible Open IP Network Camera Framework for users worldwide.
Your contributions could help us to advance the development and keep
you updated on improvements and new features more regularly.
Please visit https://openipc.org/sponsor/ to learn more. Thank you.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
daniel@daniel-nvidia:~/Work/jetson-fpv$ ssh [email protected]
[email protected]'s password:
.d88888b. 8888888 8888888b. .d8888b.
d88P" "Y88b 888 888 Y88b d88P Y88b
888 888 888 888 888 888 888
888 888 88888b. .d88b. 88888b. 888 888 d88P 888
888 888 888 "88b d8P Y8b 888 "88b 888 8888888P" 888
888 888 888 888 88888888 888 888 888 888 888 888
Y88b. .d88P 888 d88P Y8b. 888 888 888 888 Y88b d88P
"Y88888P" 88888P" "Y8888 888 888 8888888 888 "Y8888P"
888
888
888 master+5fd1cca, 2025-01-14
Please help the OpenIPC Project to cover the cost of development and
long-term maintenance of what we believe is going to become a stable,
flexible Open IP Network Camera Framework for users worldwide.
Your contributions could help us to advance the development and keep
you updated on improvements and new features more regularly.
Please visit https://openipc.org/sponsor/ to learn more. Thank you.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
4. 问题
若之前刷写的是SSC338Q的固件,但是实际上硬件是SSC30KQ,那么不能选择SSC30KQ目标固件,只能选择SSC338Q固件。
若一定要更新到SSC30KQ固件,那么可以采用手动更新方式:《OpenIPC开源FPV之固件sysupgrade升级》
否则由于版本不一致,升级失败: [Bug]: Update SSC30kq OpenIPC-Configurator stucked #69
评论记录:
回复评论: