mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 15:48:27 +02:00
nanonote-files: mtd.nn change load kernel size
This commit is contained in:
parent
649037ab6e
commit
71ad57f500
@ -61,7 +61,7 @@ fi
|
||||
|
||||
if [ "$1" == "fw_setenv_default" ]; then
|
||||
fw_setenv bootargs mem=32M ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait consoleblank=30 quiet
|
||||
fw_setenv bootcmd nand read 0x80600000 0x400000 0x200000\;bootm
|
||||
fw_setenv bootcmd nand read 0x80600000 0x400000 0x280000\;bootm
|
||||
fw_setenv bootargsfromsd mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait
|
||||
fw_setenv bootcmdfromsd mmc init\; ext2load mmc 0 0x80600000 /boot/uImage\; bootm
|
||||
fw_setenv bootdelay 0
|
||||
|
Loading…
Reference in New Issue
Block a user