Date:2011-11-14 08:15:45 (12 years 4 months ago)
Author:Xiangfu Liu
Commit:bab2d7511fdb310fa3eb5837f75535101983b7b1
Message:nanonote-files without console option make /dev/console un-readable

Files: nanonote-files/script-files/usr/bin/mtd.nn (1 diff)

Change Details

nanonote-files/script-files/usr/bin/mtd.nn
6060fi
6161
6262if [ "$1" == "fw_setenv_default" ]; then
63    fw_setenv bootargs mem=32M ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait consoleblank=30 quiet
63    fw_setenv bootargs mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait consoleblank=30 quiet
6464    fw_setenv bootcmd nand read 0x80600000 0x400000 0x280000\;bootm
6565    fw_setenv bootargsfromsd mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait
6666    fw_setenv bootcmdfromsd mmc init\; ext2load mmc 0 0x80600000 /boot/uImage\; bootm

Archive Download the corresponding diff file



interactive