Ergebnis 1 bis 10 von 51

Baum-Darstellung

  1. #6
    Neuer Benutzer
    Registriert seit
    19.11.2013
    Beiträge
    21
    Thanks
    11
    Thanked 0 Times in 0 Posts
    Code:
    ups
    
    AAF-ipbox900:~# fw_printenv
    baudrate=115200
    preboot=if edb toenv ethaddr; then echo "Setup mac address."; else echo "Use default mac address.";  fi; bootmenu
    menu_timeout=echo booting...;front_puts "booting";boot
    menu_serialbreak=echo entering boot loader console.;front_puts "console"
    menu_upgusb=setenv stdout vga;setenv stderr vga;if usbupg; then reset;  else echo Oops...; echo You can debug through serial port.; fi
    menu_upgusbhost=setenv stdout vga;setenv stderr vga;if usbupghost; then  reset; else echo Oops...; echo You can debug through serial port.; fi
    menu_upgserial=setenv stdout vga;setenv stderr vga;serial_upgrade;reset
    menu_set2set=setenv stdout vga;setenv stderr vga;serial_set2set;reset
    menu_hddfmt=setenv bootargs $bootargs format_hdd=1;front_puts "format hdd";boot
    menu_debugmode=setenv bootargs $bootargs debug debug_app=1;front_puts "debug shell";boot
    menu_upgnet=setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 quiet" factory_update=1;front_puts "net upg";boot
    menu_tvmode=set_tvmode;boot
    serial#=cuberevo-mini2 debugging
    board=cuberevo-mini2_27
    monitor_base=0xA0000000
    monitor_len=0x00040000
    monitor_sec=1:0
    load_addr=0x84000000
    unprot=protect off $monitor_sec
    update=erase $monitor_sec;cp.b $load_addr $monitor_base $monitor_len;protect on $monitor_sec
    bootusb=run bootargsusb;usb reset;ext2load usb 0:2 a5ff0000 boot/uImage;bootm a5ff0000
    bootargsusb=setenv bootargs console=ttyAS1,115200 panic=3  bigphysarea=10240 root=/dev/sda2 rw rootdelay=10 init=/bin/devinit  ip=192.168.0.3:192.168.0.1:192.168.0.1:255.255.255.0:cuberevo:eth0ff mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000
    stdin=serial
    stdout=serial
    stderr=serial
    ethaddr=0018:02:52:CA
    bootargs=console=ttyAS1,115200 root=/dev/mtdblock3 mem=128m ip=192.168.0.3:192.168.0.1:192.168.0.1:255.255.255.0:cuberevo:eth0ff coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0 nwhwconf=device:eth0,hwaddr:0018:02:52:CA
    bootcmd=bootm a0060000
    ipaddr=192.168.178.1
    gateway=192.168.178.254
    netmask=255.255.255.0
    serverip=192.168.178.254
    menu_1=setenv bootargs "console=ttyAS1,115200 root=/dev/mtdblock3 mem=128m ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "bootm  a0060000";saveenv;front_puts FLASH;boot
    menu_2=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda1 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA1-USB;boot
    menu_3=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:2  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda2 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA2-USB;boot
    menu_4=setenv bootide "run bootargside;ide reset;ext2load ide 0:1  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargside "setenv bootargs  console=ttyAS1,115200 root=/dev/sda3 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootide";saveenv;front_puts SDA3-IDE;boot
    menu_5=setenv bootide "run bootargside;ide reset;ext2load ide 0:2  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargside "setenv bootargs  console=ttyAS1,115200 root=/dev/sda4 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootide";saveenv;front_puts SDA4-IDE;boot
    menu_6=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sdb1 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDB1-USB;boot
    menu_7=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:2  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sdb2 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDB2-USB;boot
    menu_8=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:3  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sdb3 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDB3-USB;boot
    menu_9=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:4  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sdb4 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDB4-USB;boot
    menu_0=setenv ipaddr 192.168.1.10;setenv serverip 192.168.1.9;setenv  gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs  "console=ttyAS1,115200 root=/dev/nfs nfsroot=/mnt/nfs/enigma/ron rw  rootpath=/mnt/nfs/enigma/ron  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0ff  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 init=/bin/devinit  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "nfs a5ff0000  192.168.1.9:/mnt/nfs/enigma/ron/boot/uImage;bootm  a5ff0000";saveenv;front_puts NFS;boot
    AAF-ipbox900:~#
    Geändert von lamborghini76 (07.10.2014 um 10:57 Uhr)


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •