Seite 2 von 6 ErsteErste 1234 ... LetzteLetzte
Ergebnis 11 bis 20 von 58
  1. #11
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    thanks santa but i dont have a clue about partitions etc.
    i cant get my usb stick to work now here is the output from telnet
    [SifTeam]$ cd /tmp

    [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)

    [SifTeam]$ umount /dev/sda1

    umount: can't umount /dev/sda1: Invalid argument

    [SifTeam]$


  2. #12
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    ps i have dgs image
    in flash and it is stable and is good as a fallback up to experimenting with e2/neutrino images

    Danke schön
    Geändert von hairibo (04.11.2012 um 23:00 Uhr)


  3. #13
    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, let´s try to create partitions.

    download this tool: here

    stick into your pc, start create mini

    choose your stick, format


    boot dgs and mount and install images to sda2, sda3 or sda4.

    if you want to install later a new one, format the part with:
    Code:
    mkfs.ext2 -I 128 -b 4096 -L MINI2 /dev/sda2
    maybe you have to change your bootargs:
    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'
    fw_setenv menu_4 'setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:2 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 root=/dev/sdb2 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 SDB2-USB;boot'
    fw_setenv menu_5 'setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:3 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 root=/dev/sdb3 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 SDB3-USB;boot'
    fw_setenv menu_6 'setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:4 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 root=/dev/sdb4 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 SDB4-USB;boot'
    then you have press 1 to get image from sda2
    2-->sda3
    3-->sda4

    later if you test with sata drive, you have to press:
    4-->sda2
    5-->sda3
    6-->sda4
    mfg santa

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

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



  4. #14
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    hi
    i cant get the partition tool to see the usb stick
    i have tried re-booting my pc and used another stick but the dropdown list is always blank.
    i can see and access both sticks in windows explorer tree
    h


  5. #15
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    run as administrator
    mfg santa

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

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



  6. #16
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    there is no option to run as administrator wnen right clicking on the createmini.exe file.
    i am logged in with an administrator account.
    h


  7. #17
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    then you must create it with telnet:

    fdisk /dev/sda

    d for delete, enter


    n for new
    p for primary
    1 first part
    1 first cylinder
    500 last cylinder

    n
    p
    2
    enter
    1000

    n
    p
    3
    enter
    1500

    n
    p
    4
    enter
    enter

    w to write table to disk and exit


    then:

    mkfs.ext2 -I 128 -b 4096 -L MINI2 /dev/sda2
    mkfs.ext2 -I 128 -b 4096 -L MINI3 /dev/sda3
    mkfs.ext2 -I 128 -b 4096 -L MINI4 /dev/sda4


    mount and install image.

    when you have start an hdmu image, then:


    mkswap -L SWAPPART /dev/sda1
    mfg santa

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

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



  8. #18
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    ok thanks santa sorry for being so slow i have partititioned the stick as per your instruction ( i think) but am stuck at the mkfs stage.
    i get the following with telnet

    [SifTeam]$ mkfs.ext2 -I 128 -b 4096 -L MINI2 /dev/sda2

    mke2fs 1.38 (30-Jun-2005)

    mkfs.ext2: /dev/sda2 is mounted !

    mkfs.ext2: it's not safe to run badblocks!

    [SifTeam]$


  9. #19
    VIP Avatar von santa
    Registriert seit
    07.05.2012
    Beiträge
    7.844
    Thanks
    1.070
    Thanked 5.005 Times in 1.790 Posts
    umount /dev/sda2
    mfg santa

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

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



  10. #20
    Benutzer
    Registriert seit
    04.11.2012
    Beiträge
    35
    Thanks
    2
    Thanked 1 Time in 1 Post
    tried that i get
    [SifTeam]$ umount /dev/sda2

    umount: can't umount /mnt/usb: Device or resource busy

    [SifTeam]$


Berechtigungen

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