Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gaogao@mynas:~$ sudo fw_printenv
- arcNumber=3956
- baudrate=115200
- boot_sata1=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sda1 rootdelay=10 $mtdparts; ide reset; ext2load ide 0:1 0x800000 /boot/uImage; ext2load ide 0:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000
- boot_sata2=mw 0x800000 0 1; setenv bootargs console=ttyS0,115200 root=/dev/sdb1 rootdelay=10 $mtdparts; ide reset; ext2load ide 1:1 0x800000 /boot/uImage; ext2load ide 1:1 0x01100000 /boot/uInitrd; bootm 0x00800000 0x01100000
- bootcmd=run boot_sata1; run boot_sata2; run bootcmd_usb; usb stop; run bootcmd_rescue; reset
- bootcmd_usb=run usb_init; run usb_load_uimage; run set_bootargs_usb; run usb_boot;
- bootdelay=3
- console=ttyS0,115200
- ethact=egiga0
- ethaddr=c8:6c:87:xx:xx:xx
- if_netconsole=ping $serverip
- mainlineLinux=yes
- mtdids=nand0=orion_nand
- mtdparts=mtdparts=orion_nand:1M(u-boot),512K(uboot_env),512K(key_store),512K(info),10M(etc),10M(kernel_1),48896K(rootfs1),10M(kernel_2),-(rootfs2)
- netmask=255.255.255.0
- partition=nand0,2
- start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version;
- stderr=serial
- stdin=serial
- stdout=serial
- usb_boot=if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000;else bootm 0x800000;fi;
- usb_device=0:1
- usb_init=usb start
- usb_load_uimage=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage
- usb_root=LABEL=USBROOT
- usb_rootdelay=10
- usb_rootfstype=ext2
- ipaddr=192.168.0.253
- preboot=run if_netconsole start_netconsole
- serverip=192.168.0.64
- usb_custom_params=coherent_pool=1M
- usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
- set_bootargs_usb=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement