Temat: iconnect przesiadka z wrt na debiana

Witam,
mam delikatny problem z przesiadką z openwrt na debiana, zmieniony chyba mam uboot, pewnie w tym kłopot. Proszę o jakieś sugestie co zrobić.

uboot:

U-Boot 2012.10 (Aug 13 2013 - 15:40:34) Iomega iConnect

SoC:   Kirkwood 88F6281_A0
DRAM:  256 MiB
WARNING: Caches not enabled
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0
iconnect => 

błąd przy bootm:

iconnect => bootm 0x00800000 0x01100000
Wrong Image Format for bootm command
ERROR: can't get kernel image!

i ustawienia mojego env:

iconnect => print
arcNumber=1682
baudrate=115200
bootargs=console=ttyS0,115200 panic=20 root=/dev/mtdblock2 rootfstype=jffs2
bootargs_root=root=/dev/mtdblock2 rootfstype=jffs2
bootcmd=run load_openwrt
bootdelay=3
console=console=ttyS0,115200 panic=20
download_kernel=mw $(loadaddr) 0xffff 0x300000; tftp $(loadaddr) $(kernel_name);
download_rootfs=mw $(loadaddr) 0xffff 0x200000; tftp $(loadaddr) $(rootfs_name);
ethact=egiga0
ethaddr=00:D0:B8:0D:31:02
flash_kernel=nand erase 0x100000 0x400000; nand write.e $(loadaddr) 0x100000 0x4               00000;
flash_rootfs=nand erase 0x500000 0xfb00000; nand write.e $(loadaddr) 0x500000 0x               200000;
kernel=/boot/uImage
kernel_name=openwrt-kirkwood-uImage
load_openwrt=setenv bootargs $(console) $(bootargs_root); nand read $(loadaddr)                0x100000 0x400000; bootm $(loadaddr)
loadaddr=0x6400000
machid=B36
mainlineLinux=yes
mtddevname=uboot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:0x80000@0x0(uboot),0x20000@0x80000(uboot_env),-@0xa               0000(rootfs)
partition=nand0,0
rootfs_name=openwrt-kirkwood--jffs2-128k.img
stderr=serial
stdin=serial
stdout=serial

Environment size: 1138/131068 bytes

2

Odp: iconnect przesiadka z wrt na debiana

Samo bootm albo bootm z adresem, nie dwa.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: iconnect przesiadka z wrt na debiana

dzięki za odpowiedz,
jade zgodnie z poradnikiem..

Teraz w zależności od wybranej metody instalacji należy uruchomić następujące polecenia:
- instalator z usb z systemem plików fat
usb start
fatload usb 0:1 0×01100000 /uInitrd
fatload usb 0:1 0×00800000 /uImage

a póżniej

setenv bootargs console=ttyS0,115200n8 base-installer/initramfs-tools/driver-policy=most
bootm 0x00800000 0x01100000

4

Odp: iconnect przesiadka z wrt na debiana

Pomoże ktoś to cudo uruchomić?
znalazłem inny sposób, z przygotowanym pendrive opis wklejam poniżej , jednak mój iconnect nie reaguje na przytrzymanie resetu;(.

Basically, just do (on your Linux or Mac computer):

wget http://www.congenio.de/infos/iconnect-stick.raw
dd if=iconnect-stick.raw of=/dev/sdX"
with /dev/sdX being your USB stick. Caution: Be careful. Everything on the stick will be deleted.
On Windows, you can use the ftp://ftp.berlios.de/pub/kiwi/ImageWriter.exe tool.

Once you have prepared your USB stick, proceed as follows:

    Unplug the iConnect power supply and all connected USB devices.
    Connect the prepared USB stick (as the only USB device) to the iConnect.
    On the back of the iConnect there is a small hole labeled "Reset".
    Using a paper clip, press the button located behind the hole.
    With the button is still pressed, connect the power again.
    Wait until the front left light stops blinking fast blue (about 15s).
    Release the button once the LED turns red.
    After a few seconds, the left LED starts blinking red and the LED above the USB connector starts blinking blue.
    Now the iConnect begins with the final setup of the USB stick. It takes at least a few minutes - the exact duration is strongly dependent on the speed of the stick, because it will extract about 1 GB of data on it.
    When the setup is complete, all LEDs above the USB ports on the iConnect are illuminated for a short time and then the device reboots. With some sticks, the first boot takes a long time, because the large amount of data requires an internal reorganization of the data (wear-leveling of the stick). In rare cases it may be necessary to power off and on again.
    After a reboot, the iConnect is ready after a few seconds (the left LED lights up blue and flashes red at the same time).
    You can login over the network via SSH as user "root" and password "congenio".

5

Odp: iconnect przesiadka z wrt na debiana

Jeżeli zmieniłeś bootloader to nie zadziała. To funkacja bootloadera, o czym pisałem już na openrouter.info.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

6

Odp: iconnect przesiadka z wrt na debiana

Zwalczyłem,
W instrukcji którą zamieściliście jest mały błąd, przy fatload zamiast x jest ×, przy ext2 jest dobrze, jak ktoś jest laikiem jak ja to przykleja komendy:) a później takie efekty:D

fatload usb 0:1 0×01100000 /uInitrd
fatload usb 0:1 0×00800000 /uImage

a powinno być

fatload usb 0:1 0x01100000 /uInitrd
fatload usb 0:1 0x00800000 /uImage

ps. co to za znak bo nie jest to na pewno gwiazdka(shift+8)?

7

Odp: iconnect przesiadka z wrt na debiana

Poprawiłem. To sprawka edytora.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.