Date:2010-11-25 06:38:27 (2 years 5 months ago)
Author:Xiangfu Liu
Commit:49f1bbf698163ba56eec4c4c08ca3884cd40129d
Message:add fw_setenv_default for set all u-boot variable to default

Files: data/qi_lb60/conf/config.full_system (1 diff)
data/qi_lb60/conf/config.xbboot (1 diff)
data/qi_lb60/files/usr/bin/fw_setenv_default (1 diff)

Change Details

data/qi_lb60/conf/config.full_system
259259CONFIG_PACKAGE_wget=y
260260CONFIG_PACKAGE_nfs-utils=y
261261CONFIG_PACKAGE_netcat=y
262CONFIG_PACKAGE_sshfs=y
262263#
263264CONFIG_KEXEC_TOOLS_TARGET_NAME="mipsel"
264265CONFIG_PACKAGE_lsof=y
data/qi_lb60/conf/config.xbboot
3333CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y
3434# CONFIG_BUILD_PATENTED is not set
3535CONFIG_PACKAGE_mtd-utils=y
36CONFIG_PACKAGE_sshfs=y
data/qi_lb60/files/usr/bin/fw_setenv_default
1#!/bin/sh
2
3fw_setenv bootargs mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait
4fw_setenv bootcmd nand read 0x80600000 0x400000 0x200000\;bootm
5fw_setenv bootargsfromsd mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p1 rw rootwait
6fw_setenv bootcmdfromsd mmc init\; ext2load mmc 0 0x80600000 /boot/uImage\; bootm
7fw_setenv bootdelay 0
8fw_setenv baudrate 57600
9fw_setenv loads_echo 1
10fw_setenv stdin serial
11fw_setenv stderr serial
12fw_setenv stdout serial
13

Archive Download the corresponding diff file



interactive