Seite 4 von 6 ErsteErste ... 23456 LetzteLetzte
Ergebnis 31 bis 40 von 58
  1. #31
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    ok, you have install to sda1, and you have try boot with button 5?
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  2. #32
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    still no luck loading from sda1.
    i have tried several times.
    the multiboot option is definitely no.5
    i have the following partitions set up
    mount

    rootfs on / type rootfs (rw)

    /dev/root on / type squashfs (ro)

    none on /tmp type tmpfs (rw)

    none on /dev type tmpfs (rw)

    none on /mnt type tmpfs (rw)

    /dev/mtdblock4 on /var type jffs2 (rw)

    none on /tmp/mqueue type mqueue (rw)

    proc on /proc type proc (rw)

    sysfs on /sys type sysfs (rw)

    devpts on /dev/pts type devpts (rw)

    tmpfs on /dev/shm type tmpfs (rw)

    usbfs on /proc/bus/usb type usbfs (rw)

    /dev/sda2 on /mnt/usb type ext2 (rw)

    /dev/sda1 on /mnt/usb/usb0 type ext2 (rw,sync)

    /dev/sda2 on /mnt/usb/usb1 type ext2 (rw)

    /dev/sda3 on /mnt/usb/usb2 type ext2 (rw,sync)

    [SifTeam]$
    i have installed the image on mnt/usb/usb0 and can see all the image files when viewing from ftp
    i just cant get the e2 image to boot.
    it looks like i will just have to stick to 1 image on the stick
    h


  3. #33
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    try to make a serial log.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  4. #34
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    ok i found a serial lead and tried to boot twice from sda1 then loaded from flash .
    here is the logfile from putty
    Angehängte Dateien Angehängte Dateien


  5. #35
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    USB: scanning bus for devices... 2 USB Device(s) found
    scanning bus for storage devices... 1 Storage Device(s) found

    that´s the problem, i think.

    try this:

    Code:
    fw_setenv 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=6 nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run bootusb";saveenv;front_puts SDA1-USB;boot'
    
    fw_setenv menu_2 'setenv bootusb "run bootargsusb;usb reset;ext2load usb 1: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=6 nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run bootusb";saveenv;front_puts SDA1-USB;boot'
    then, boot with 1 or 2, please a with serial log again.
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  6. #36
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    still wont boot from 1 or 2 front panel says 'sda1 usb' each time
    here is log
    Angehängte Dateien Angehängte Dateien


  7. #37
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    Bad Magic Number

    this is the problem if you format the part with mkfs.ext2 /dev/sda1 withou -I128...

    please try to umount and format new

    umount /dev/sda1
    mkfs.ext2 -L MINI1 -I128 -b4096 /dev/sda1

    mount /dev/sda1 ...
    ftp
    cd /mnt...
    tar xvzf HDMU*.tar.gz
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  8. #38
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    ok i have tried that and still wont boot from sda1 it just keeps trying.
    i dont know what is wrong
    thx
    h
    Angehängte Dateien Angehängte Dateien


  9. #39
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    ok,the stick is now ok, the kernel was load and started, but not the image, please try this bootarg.

    Code:
    fw_setenv 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/sdb1 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 SDB1-USB;boot'
    the last test was button 1?
    mfg santa

    GigaBlue Quad Plus -->Yamaha AV Receiver-->Panasonic Plasma

    derzeit noch in Betrieb:
    IPBox 9000, Technisat Digicorder HDS2+, AT 500



  10. #40
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    I have changed the code above then try to boot from 2 = sda1 usb then 1= sdb1 usb then 5 = e2 sda1 usb but still the same.

    i tried several times deleting and re-partitioning the usb and tried another usb but no luck
    h
    Angehängte Dateien Angehängte Dateien


Berechtigungen

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