[SOLVED] Missing squashfs files for vonets on 19.07-rc1

Hi,

I wanted to test the 19.07-rc1 on a vonets-var11n-300 upgrading it from the currently running 18.06.4 but it seems the sysupgrade files are missing.

All there is: https://downloads.openwrt.org/releases/19.07.0-rc1/targets/ramips/mt7620/openwrt-19.07.0-rc1-ramips-mt7620-vonets_var11n-300-initramfs-kernel.bin

All other mt7620 seem to have at least one valid squashfs file. Does anybody know the reasons for that? The snapshots have an image again.

Since I don't know how to enter uboot or boot via tftp (I'm not sure this is actually supported for these devices). Is there any other way to get the initramfs-kernel to load?

Thanks 1000x,
Mischa

https://openwrt.org/toh/hwdata/vonets/vonets_var11n-300 suggests that this device would be affected by https://openwrt.org/supported_devices/432_warning - that most likely means that the image has grown beyond the limits imposed by your flash and its vendor partitioning.

2 Likes

Don't try to run the initramfs build. They are not usable for production because they run entirely in RAM and won't save your configuration to flash. They are useful for development and in some cases an initial boot to flash the production build by running sysupgrade in OpenWrt.

It is as @slh said, the build turned out too large to fit in the flash chip, so a squashfs file was not created. If you really want / need to run 19.04 you could make a custom build with some things removed. But most people should just stay with the 18.06.4.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.