diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-11-22 12:50:24 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-28 00:45:57 +0100 |
commit | e59a6c8d4c5432ac22644ac06b48b179bd82b0b7 (patch) | |
tree | 02e5bc52943aa8c56b3bfa4f30baf06448bfa75e /.github | |
parent | 4cd533411e55f0144a0040644ddcb58702097004 (diff) | |
download | upstream-e59a6c8d4c5432ac22644ac06b48b179bd82b0b7.tar.gz upstream-e59a6c8d4c5432ac22644ac06b48b179bd82b0b7.tar.bz2 upstream-e59a6c8d4c5432ac22644ac06b48b179bd82b0b7.zip |
apm821xx: switch MyBook Live's recovery images to multi-file
This patch converts the MyBook Live's recovery image to utilize the
multi-image method which integrates the device-tree binary directly
into the image.
The new initramfs can be loaded through the MyBook Live's U-boot
in the following way:
=> setenv ipaddr 192.168.1.1
=> setenv serverip 192.168.1.2
=> sata init; run addtty; tftp $kernel_addr_r wd_mybooklive-initramfs.bin; bootm
Waiting for PHY auto negotiation to complete... done
ENET Speed is 1000 Mbps - FULL duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 192.168.1.2; our IP address is 192.168.1.1
Filename 'wd_mybooklive-initramfs.bin'.
Load address: 0x1000000
Loading: ################################################ [...]
done
[...]
Booting kernel from Legacy Image at 01000000 ...
Image Name: initramfs
Image Type: PowerPC Linux Multi-File Image (gzip compressed)
[...]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions