Seite 1 von 3

Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:21
von icwiener
Hallo zusammen,

ich habe hier einen jungfräulichen Atevio 7000, nachdem die Käthe das Zeitliche gesegnet hat. Leider habe ich schon ewig lang keine Grundinstallation mehr gemacht. Könnt ihr mir bitte sagen, wo ich eine Anleitung finde, damit ich das BPanther-Image auf meinen USB-Stick bekomme und der Atevio davon bootet?

Danke euch vielmals.

Grüßle

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:30
von maleboya
Wenn du ein serielles Kabel hast einfach mit dem AAF Recovery Mini Uboot Installieren und die defaults Werte setzten, dann damit auch direct flashen.

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:31
von icwiener
Danke.
In dem AAF-Tool steht aber nur Maxi U-Boot, oder Original U-Boot drin??

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:33
von BPanther-Mobil
Wenn ich von Arbeit komme man ich ggf. mehr schreiben. Soviel aber vorweg: Funktioniert wie bei der UFS910, nur mit dem zu Box passenden Recovery Tool. Es gibt da nur Maxi...

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:39
von maleboya
sorry, ja da gibts nur maxi ... wie gesagt:

1. Image runterladen
2. AAF Recovery Tool 7000 runterladen (maxi ist schon dabei)
3. im ART ggf die richtigen IPs eintragen ( Server ist dein PC wo das ART gerade druff läuft)
4. Firewall aus
5. Im ART auf Connect klicken und box via Power schlater einschalten
6. Maxi installieren
7. Maxi Default Settings schreiben
8. Image auswählen und Flashen
9. Serielles Kabel ab von der Box
10. Freuen ;)

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:54
von icwiener
Nochmals danke.
Maxi U-Boot ist drauf. Kann ich mit dem AAF-Tool nur ins Flash schreiben? Wo kann ich denn den USB-Stick auswählen?

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 19:58
von maleboya
jau das kann nur flash, den stick kannst du mit dem "maxiboot installer" fertig machen. direkt in der box...

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:19
von icwiener
Au man. Jetzt brauch ich nochmal Hilfe.
Ich habe das Image auf die 2. Partition installiert. Beim booten kann ich aber nur ---Flash--- oder bootdesc_9 auswählen.
Ich habe dann mal versucht das Defaultimage auf bootdesc_2 zu setzen. Dann bootet die Box aber nicht.

Sorry für meine doofe Fragerei.

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:27
von Gismotro
Du mußt die Bootargets anpassen

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:28
von icwiener
Kannst du mir bitte sagen, wie die aussehen sollen? Ich habe da echt keine Ahnung.
Ich habe eine 2TB SATA Platte drin und einen Stick mit 3 Partitionen.

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:30
von Gismotro
icwiener hat geschrieben:Sorry für meine doofe Fragerei.
Mach Dir keinen Kopf, hier darf man alles fragen. :bounce:

Siehe Wiki: http://wiki.mbremer.de/index.php/Haupts ... /#Bootargs

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:38
von maleboya
hast du denn, wie geschrieben, die defaults gesetzt nach dem maxi install?

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:39
von icwiener
Hier sind mal meine Bootargs. Ich kann keinen Fehler finden. Die defaults sind gesetzt.
Der Stick steckt hinten in der Box.

Partition 1 ist vfat
Partition 2 ist ext3 mit dem Image
Partition 3 ist ext3 mit nix

Ich kann nun USB2 beim start auswählen. Die Box bleibt aber bei "BOOTING" stehen.

Code: Alles auswählen

