PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit u boot IPbox 91hd



andrii
16.05.2013, 20:14
Hallo habe HDMU image auf usb hdd instaliert mit STBadmintool, nun hatte ich Probleme beim starten von usb hdd,richtige taste gedrückt beim booten zb. Image auf sda1. multiboot richtig ausgewält auf sda1 im display von der box,nach 10 min das selbe im display sda1 passiert nichts. nun uralten u boot für cuberevo 250hd aufgespielt voila HDMU image gebootet.So jezt das Problem wen ich die box komplett ausschalte hängt sich die box in boot warte schleife, wähle ich den eintrag in multiboot neu aus für booten von usb startet hdmu image ganz normal. Frage wie mache ich dass die box beim ausschalten wieder von usb startet ohne den prozedere mit multiboot auswahl nicht jedes mal zu wiederholen. das neue u boot was vorher drauf war wo image garnicht starten wollte war 1.3.3
Boxtype ipbox 91 hd
image im flash aaf don´t cry
festplatte toshiba 320gb 2,5 zoll
partitionen 4
1 512mb mini1 hdmu image instaliert
2 512mb mini2 leer
3 512mb swap
4 298 gb record

santa
16.05.2013, 20:16
poste mal bitte den bootarg der taste für sda1

andrii
16.05.2013, 20:24
also das ist der aktuelle u boot dami lässt sich der image starten
#Bootargs Morly's SH4 STB Admin Tool from: Do Mai 16 2013
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 debugging
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
board=enigma2
ipaddr=192.168.1.5
serverip=192.168.1.6
gateway=192.168.1.1
netmask=255.255.255.0
menu_1=setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/nfs nfsroot=/root/Desktop/dt/tufsbox/cdkroot rw rootpath=/root/Desktop/dt/tufsbox/cdkroot ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 init=/bin/devinit";setenv bootcmd "nfs a5ff0000 192.168.1.6:/root/Desktop/dt/tufsbox/cdkroot/boot/uImage;bootm a5ff0000";saveenv;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 panic=3 bigphysarea=10240 root=/dev/sdb1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";saveenv;boot
menu_4=setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/nfs nfsroot=/root/Desktop/dt/tufsbox/release rw rootpath=/root/Desktop/dt/tufsbox/release ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 init=/bin/devinit";setenv bootcmd "nfs a5ff0000 192.168.1.6:/root/Desktop/dt/tufsbox/release/boot/uImage;bootm a5ff0000";saveenv;boot
menu_5=setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";saveenv;boot
menu_6=setenv bootsata "run bootargssata;ide reset;ext2load sata 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargssata "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootsata";saveenv;boot
menu_3=setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 quiet";setenv bootcmd "bootm a0060000";saveenv;boot
menu_7=setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 rootfstype=jffs2 rw mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "bootm a0060000";saveenv;boot
ethaddr=00:13:18:00:00:01
bootargs=console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 quiet
stdin=serial
stdout=serial
stderr=serial
bootusb=run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000
bootargsusb=setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda1 rw rootdelay=10 init=/bin/devinit ip=192.168.1.5:192.168.1.6:192.168.1.1:255.255.255 .0 mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000
bootcmd=run bootusb

santa
16.05.2013, 20:53
Habe mal die bootargs verglichen, kann leider nichts feststellen, da die 91 ja kein seriellen Anschluss hat,
ist das loggen auch nicht so leicht.
komisch ist das ganze trotzdem, vielleicht hat noch jemand anderes mit ner 91 ne Idee.

andrii
17.05.2013, 13:41
santa poste mal bitte dein kompl boottarg heir rein.danke

santa
17.05.2013, 13:48
Vom Grund her habe ich die args die bei nen aaf Flash image dabei ist, nur die dann angepasst.
Bin erst heute wieder zu Hause

manssure
31.05.2013, 23:14
thanks it helpes too mouch