Seite 5 von 6 ErsteErste ... 3456 LetzteLetzte
Ergebnis 41 bis 50 von 58
  1. #41
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    which image do you try to install?
    I see only a P207 Image, try an other Image, p209 for IP900 or p211 for IP910
    mfg santa

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

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



  2. #42
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    I have been able to load pkt e2 p211 image I will get it set up then I assume I can install 2 other images to usb1 & usb2 to see which one I like best I would like to get my external e-data hdd working if possible along with scart had. I may be able to use my 500gb usb drive to be partitioned for images and recordings?

    Thanks for the help

    H


  3. #43
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    yes, my images are installed on my sata hdd.
    mfg santa

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

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



  4. #44
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    ok sorry to be a nuisance but i think my best option is to partition my 500gb usb hdd and use it to have several images on and also act as a hdd for recordings.
    i am having a bit of trouble formatting it maybe you could give me these steps then i should be able to partition and load images as before on 16gb usb stick.

    this is the mount info
    SifTeam]$ 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 /var/media type ext3 (rw,data=writeback)

    [SifTeam]$
    thanks
    h


  5. #45
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    post fdisk -l
    mfg santa

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

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



  6. #46
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    Disk /dev/sda: 500.0 GB, 500074283008 bytes

    255 heads, 63 sectors/track, 60797 cylinders

    Units = cylinders of 16065 * 512 = 8225280 bytes



    Device Boot Start End Blocks Id System

    /dev/sda1 1 32 257008+ 83 Linux

    /dev/sda2 33 60797 488094862+ 83 Linux

    [SifTeam]$


  7. #47
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    fdisk /dev/sda

    delete 2
    delete 1

    n for create new part,
    p primary
    1
    start 1
    stop 60647

    n
    p
    2
    enter
    60697

    n
    p
    3
    enter
    60747

    n
    p
    4
    enter
    enter

    w write to exit

    reboot


    mkfs.ext2 -L RECORD /dev/sda1
    mkfs.ext2 -L MINI2 -I128 -b4096 /dev/sda2
    mkfs.ext2 -L MINI3 -I128 -b4096 /dev/sda3
    mkfs.ext2 -L MINI4 -I128 -b4096 /dev/sda4

    reboot

    ftp image to one MINI Part(2,3 or4)
    cd /mnt...
    tar xvzf *.*

    Code:
    fw_setenv menu_1 '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'
    
    fw_setenv menu_2 '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=6 nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run bootusb";saveenv;front_puts SDA3-USB;boot'
    
    
    fw_setenv menu_3 '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=6 nwhwconf=device:eth0,hwaddr:$ethaddr";setenv bootcmd "run bootusb";saveenv;front_puts SDA4-USB;boot'
    mfg santa

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

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



  8. #48
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    thanks i will try this


  9. #49
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    Last cylinder or +size or +sizeM or +sizeK (1-60797, default 60797):



    here you have to fill in 60647
    mfg santa

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

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



  10. #50
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    im having trouble getting the device to write the new allocation table.
    after following all the steps is says error 16 the device or resource is busy and on reboot the new partitions are not set?


Berechtigungen

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