Openwrt/target/linux
Christian Lamparter 4fc48a8cf2 apm821xx: replace recovery image for the MBL with initramfs
The patch "images: bump default rootfs size to 256 MB"
a1f83bad60 caused a crash
during boot for the recovery images. This is because
both variants of the MyBook Live only have 256MB of RAM
and for the recovery option, the ext4 rootfs was simply
stored in the RAMDISK.

This patch replaces recovery image for the MBL with an
initramfs kernel.

In order to boot the initramfs (for recovery or development):

0. copy the initramfs and device tree into tftp's server directory
   # cp *-initramfs-kernel.bin to /tftp-server/mbl.bin
   # cp *-ext4-kernel.dtb to /tftp-server/fdt.bin

1. Connect the MyBook Live (Duo) serial port.
   (Warning! Use a 3.3v level shifter).

2. Hit Enter during u-boot and insert these three lines:
   # setenv serverip 192.168.1.254; setenv ipaddr 192.168.1.1;
   # tftp ${kernel_addr_r} mbl.bin; tftp ${fdt_addr_r} fdt.bin
   # run addtty addmisc; bootm ${kernel_addr_r} - ${fdt_addr_r}

   Where 192.168.1.254 is your TFTP server.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2016-10-13 17:04:33 +02:00
..
adm5120
adm8668
apm821xx apm821xx: replace recovery image for the MBL with initramfs 2016-10-13 17:04:33 +02:00
ar7
ar71xx ar71xx: add userspace support for D-Link DIR-869 A1, generate images 2016-10-11 22:58:37 +02:00
arc770 tools: remove old mkdosfs symlink from dosfstools 2016-10-12 11:59:09 +02:00
archs38 tools: remove old mkdosfs symlink from dosfstools 2016-10-12 11:59:09 +02:00
arm64 arm64: fix build for linux 4.4.21 2016-09-16 12:11:10 +02:00
at91 at91: Remove u-boot from platform images folder 2016-10-06 12:15:13 +02:00
ath25
au1000
bcm53xx
brcm47xx
brcm63xx
brcm2708
cns3xxx
gemini
generic kernel: add missing config symbol (partial forward port of d2f4479870) 2016-10-04 17:54:35 +02:00
imx6
ipq806x ipq806x: fix wlan mac for Netgear R7800 2016-10-06 08:01:33 +02:00
ixp4xx
kirkwood
lantiq lantiq: fix lantiq-dsl output spam 2016-10-11 09:31:57 +02:00
malta
mcs814x
mediatek
mpc85xx
mvebu mvebu: fix sysupgrade 2016-10-04 11:50:48 +02:00
mxs tools: remove old mkdosfs symlink from dosfstools 2016-10-12 11:59:09 +02:00
octeon
omap
omap24xx
orion
oxnas
ppc40x
ppc44x
ramips ramips: add support for Zyxel NBG-419N2 (WAP3205v2) 2016-10-04 11:50:51 +02:00
rb532
realview
sunxi tools: remove old mkdosfs symlink from dosfstools 2016-10-12 11:59:09 +02:00
uml
x86 x86: 64: enable pci hotplug and acpipnp 2016-10-13 17:04:26 +02:00
xburst
zynq zynq: fix maintainer email address 2016-10-05 01:18:24 +02:00
Makefile