mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 15:50:15 +02:00
change the erase nand rootfs partition size to 256M
This commit is contained in:
parent
8ee00e2c05
commit
4e2229f5c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user