Search found 11 matches

by roland
Tue Jul 28, 2020 4:24 pm
Forum: Other Issues
Topic: Bricked pocket router
Replies: 5
Views: 3300

Re: Bricked pocket router

I tried it twice and restarted the router, still no ping. I'm gonna try the soft factory reset. I did the soft factory reset. Still no ping.. That's pretty weird. If you get to SSH, then the ping command from the same station must also work (within the LAN). See if you have a typo. Do you get to th...
by roland
Tue Jul 28, 2020 3:42 pm
Forum: Other Issues
Topic: Bricked pocket router
Replies: 5
Views: 3300

Re: Bricked pocket router

If you get to SSH via PuTTY (terminal), you can run this command and it will clear the configuration and the router will default: rm -r /overlay/* && reboot -f I tried it twice and restarted the router, still no ping. I'm gonna try the soft factory reset. I did the soft factory reset. Still...
by roland
Tue Jul 28, 2020 3:13 pm
Forum: Other Issues
Topic: Bricked pocket router
Replies: 5
Views: 3300

Re: Bricked pocket router

RomanHK wrote:
Tue Jul 28, 2020 2:56 pm
If you get to SSH via PuTTY (terminal), you can run this command and it will clear the configuration and the router will default:

Code: Select all

rm -r /overlay/* && reboot -f
I tried it twice and restarted the router, still no ping. I'm gonna try the soft factory reset.
by roland
Tue Jul 28, 2020 2:35 pm
Forum: Other Issues
Topic: Bricked pocket router
Replies: 5
Views: 3300

Bricked pocket router

So, I've been messing around and I seem to have bricked my Gargoyle pocket router.... Anyone who could help me unbrick this thing?

It doesn't ping on it's default IP, but I can SSH and WinSCP into it.
Thank you
by roland
Tue Jul 28, 2020 10:35 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Invalid image type. Image check 'platform_check_image' failed. Yes, this message is very important. :( It looks like Gargoyle Pocket V2 doesn't support full reflash (factory) and that's why I think you're done with version 1.10.0 (OpenWrt Chaos Calmer platform). :idea: But you will need to contact ...
by roland
Tue Jul 28, 2020 9:44 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Try it like this: 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 and paste the screen output here. wget http://www.gargoyle-router.com/downloads/imag...
by roland
Tue Jul 28, 2020 9:27 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Try it like this: 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 and paste the screen output here. This is what I got : root@Gargoyle:~# wget http://...
by roland
Tue Jul 28, 2020 9:23 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Try it like this: 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 and paste the screen output here. wget http://www.gargoyle-router.com/downloads/imag...
by roland
Tue Jul 28, 2020 8:50 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Lantis wrote:
Tue Jul 28, 2020 8:25 am
viewtopic.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?
by roland
Tue Jul 28, 2020 6:31 am
Forum: Other Issues
Topic: Pocket router firmware upgrade
Replies: 12
Views: 6530

Re: Pocket router firmware upgrade

Lantis wrote:
Mon Jul 27, 2020 7:27 am
Try upgrading from the command line and let us know what error message you get.
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.