From a560977076c9eef3a833ea1c15315b884e50ac7f Mon Sep 17 00:00:00 2001 From: Alex Kaplan Date: Wed, 26 Aug 2015 17:11:39 -0700 Subject: [PATCH] moved ubi address in memory for flashing to support bigger images --- chip-fel-flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-fel-flash.sh b/chip-fel-flash.sh index a992cc6..e9cfb8a 100755 --- a/chip-fel-flash.sh +++ b/chip-fel-flash.sh @@ -21,7 +21,7 @@ PADDED_UBOOT="$TMPDIR/padded-uboot" PADDED_UBOOT_SIZE=0xc0000 UBOOT_MEM_ADDR=0x4a000000 UBI="$BUILDROOT_OUTPUT_DIR/images/rootfs.ubi" -UBI_MEM_ADDR=0x44000000 +UBI_MEM_ADDR=0x4b000000 UBI_SIZE=`stat --printf="%s" $UBI | xargs printf "0x%08x"` prepare_images() {