SwitchBloxRugged
ports.ramfs
imagefw_setenv bootslot singlerescue -f /etc/u-boot-imx-initial-env
fw_setenv upgrade_available 1
reboot
<aside> 🚨
Note you may need to power on/off device is reboot
fails.
</aside>
On reboot, confirm that you are booting the ramfs
rescue image
Set any IP address in ramfs
. Please ensure that your host machine that has the update file is on the same subnet. An example snippet is given below.
ip addr add 10.1.1.99/24 dev eth0
In your browser, go to http://10.1.1.99:8080 (replace the IP address with the IP address confirmed prior)
Web page for drag and drop .swu
file
Select and upload the .swu
update image. The update may take a while if you’re updating the rootfs.
<aside> 🚨
Please DO NOT power off the device during this update.
</aside>