Re: [FIRMWARE] Itus Networks Shield Firmware Upgrade *WIP*
Posted by
Roadrunnere42 on
May 10, 2019; 4:52pm
URL: https://itus.accessinnov.com/FIRMWARE-Itus-Networks-Shield-Firmware-Upgrade-WIP-tp1726p1730.html
Hi
im doing it now but will need a place to put files as they are about 40mb each, they come from a fresh factory reset with v1.51sp1
Andrew
On Fri, 10 May 2019 at 04:02, Grommish [via Itus Networks Owners Forum] <
[hidden email]> wrote:
I need someone who can pull the extroot files for each of the images. It needs to be unmolested (updates and hotfixes are fine).
Here is what needs to be done:
SSH to the Shield
cd /
mkdir extra
mkdir tmpback
mount /dev/mmcblk0p2 /extra
cp -a /extra/* /tmpback/
cd tmpback
tar c -zvf router-extroot.tgz *
scp the file to your machine. Then, clean up:
cd /tmpback
rm -rf *
cd /
umount /extra
This need to be done 3 times, one for router, gateway, bridge.
mmcblk0p2 = router
mmcblk0p3 = gateway
mmcblk0p4 = bridge
Just make sure you change the tar filename :D