Seite 1 von 3 123 LetzteLetzte
Ergebnis 1 bis 10 von 29
  1. #1
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts

    Bootargs - Hilfe erbeten

    Hallo Zusammen!
    Wir haben ja immer neue Ideen - die Entwicklung schläft also nie
    Bin ja gerade dabei das neue AT zu finalisieren, da kamen ein paar Diskussionen/Einfälle daher gelaufen...

    Darum ist nun eure Hilfe gefragt!
    Könnt ihr bitte von eurer Box/euren Boxen WO EIN HDMU IMAGE LÄUFT die Bootargs hier posten?
    Wichtig sind vor allem jene Boxen, für die es ein USB Image gibt!

    edit: bitte in eine Code-Umgebung werfen

    Danke,
    Morly
    "Every Setback is a Set Up for a Comeback"


  2. #2
    Neuer Benutzer
    Registriert seit
    21.05.2012
    Beiträge
    24
    Thanks
    8
    Thanked 2 Times in 2 Posts
    IPBox 9000 HD

    Code:
    #Bootargs Morly's SH4 STB Admin Tool from: Mi Dez 11 2013
    baudrate=115200
    serial#=cuberevo-mini2 debugging
    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
    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
    netmask=255.255.255.0
    ipaddr=192.168.0.45
    gateway=192.168.0.1
    serverip=192.168.0.25
    menu_0=setenv bootargs "console=ttyAS1,115200 root=/dev/mtdblock3 mem=128m ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "bootm  a0060000";saveenv;front_puts FLASH;boot
    menu_1=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:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA1-USB;boot
    menu_2=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:eth0:off   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_3=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:3  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda3 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA3-USB;boot
    menu_4=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:4  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda4 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA4-USB;boot
    menu_5=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:5  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda5 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA5-USB;boot
    menu_6=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:6  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda6 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA6-USB;boot
    menu_7=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:7  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda7 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA7-USB;boot
    menu_8=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:8  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda8 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA8-USB;boot
    menu_9=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:9  a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs  console=ttyAS1,115200 root=/dev/sda9 rw init=/bin/devinit  ip=$ipaddr:$serverip:$gateway:$netmask:cuberevo:eth0:off  mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=12  nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run  bootusb";saveenv;front_puts SDA9-RECORD;boot
    bootargs=console=ttyAS1,115200 root=/dev/mtdblock3 mem=128m ip=192.168.0.45:192.168.0.25:192.168.0.1:255.255.255.0:cuberevo:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0 nwhwconf=device:eth0,hwaddr:xx:xx:xx:xx:xx:xx
    stdin=serial
    stdout=serial
    stderr=serial
    ethaddr=xx:xx:xx:xx:xx:xx
    bootusb=run bootargsusb;usb reset;ext2load usb 0:2 a5ff0000 boot/uImage;bootm a5ff0000
    bootargsusb=setenv bootargs console=ttyAS1,115200 root=/dev/sda2 rw  init=/bin/devinit  ip=192.168.0.45:192.168.0.25:192.168.0.1:255.255.255.0:cuberevo:eth0:off mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:xx:xx:xx:xx:xx:xx
    bootcmd=run bootusb
    Geändert von Dagobe (31.03.2014 um 22:18 Uhr)

  3. The Following User Says Thank You to Dagobe For This Useful Post:



  4. #3
    VIP Avatar von Joker7
    Registriert seit
    05.05.2012
    Beiträge
    3.923
    Thanks
    779
    Thanked 1.364 Times in 938 Posts
    Teilzitat:

    "Wichtig sind vor allem jene Boxen, für die es ein USB Image gibt!"

    ..Sorry,sonst gerne aber nutze keine USB-Images...Kathie 910 immer noch "Putt" ^^ ..und beim Pingu nur Flash...
    Gruss Joker7
    Ein Tag ohne lächeln ist ein verlorener Tag
    ( Charlie Chaplin )

    ------------------------------------------
    Kein Support per PN..dafür ist das Forum da.


  5. #4
    Neuer Benutzer
    Registriert seit
    04.10.2013
    Beiträge
    24
    Thanks
    21
    Thanked 1 Time in 1 Post
    Kathrein ufs910 HDMU image.
    Angehängte Dateien Angehängte Dateien
    Geändert von kaktuscar (01.04.2014 um 00:58 Uhr)

  6. The Following User Says Thank You to kaktuscar For This Useful Post:



  7. #5
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Noch wer?
    "Every Setback is a Set Up for a Comeback"


  8. #6
    Best Betatester & VIP Avatar von Anskar
    Registriert seit
    08.05.2012
    Ort
    Thüringen am Fuße der Wartburg
    Beiträge
    6.107
    Thanks
    3.259
    Thanked 1.304 Times in 927 Posts
    Nachher :-)
    MfG
    2x Kathrein UFS 910/ 1x UFS 912/ 2x UFS 913 / Quad Plus / Samsung Galaxy S5

    >>>Hilfe zur Selbsthilfe: FAQ <<<




  9. #7
    Neuer Benutzer
    Registriert seit
    13.03.2014
    Beiträge
    27
    Thanks
    6
    Thanked 8 Times in 7 Posts
    kann ich heute Abend machen für eine Octagon SF1018HD (hdbox)
    Gibt es da einen schlauen Befehl wie ich die unter telnet auslesen kann?


  10. #8
    Best Betatester & VIP Avatar von Anskar
    Registriert seit
    08.05.2012
    Ort
    Thüringen am Fuße der Wartburg
    Beiträge
    6.107
    Thanks
    3.259
    Thanked 1.304 Times in 927 Posts
    Mit morly tool denk ich, so wie bei meinen Boxen :-)

    MfG
    2x Kathrein UFS 910/ 1x UFS 912/ 2x UFS 913 / Quad Plus / Samsung Galaxy S5

    >>>Hilfe zur Selbsthilfe: FAQ <<<




  11. #9
    Moderator Avatar von morly
    Registriert seit
    15.07.2012
    Ort
    Österreich
    Beiträge
    6.684
    Thanks
    789
    Thanked 2.764 Times in 1.357 Posts
    Ja ganz genau Nimm bitte mein Tool (siehst eh in der Signatur)
    dann weiss ich gleich obs damit klappt

    Der telnet Befehl wäre:
    Code:
    fw_printenv
    "Every Setback is a Set Up for a Comeback"


  12. #10
    Benutzer
    Registriert seit
    09.06.2012
    Beiträge
    33
    Thanks
    3
    Thanked 7 Times in 7 Posts
    HDMU Image GM 990 HD
    Angehängte Dateien Angehängte Dateien

  13. The Following User Says Thank You to hix For This Useful Post:



Berechtigungen

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