
-----Original Message----- From: Gérald Kerma [mailto:drEagle@doukki.net] Sent: 17 December 2014 19:33 To: u-boot@lists.denx.de; Prafulla Wadaskar Cc: albert.u.boot@aribaud.net; luka@openwrt.org; Gérald Kerma Subject: [PATCH v3 0/6] SHEEVAPLUG : REFRESH 201412
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(-)
Is this final one to be pulled, or you are planning more changes? :-)
Regards... Prafulla . . .