From 70ce35ee020626152710f138887bbbcb34f07c2a Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 22 Aug 2011 17:38:42 +0800 Subject: [PATCH] change the console blank to 30 seconds, thanks kyak --- nanonote-files/script-files/usr/bin/mtd.nn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanonote-files/script-files/usr/bin/mtd.nn b/nanonote-files/script-files/usr/bin/mtd.nn index 7fecbee..93a5cc9 100755 --- a/nanonote-files/script-files/usr/bin/mtd.nn +++ b/nanonote-files/script-files/usr/bin/mtd.nn @@ -60,7 +60,7 @@ if [ "$1" == "format_data_default" ]; then fi if [ "$1" == "fw_setenv_default" ]; then - fw_setenv bootargs mem=32M ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait quiet + 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 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