From 4e2229f5c359f58b4587571ba5e38fdd63617ad9 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 21 Apr 2010 19:06:11 +0800 Subject: [PATCH] change the erase nand rootfs partition size to 256M --- scripts/reflash_ben.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reflash_ben.sh b/scripts/reflash_ben.sh index 5f0e0f497..b7cab4ae3 100644 --- a/scripts/reflash_ben.sh +++ b/scripts/reflash_ben.sh @@ -156,7 +156,7 @@ if [ "$K" == "TRUE" ]; then fi if [ "$R" == "TRUE" ]; then log "erase nand rootfs partition..." - usbboot -c "boot;nerase 16 4079 0 0" >> "${LOG_FILE}" + usbboot -c "boot;nerase 16 512 0 0" >> "${LOG_FILE}" log "flashing rootfs..." usbboot -c "nprog 2048 ${WORKING_DIR}/${ROOTFS} 0 0 -n" >> "${LOG_FILE}" fi