set ipaddr 192.168.178.250
set serverip 192.168.1.149
set gatewayip 192.168.178.1
set ethaddr 00:1E:B8:00:A9:A4
set netmask 255.255.255.0
set hwnfconf 'set nwhwnet device:eth0,hwaddr:$ethaddr'
set ipconf 'set netcfg $ipaddr:$serverip:$gatewayip:$netmask'
set bootcmd 'bootmenu $menutimeout $default'
set bootdesc_0 '---flash---'
set bootcmd_0 'run hwnfconf;run ipconf; run bootargs_0;bootm a0300000'
set bootargs_0 'setenv bootargs console=ttyAS1,115200 root=/dev/mtdblock3 rootfstype=squashfs ip=$netcfg nwhwconf=$nwhwnet bigphysarea=4060 stmmaceth=msglvl:0,watchdog:4000,rxsize:16 loglevel=0'
set bootdesc_1 '---USB1---'
set bootcmd_1 'usb reset; sleep 3; ext2load usb 0:1 a5000000 /boot/uImage; run bootargs_1; bootm a5000000'
set bootargs_1 'set bootargs console=ttyAS1,115200 root=/dev/sda1 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit'
set bootdesc_2 '---USB2---'
set bootcmd_2 'usb reset; sleep 3; ext2load usb 0:2 a5000000 /boot/uImage; run bootargs_2; bootm a5000000'
set bootargs_2 'set bootargs console=ttyAS1,115200 root=/dev/sda2 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit'
set bootdesc_3 '---USB3---'
set bootcmd_3 'usb reset; sleep 3; ext2load usb 0:3 a5000000 /boot/uImage; run bootargs_3; bootm a5000000'
set bootargs_3 'set bootargs console=ttyAS1,115200 root=/dev/sda3 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit'
set bootdesc_4 '---USB4---'
set bootcmd_4 'usb reset; sleep 3; ext2load usb 0:4 a5000000 /boot/uImage; run bootargs_4; bootm a5000000'
set bootargs_4 'set bootargs console=ttyAS1,115200 root=/dev/sda4 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit'
set bootdesc_9 '---e2-flash---'
set bootcmd_9 'run bootargs_9;bootm a0040000'
set bootargs_9 'set bootargs console=ttyAS1,115200 root=/dev/mtdblock2 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit'
set bootdesc_5
set bootcmd_5
set bootargs_5
set bootdesc_6
set bootcmd_6
set bootargs_6
set bootdesc_7
set bootcmd_7
set bootargs_7
set bootdesc_8
set bootcmd_8
set bootargs_8
set default 0

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:43
von Frankenstone
icwiener hat geschrieben:Hier sind mal meine Bootargs. Ich kann keinen Fehler finden. Die defaults sind gesetzt.
Der Stick steckt hinten in der Box.

Partition 1 ist vfat
Partition 2 ist ext3 mit dem Image
Partition 3 ist ext3 mit nix

Ich kann nun USB2 beim start auswählen. Die Box bleibt aber bei "BOOTING" stehen.
Würde die Stick Partitionen in ext2 Formatieren.....Weiss nicht ob der u-boot von Deiner Box, von ext3 starten kann.

Re: Installationsanleitung. Wo?

Verfasst: Mi 7. Mär 2012, 20:46
von maleboya
Hier meine Args von der 7000er:

Code: Alles auswählen

bootdelay=1
baudrate=115200
autoload=n
board=mb411
ethaddr=00:1e:b8:00:a8:e7
hwnfconf=set nwhwnet device:eth0,hwaddr:$ethaddr
ipconf=set netcfg $ipaddr:$serverip:$gatewayip:$netmask
bootcmd=bootmenu $menutimeout $default
bootdesc_0=---flash---
bootcmd_0=run hwnfconf;run ipconf; run bootargs_0;bootm a0300000
bootargs_0=setenv bootargs console=ttyAS1,115200 root=/dev/mtdblock3 rootfstype=squashfs ip=$netcfg nwhwconf=$nwhwnet bigphysarea=4060 stmmaceth=msglvl:0,watchdog:4000,rxsize:16 loglevel=0
bootdesc_5=-S-USB1---
bootcmd_5=usb reset; sleep 3; ext2load usb 0:1 a5000000 /boot/uImage; run bootargs_5; bootm a5000000
bootargs_5=set bootargs console=ttyAS1,115200 root=/dev/sdb1 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit
bootdesc_6=-S-USB2---
bootcmd_6=usb reset; sleep 3; ext2load usb 0:2 a5000000 /boot/uImage; run bootargs_6; bootm a5000000
bootargs_6=set bootargs console=ttyAS1,115200 root=/dev/sdb2 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit
bootdesc_7=-S-USB3---
bootcmd_7=usb reset; sleep 3; ext2load usb 0:3 a5000000 /boot/uImage; run bootargs_7; bootm a5000000
bootargs_7=set bootargs console=ttyAS1,115200 root=/dev/sdb3 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit
bootdesc_8=-S-USB4---
bootcmd_8=usb reset; sleep 3; ext2load usb 0:4 a5000000 /boot/uImage; run bootargs_8; bootm a5000000
bootargs_8=set bootargs console=ttyAS1,115200 root=/dev/sdb4 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=5 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit
stdin=serial
stdout=serial
stderr=serial
filesize=1FC01BC
fileaddr=A5000000
gatewayip=192.168.33.1
netmask=255.255.255.0
ipaddr=192.168.33.5
serverip=192.168.33.30
bootdesc_9=---e2-flash---
bootcmd_9=run bootargs_9;bootm a0040000
bootargs_9=set bootargs console=ttyAS1,115200 root=/dev/mtdblock2 rw mem=128m ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:at7000:eth0:off coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=0 nwhwconf=device:eth0,hwaddr:${ethaddr} init=/bin/devinit
default=9
menutimeout=2000