[U-Boot] [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412
Gérald Kerma
drEagle at doukki.net
Wed Dec 17 15:02:43 CET 2014
Prepare ENV settings for sheevaplugs to be OpenWRT ready.
+----------+
| UBOOT | >> 896 Kb (7x128) = uboot
+----------+
| ENV | >> 128 Kb = uboot_env
+----------+
| ROOT(FS) | >> 511 Mb @ 1 Mb = root -> rootfs (ubifs)
+----------+
With (CC) TRUNK OpenWRT build (QUICK HOWTO) :
<INTERRUPT>
Marvell>> nand erase.part root
Marvell>> ubi part root
Marvell>> ubi remove rootfs
Marvell>> ubi create rootfs
Marvell>> usb reset
Marvell>> fatload usb 0:1 0x800000 sheevaplug/openwrt/openwrt-kirkwood-sheevaplug-rootfs.ubifs
Marvell>> ubi write 0x800000 rootfs ${filesize}
Marvell>> reset
Gérald Kerma (6):
SHEEVAPLUG : FIX typo
SHEEVAPLUG : FIX multiple defines
SHEEVAPLUG : ADD generic board define
SHEEVAPLUG : ADD CONFIG_CMD_FAT
SHEEVAPLUG : ADD FDT support
SHEEVAPLUG : REDEFINE MTDPARTS
include/configs/sheevaplug.h | 49 +++++++++++++++++++++++++++++---------------
1 file changed, 32 insertions(+), 17 deletions(-)
--
2.1.3
More information about the U-Boot
mailing list