1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-12 15:40:14 +02:00

change the erase nand rootfs partition size to 256M

This commit is contained in:
Xiangfu Liu 2010-04-21 19:06:11 +08:00
parent 8ee00e2c05
commit 4e2229f5c3

View File

@ -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