
FIOS + airport + router for monitoring
Moderator: Moderators
Re: FIOS + airport + router for monitoring
Restore to the default configuration and then upgrade the firmware again without retaining the settings.
Please note that you do not use the backup configuration again! In this version (1.11.x) there are big changes compared to 1.10.0 .

Last edited by RomanHK on Sat Oct 12, 2019 7:04 pm, edited 1 time in total.
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: FIOS + airport + router for monitoring
It probably rejected the metadata.
If you transfer the firmware file into ram (/tmp/image.bin) and then run a sysupgrade -n -v and paste the failure here I'll look.
It is most likely safe to force the flash, but just want to make sure.
If you transfer the firmware file into ram (/tmp/image.bin) and then run a sysupgrade -n -v and paste the failure here I'll look.
It is most likely safe to force the flash, but just want to make sure.
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: FIOS + airport + router for monitoring
I did this before I started, actually (restoring to default configuration) and I did not use the backup configuration.RomanHK wrote:Restore to the default configuration and then upgrade the firmware again without retaining the settings.
Please note that you do not use the backup configuration again! In this version (1.11.x) there are big changes compared to 1.10.0 .
So this did not work, alas.
Re: FIOS + airport + router for monitoring
On a windows machine I used pscp -scp <gargoyle-file-image> root@192.168.1.1:/tmp/image.binLantis wrote:It probably rejected the metadata.
If you transfer the firmware file into ram (/tmp/image.bin) and then run a sysupgrade -n -v and paste the failure here I'll look.
It is most likely safe to force the flash, but just want to make sure.
And it copied to 100% but I did get a no space left on device message
It did show up in /tmp/ on the gargoyle router though (perhaps a partial file).
So before I run the sysupgrade I thought I'd better check

Thanks!
Re: FIOS + airport + router for monitoring
No space is a little concerning.
I'd reboot the device to make sure you have maximum RAM free, and you don't have any extra services running?
You can also md5sum the download and the transferred file to confirm.
I'd reboot the device to make sure you have maximum RAM free, and you don't have any extra services running?
You can also md5sum the download and the transferred file to confirm.
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: FIOS + airport + router for monitoring
OK, I reboot the router,Lantis wrote:No space is a little concerning.
I'd reboot the device to make sure you have maximum RAM free, and you don't have any extra services running?
You can also md5sum the download and the transferred file to confirm.
copied the gargoyle-image to /tmp/image.bin (no space issues this time, who).
Then I did a sysupgrade -n -v /tmp/image.bin and got two messages:
Invalid image type.
Image check 'platform_check_image' failed.
As a reminder, I'm using the gargoyle router v2 I bought from this site a few weeks ago. And the gargoyle image I'm using is the one that Roman suggested above (thanks!): gargoyle_1.11.x-ar711xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin
Thanks again for all the help!
Re: FIOS + airport + router for monitoring
Oh, I did md5sum both files and they are the same (whew, again).GarGreg wrote:OK, I reboot the router,Lantis wrote:No space is a little concerning.
I'd reboot the device to make sure you have maximum RAM free, and you don't have any extra services running?
You can also md5sum the download and the transferred file to confirm.
copied the gargoyle-image to /tmp/image.bin (no space issues this time, who).
Then I did a sysupgrade -n -v /tmp/image.bin and got two messages:
Invalid image type.
Image check 'platform_check_image' failed.
As a reminder, I'm using the gargoyle router v2 I bought from this site a few weeks ago. And the gargoyle image I'm using is the one that Roman suggested above (thanks!): gargoyle_1.11.x-ar711xx-generic-gargoyle-pocket-router-v2-squashfs-sysupgrade.bin
Thanks again for all the help!
Re: FIOS + airport + router for monitoring
Can you write the output from the command ?:
Code: Select all
df -h /tmp
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: FIOS + airport + router for monitoring
Yep! this is after the image is still in /tmp/:RomanHK wrote:Can you write the output from the command ?:Code: Select all
df -h /tmp
Filesystem size used Available use% Mounted on
tmpfs 29.8M 15.4M 14.4M 52% /tmp
I assume that the reason that I ran out of space earlier on /tmp/ was that I had tried to upgrade the firmware, it failed and I didn't reboot or delete it before copying it directly.
Looks like I have enough space now, even with the image.bin in /tmp/?
Thanks!
Re: FIOS + airport + router for monitoring
As you can see, the place in /tmp is - if it wasn't, you probably had multiple images with different names in the directory.
I temporarily put in place for you.
1. Restart the router to make space in the /tmp directory
2. Connect to the Internet with a router
3. Execute commands via ssh as follows (I recommend using PuTTY):
If everything went well, the router should reboot with the new version (1.11.X) - if it failed, write the output here.
I temporarily put in place for you.
1. Restart the router to make space in the /tmp directory
2. Connect to the Internet with a router
3. Execute commands via ssh as follows (I recommend using PuTTY):
Code: Select all
wget http://84.42.176.50/image.bin -O /tmp/image.bin
sysupgrade -n -v /tmp/image.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