Pocket router firmware upgrade
Moderator: Moderators
Pocket router firmware upgrade
My Gargoyle pocket router firmware is on version 1.10.0. I have downloaded this file :
gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin.
I've have tried to upgrade this to version 1.12.0. I have restarted the router and pc. I have tried to upgrade on Mac OS and Windows 7, but no luck. It starts off with "uploading the firmware" and a few seconds later it says "upgrading, please wait". I have tried the upgrade overnight, but still no progress. "Attempt to Preserve Settings'is unticked.
Please advise.
gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin.
I've have tried to upgrade this to version 1.12.0. I have restarted the router and pc. I have tried to upgrade on Mac OS and Windows 7, but no luck. It starts off with "uploading the firmware" and a few seconds later it says "upgrading, please wait". I have tried the upgrade overnight, but still no progress. "Attempt to Preserve Settings'is unticked.
Please advise.
Re: Pocket router firmware upgrade
Try upgrading from the command line and let us know what error message you get.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Pocket router firmware upgrade

Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Pocket router firmware upgrade
Hi Lantis,
I'm pretty new to this command line stuff. Can you tell me how to do it? I'm on Mac OS or Windows 7. I know in Mac I would use 'Terminal' for the command line.... Thank you in advance.
Re: Pocket router firmware upgrade
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Pocket router firmware upgrade
Lantis wrote: ↑Tue Jul 28, 2020 8:25 amviewtopic.php?f=8&t=8505
On mac you can use Terminal
Code: Select all
ssh root@routeripaddress
Ok, I've managed to access the pocket router via Terminal. What command do I use to update the firmware?
Re: Pocket router firmware upgrade
Try it like this:
and paste the screen output here.
Code: Select all
wget http://www.gargoyle-router.com/downloads/images/ar71xx/gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin
sysupgrade -i -n /tmp/firmware.bin
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Re: Pocket router firmware upgrade
RomanHK wrote: ↑Tue Jul 28, 2020 9:16 amTry it like this:and paste the screen output here.Code: Select all
wget http://www.gargoyle-router.com/downloads/images/ar71xx/gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin sysupgrade -i -n /tmp/firmware.bin
wget http://www.gargoyle-router.com/download ... e-pocket-r
outer-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin
Re: Pocket router firmware upgrade
This is what I got :RomanHK wrote: ↑Tue Jul 28, 2020 9:16 amTry it like this:and paste the screen output here.Code: Select all
wget http://www.gargoyle-router.com/downloads/images/ar71xx/gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin sysupgrade -i -n /tmp/firmware.bin
root@Gargoyle:~# wget http://www.gargoyle-router.com/download ... ar71xx/gar
goyle_1.12.0-ar71xx-generic-gargoyle-pocket-r
Connecting to www.gargoyle-router.com (66.228.45.220:80)
Connecting to www.gargoyle-router.com (66.228.45.220:443)
wget: server returned error: HTTP/1.1 404 Not Found
root@Gargoyle:~# outer-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin
Re: Pocket router firmware upgrade
The order is probably too long for you. I use the "Putty" program under Windows and here the command works.roland wrote: ↑Tue Jul 28, 2020 9:23 amRomanHK wrote: ↑Tue Jul 28, 2020 9:16 amTry it like this:and paste the screen output here.Code: Select all
wget http://www.gargoyle-router.com/downloads/images/ar71xx/gargoyle_1.12.0-ar71xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin sysupgrade -i -n /tmp/firmware.bin
wget http://www.gargoyle-router.com/download ... e-pocket-r
outer-v2-squashfs-sysupgrade.bin -O /tmp/firmware.bin
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users