Changes between Version 3 and Version 4 of OpenWrt/sysupgrade
- Timestamp:
- 08/09/2018 11:33:48 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/sysupgrade
v3 v4 13 13 14 14 A standard make in the OpenWrt buildroot tree will create a sysupgrade image for your target by default named: 15 * avila/cambria/laguna: bin/<target>/*-sysupgrade.bin.15 * laguna: bin/<target>/*-sysupgrade.bin. 16 16 * ventana: bin/imx6/*-squashfs-nand_*.ubi 17 17 … … 91 91 }}} 92 92 93 === Avila94 If you are using sysupgrade on an Avila family product you must use the bootloader that sets the machine-type to the unique avila type of 526 instead of the IXDP425 machine-type of 245. For historical reasons the Avila boards are shipped with the bootloader that tells the kernel its an IXDP425 in which case only the 'openwrt-avila-zImage' which ignores the bootloader's machine-type will work and the generic {{{openwrt-ixp4xx-generic-zImage}}} which relies on a properly set machine-type will not work. Alternatively you could generate a sysupgrade image comprised of the {{{openwrt-avila-zImage}}}. You can find rb-526 [http://dev.gateworks.com/avila/images/rb-526.bin here]