Date:2011-02-07 08:00:03 (13 years 1 month ago)
Author:Xiangfu Liu
Commit:c9080ab760c8341d0dc8357ca1346b52e0cb7de1
Message:add more boot option default value to fw_setenv_default

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

Change Details

nanonote-files/script-files/usr/bin/mtd.nn
6565    fw_setenv stdin serial
6666    fw_setenv stderr serial
6767    fw_setenv stdout serial
68    fw_setenv bootcmdf1 mmc init\; ext2load mmc 0:1 0x80600000 /boot/uImage\; bootm
69    fw_setenv bootargsf1 mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait
70    fw_setenv bootcmdf2 mmc init\; ext2load mmc 0:2 0x80600000 /boot/uImage\; bootm
71    fw_setenv bootargsf2 mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p2 rw rootwait
72    fw_setenv bootcmdf3 mmc init\; ext2load mmc 0:3 0x80600000 /boot/uImage\; bootm
73    fw_setenv bootargsf3 mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p3 rw rootwait
74    fw_setenv bootcmdf4 mmc init\; ext2load mmc 0:4 0x80600000 /boot/uImage\; bootm
75    fw_setenv bootargsf4 mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p4 rw rootwait
6876    exit 0
6977fi
7078

Archive Download the corresponding diff file



interactive