Index of /unofficial-openwrt-builds/mvebu-linksys/latest
WARNING! WARNING! WARNING!
The mamba and venom builds on this page are built using a modified device tree that increases the kernel partition to 4MB and 6MB respectively.
The upstream merge request discussion is here
There is a forum thread about this here
The below processes are only applicable to mamba and venom. Once migrated you can flash other resized builds as usual.
Other devices should too be handled as usual.
Disclaimer
- Accept that this might destroy your box.
- Be prepared that you might need to recover via serial.
Verify compatibility
- $ fw_printenv | grep "pri_kern_size"; #mamba MUST equal 0x400000
- $ fw_printenv | grep "priKernSize"; #venom MUST equal 0x0600000
- Do not try to change them!
Flashing process
You must always use a factory image when flashing to or away from a resized build.
- Create a backup tar
- Flash the corresponding factory image via sysupgrade. 'Force' enabled, 'Keep settings' disabled.
- Restore the backup
WARNING! WARNING! WARNING!