apm821xx: switch MX60(W)'s recovery images to multi-image method
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 30 Dec 2018 19:38:15 +0000 (20:38 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Tue, 1 Jan 2019 17:53:06 +0000 (18:53 +0100)
commit834bd864245293d26bc9ca1ee956799de5865b37
tree552caf252e8ea74bf962b54c7bf6f703d94b20c2
parent459a40fce253a38437b9c63b4048a73704cc3b77
apm821xx: switch MX60(W)'s recovery images to multi-image method

In the past, the MX60(W)'s recovery images always had problems
with the size restriction and never really worked without manual
intervention. This patch reworks the initramfs, which allows the
device to ease up on the impossible tight kernel size requirements
for the initramfs image.

This new initramfs can be loaded through the MX60(W) U-boot
in the following way:

=> setenv bootargs console=ttyS0,$baudrate
=> tftpboot $meraki_loadaddr meraki_mx60-initramfs-kernel.bin
   [...]
   Load address: 0x800000
    Loading: ################################################ [...]
    done
   [...]

=> bootm $fileaddr
   \## Booting kernel from Legacy Image at 00800000 ...
    ...

For more information and the latest flashing guide:
please visit the OpenWrt Wiki Page for the MX60(W):
<https://openwrt.org/toh/meraki/mx60#flashing>

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 36c19c9f0be23ad327085aa762e95de638e19b4a)
target/linux/apm821xx/image/Makefile