Ergebnis 1 bis 10 von 58

Hybrid-Darstellung

  1. #1
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    baudrate=115200

    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_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";boo
    t

    menu_upgnet=setenv bootargs $bootargs factory_update=1;front_puts "net upg";boot


    menu_tvmode=set_tvmode;boot

    serial#=cuberevo debugging

    board=relook511s_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

    nfsroot=/home/ipbox/rootfs

    boothdd=run bootargshdd;ide reset;ext2load ide 0:5 a5ff0000 boot/uImage;bootm a5ff0000

    bootide=run bootargside;ide reset;ext2load ide 0:5 a5ff0000 boot/uImage;bootm a5
    ff0000

    preboot=if edb toenv ethaddr; then echo "Setup mac address."; else echo "Use def
    ault mac address."; fi; bootmenu

    menu_upgusbhost=setenv stdout vga;setenv stderr vga;if usbupghost; then reset; e
    lse echo Oops...; echo You can debug through serial port.; fi

    menu_0=front_puts "SET0-CRI-FLASH";setenv bootargs "console=ttyAS1,115200 panic=
    3 root=/dev/mtdblock3 bigphysarea=1500 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "fro
    nt_puts CRI-FLASH; bootm a0060000";saveenv;boot

    menu_1=front_puts "SET1-CRI-SDA1-USB";setenv bootusb "run bootargsusb;usb reset;
    ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs panic=3 console=ttyAS1,115200 bigphys
    area=1500 rootdelay=10 root=/dev/sda1 rw rootdelay=10 quiet";setenv bootcmd "fro
    nt_puts CRI-SDA1-USB; run bootusb";saveenv;boot

    menu_2=front_puts "SET2-CRI-SDA2-USB";setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:2 a5ff0000 boot/uImage;bootm a5f
    f0000";setenv bootargsusb "setenv bootargs panic=3 console=ttyAS1,115200 bigphys
    area=1500 rootdelay=10 root=/dev/sda2 rw rootdelay=10 quiet";setenv bootcmd "fro
    nt_puts CRI-SDA2-USB; run bootusb";saveenv;boot

    menu_9=front_puts "SET9-CRI-SDA4-USB";setenv bootusb "run bootargsusb;usb reset;
    ext2load usb 0:4 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv
    bootargs panic=3 console=ttyAS1,115200 bigphysarea=1500 rootdelay=10 root=/dev/sda4 rw rootdelay=10 quiet";setenv bootcmd "front_puts CRI-SDA4
    -USB; run bootusb";saveenv;boot

    menu_3=front_puts "SET3-CRI-SDA3-USB";setenv bootusb "run bootargsusb;usb reset;
    ext2load usb 0:3 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs panic=3 console=ttyAS1,115200 bigphysarea=1500 rootde
    lay=10 root=/dev/sda3 rw rootdelay=10 quiet";setenv bootcmd "front_puts CRI-SDA3
    -USB; run bootusb";saveenv;boot

    bootargshdd=setenv bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/sda5 rw rootdelay=10 init=/bin/devinit ip=192.168.1.8:192.168.1.1:
    192.168.1.1:255.255.255.0 mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000

    bootargside=setenv bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/sda
    5 rw rootdelay=10 init=/bin/devinit mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000

    menu_4=front_puts "SET4-E2-FLASH";setenv bootargs "printk=1 console=ttyAS1,11520
    0 panic=3 root=/dev/mtdblock3 rw mem=128m coprocessor_mem=4m@0x10000000,4m@0x104
    00000";setenv bootcmd "front_puts E2-FLASH; bootm a0060000";saveenv;boot

    menu_6=front_puts "SET6-E2-SDA2-USB";setenv bootusb "run bootargsusb;usb reset;e
    xt2load usb 0:2 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv
    bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/sda2 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gatew
    ay:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd
    "front_puts E2-SDA2-USB; run bootusb";saveenv;boot

    menu_7=front_puts "SET7-E2-SDA3-USB";setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:3 a5ff0000 boot/uImage;bootm
    a5ff0000";setenv bootargsusb "setenv bootargs printk=1 console=ttyAS1,115200 pan
    ic=3 root=/dev/sda3 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gate
    way:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "front_puts E2
    -SDA3-USB; run bootusb";saveenv;boot

    menu_5=front_puts "SET5-E2-SDA1-USB";setenv bootusb "run bootargsusb;usb reset;e
    xt2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/
    sda1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask me
    m=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";seten v bootcmd "front_puts E
    2-SDA1-USB; run bootusb";saveenv;boot

    menu_8=front_puts "SET8-E2-SDA4-USB";setenv bootusb "run bootargsusb;usb reset;e
    xt2load usb 0:4 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv
    bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/sda4 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coproces
    sor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "front_puts E2-SDA4-USB; run
    bootusb";saveenv;boot

    bootusb=run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000

    bootargsusb=setenv bootargs printk=1 console=ttyAS1,115200 panic=3 root=/dev/sda
    1 rw rootdelay=10 init=/bin/devinit ip=::: mem=128m coprocessor_mem=4m@0x1000000
    0,4m@0x10400000

    stdin=serial

    stdout=serial

    stderr=serial

    ethaddr=0018:02:6C:25

    bootargs=console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 ip=:
    :: quiet

    bootcmd=front_puts CRI-FLASH; bootm a0060000

    [SifTeam]$
    Geändert von hairibo (08.11.2012 um 19:40 Uhr)


Berechtigungen

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