From 22df2151c326513c80bb320ca67ac0fe84b48a25 Mon Sep 17 00:00:00 2001 From: Kenny <148837522+KennyPlus@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:43:06 +0800 Subject: [PATCH] Update fpv-openipc-aio-mario.md Add firmware upgrade to Ruby-FPV --- en/fpv-openipc-aio-mario.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/en/fpv-openipc-aio-mario.md b/en/fpv-openipc-aio-mario.md index ff1a24b..76df4fe 100644 --- a/en/fpv-openipc-aio-mario.md +++ b/en/fpv-openipc-aio-mario.md @@ -147,4 +147,20 @@ USB only for debug mode, when DC power only, the cdc ethernet works in sleep mod USB power only mode Power limited 5W input. +**Upgrade Firmware to Ruby FPV** + +plug usb cable and setting cdc ethernet ipv4: 192.168.1.11 255.255.255.0 + +use winscp drag unzip files to /tmp + +use ssh login and copy following command: + +sysupgrade --kernel=/tmp/uImage.ssc338q --rootfs=/tmp/rootfs.squashfs.ssc338q -z -n + +after update and reboot + +use ssh login and set command: + +fw_setenv sensor imx335 && fw_setenv upgrade https://github.com/OpenIPC/firmware/releases/download/latest/openipc.ssc338q-nor-rubyfpv.tgz && reboot +