Odp: Iomega iConnect jako router
@szupek: ma bad magic bo w ogóle obraz nie był załadowany.
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → Iomega iConnect jako router
Strony Poprzednia 1 2 3 4 5 6 7 … 10 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
@szupek: ma bad magic bo w ogóle obraz nie był załadowany.
Nowsza jest w repo openwrt.
tak karta gigabitowa Marvell Yukon 88E8072 PCI-E Gigabit Ethernet Controller. A skonfigurowane mam dobrze?? to co na screenach dałem. Może jakiś inny serwer tfpd pod Windowsa polecicie lub pewne źródło skąd go pobrać?
atftpd po linuksa ![]()
A no sorry - nie zauważyłem literek T ![]()
W takim razie strzelam, że masz firewalla w windowsie włączonego (zaporę sieciową) - mi skutecznie blokowała możliwość ściągnięcia obrazu z serwera. Wyłącz
tak zgadza się Eset skutecznie blokował. Na to udało mi sie już samemu wpaść
mam pytanie co do aktualniejszych obrazów z openwrt.org. Jak już będe się za to zabierał to które pliki powinienem umieścić na serwerze, bo nie chciałbym czegoś namieszać. Nie wiem czy dobrze szukam ale to któreś z tego katalogu?? http://downloads.openwrt.org/snapshots/trunk/kirkwood/
jest jeszcze ten katalog http://downloads.openwrt.org/attitude_a … /kirkwood/
w którym są generic i harddisk. Ktoś sie orientuje w tym żeby tak na szybko powiedzieć w czym różnica?
Trunk to trunk a AA to kilka dni temu wydana wersja beta do stabilnej wersji następnego wydania. W chwili obecnej oba obrazy prezentują to samo.
ok widze ze plik openwrt-kirkwood-uImage jest w tej wersji beta ale nie widze systemu plików openwrt-kirkwood-Iconnect-squashfs.uimg? więc co mam użyć do update
powinieneś użyć czegoś z 128k w nazwie. Cezary, właśnie - jaka jest różnica między 64k a 128k - jak to wpływa na funkcjonalność?
Jeżeli będziesz instalował nowy obraz to instalacja jest opisana tutaj: http://blog.night-shade.org.uk/2012/06/ … g-openwrt/
Przy czym jeżeli chcesz zachować uboota standardowego to zapoznaj się z postami moimi i Cezarego w temacie: http://openrouter.info/forum/viewtopic. … ;start=580 na stronie do której prowadzi link, po pomocy Cezarego udało mi się zainstalować na standardowym uboocie.
Tylko pamiętaj aby w takim przypadku nie wykonywać części:
setenv serverip 192.168.1.2 # IP of your TFTP server
setenv ipaddr 192.168.1.200 # IP of your iConnect
mw 0x0800000 0xffff 0x60000
tftpboot 0x0800000 openwrt-kirkwood-iconnect-u-boot.kwb
nand erase 0x0 0x60000
nand write 0x0800000 0x0 0x60000
resetze strony http://blog.night-shade.org.uk/2012/06/ … g-openwrt/
To jest wielkość bloku pamięci flash. W zależności od flash jest ona różna.
ok wychodzi na to że aktualizacja nieunikniona bo juz na dobry początek motion mi nie pasuje do tego starego kernela. Zanim cokolwiek zaczne chciałbym się upewnić czy wszystko dobrze zrozumiałem z tej instrukcji i waszych postów na openrouter.info.
1. Definiuje
setenv mtdparts nand_mtd:0xc0000@0(uboot)ro,0x1ff00000@0x100000(root)
setenv bootargs_console=console=ttyS0,115200
saveenv
reset2. Ustawiam zmienne środowiskowe
setenv openwrt_root 'root=/dev/mtdblock2 rw rootfstype=jffs2'
setenv openwrt_bootcmd 'nand read 0x6400000 0x100000 0x300000'
saveenvsetenv machid
setenv bootcmd 'run openwrt_bootcmd; setenv bootargs $(mtdparts) $(bootargs_console) $(openwrt_root); bootm 0x6400000; reset'
saveenv
reset3.
setenv ethaddr <my saved ethernet address>
setenv serverip 192.168.1.2 # IP of your TFTP server
setenv ipaddr 192.168.1.200 # IP of your iConnect
saveenv
resettutaj moge zmienić sobie tak jak w poradniku cezarego adresy na 192.168.1.1 i 192.168.1.100 bo to chyba nie istotne tylko żeby sie ustawieniami kompa zgadzało? a w nawiasie <my saved ethernet address> coś mam wpisać? Jeśli tak to co bo nie bardzo kumam.
4. No i dalej
mw 0x6400000 0xffff 0x300000
tftp 0x6400000 openwrt-kirkwood-uImage
nand erase 0x100000 0x400000
nand write.e 0x6400000 0x100000 0x400000mw 0x6400000 0xffff 0x200000
tftp 0x6400000 openwrt-kirkwood--jffs2-128k.img
nand erase 0x500000 0xfb00000
nand write.e 0x6400000 0x500000 0x200000bootPliki które wrzucam na serwer tfpd to http://downloads.openwrt.org/attitude_a … 2-128k.img oraz http://downloads.openwrt.org/attitude_a … ood-uImage
Czy coś jeszcze powinienem zrobić o czym zapomniałem? Np zmiana arcNumber? Coś z tym mam robić? Z góry dzięki za pomoc ![]()
Adresu mac nie musisz ustawiać, jeżeli już go masz.
nie "setenv bootargs_console=console=ttyS0,115200" a "setenv bootargs_console console=ttyS0,115200".
Nie zwracał Ci po tym błędu?
aha i acrNumber zmieńna 2870 bo zatrzyma się na "uncompressing (cośtam)"
nie wywalał mi błędu ale poprawiłem tak jak napisałeś. Mam troche inny problem przy wgrywaniu uImage. Wyskakuje mi błąd windowsa o konflikcie adresów IP w sieci, że już taki istnieje. Ustawiłem karte tak jak było w poradniku Cezarego czyli IP 192.168.1.100 i brama 192.168.1.1. W bootloaderze tak samo na początku zdefiniowałem.
setenv serverip 192.168.1.1
setenv ipaddr 192.168.1.100
saveenv
resetCo może byc nie tak? Wgrana wcześniej wersja OpenWrt przydziela mi IP?
Marvell>> mw 0x6400000 0xffff 0x300000
Marvell>> tftp 0x6400000 openwrt-kirkwood-uImage
Using egiga0 device
TFTP from server 192.168.1.1; our IP address is 192.168.1.100
Filename 'openwrt-kirkwood-uImage'.
Load address: 0x6400000
Loading: T T T T T T T T T T
Retry count exceeded; starting again
Marvell>>Właśnie na odwrót zrobiłeś. setenv ipaddr 192.168.1.100 to adres iconnecta, serverip 192.168.1.1 to ma być adres komputera, a ty ustawiłeś 1.100.
Same blond, brunetki i rude. Ładne znaczy się.
Bootloader musisz przerwać, inaczej teraz idzie Ci w maliny (z dziewczynami).
ok udało się przerwać bootloadera
ciągle nie wygląda to różowo, wgrały mi się niby obrazy, zrobiłem boot i teraz takie coś sypie
[ 7.259652] jffs2_scan_inode_node(): CRC failed on node at 0x002987a0: Read 0 x10b5f40f, calculated 0x877dd1d7
[ 7.269638] jffs2_scan_inode_node(): CRC failed on node at 0x00299fc0: Read 0 x2a983a61, calculated 0x12c862f6
[ 7.279623] jffs2_scan_inode_node(): CRC failed on node at 0x0029be78: Read 0 x33a7cb26, calculated 0x2f419a81
[ 7.289606] jffs2_scan_inode_node(): CRC failed on node at 0x0029d724: Read 0 x84b2ac54, calculated 0x2bf63e13
[ 7.299788] mtd->read(0x800 bytes from 0x2bf800) returned ECC error
[ 7.315064] mtd->read(0x1fb04 bytes from 0x2a04fc) returned ECC error
[ 7.321680] jffs2_scan_inode_node(): CRC failed on node at 0x002ad4c8: Read 0 xa7b1c63b, calculated 0xf67ad21d
[ 7.331706] jffs2_scan_inode_node(): CRC failed on node at 0x002b3ea0: Read 0 xd5f91910, calculated 0x4cfb168d
[ 7.341717] jffs2_scan_inode_node(): CRC failed on node at 0x002b95f4: Read 0 x27b55720, calculated 0x9d382740
[ 7.351704] jffs2_scan_inode_node(): CRC failed on node at 0x002bb414: Read 0 xb60f7a42, calculated 0x1867ebd3
[ 7.361908] mtd->read(0x800 bytes from 0x2df800) returned ECC error
[ 7.376999] mtd->read(0x1fbb0 bytes from 0x2c0450) returned ECC error
[ 7.383627] jffs2_scan_eraseblock(): Node at 0x002cd680 {0x1985, 0xe001, 0x00 00000f) has invalid CRC 0xf244f9b1 (calculated 0x5276568f)
[ 7.395871] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d684: 0x000f instead
[ 7.404796] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d688: 0xf9b1 instead
[ 7.413809] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d68c: 0x0010 instead
[ 7.422732] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d690: 0x0323 instead
[ 7.431652] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d694: 0x0325 instead
[ 7.440573] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d698: 0x75b2 instead
[ 7.449484] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d69c: 0x0407 instead
[ 7.458405] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d6a0: 0x2e1d instead
[ 7.467325] jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c d6a4: 0x88ba instead
[ 7.476243] Further such events for this erase block will not be printed
[ 7.483056] jffs2_scan_inode_node(): CRC failed on node at 0x002cf438: Read 0 x31a18b9b, calculated 0x03121638
[ 7.493197] jffs2_scan_dirent_node(): Name CRC failed on node at 0x002d3e64: Read 0xe949a005, calculated 0x51f5c760
[ 7.503725] jffs2_scan_inode_node(): CRC failed on node at 0x002d4794: Read 0 xa16f7128, calculated 0x29f5228a
[ 7.513935] jffs2_scan_inode_node(): CRC failed on node at 0x002d6678: Read 0 x2ba54e49, calculated 0xf84055fc
[ 7.523921] jffs2_scan_inode_node(): CRC failed on node at 0x002d6764: Read 0 xc69ebf36, calculated 0x3744ba9c
[ 7.533914] jffs2_scan_dirent_node(): Node CRC failed on node at 0x002d6ee0: Read 0xe48acd89, calculated 0xec8acd89
[ 7.544473] jffs2_scan_dirent_node(): Node CRC failed on node at 0x002d8f74: Read 0x8ebce8a5, calculated 0xb5d2c86d
[ 7.556078] mtd->read(0x3938 bytes from 0x2dc6c8) returned ECC error
[ 7.562704] mtd->read(0x800 bytes from 0x2ff800) returned ECC error
[ 7.569046] jffs2_scan_eraseblock(): End of filesystem marker found at 0x2e00 00
[ 7.576429] jffs2_build_filesystem(): unlocking the mtd device... done.
[ 7.583090] jffs2_build_filesystem(): erasing all blocks after the end marker ... done.
[ 10.029951] JFFS2 notice: (1) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 or phan) found.
[ 10.045274] mtd->read(0x1d8 bytes from 0x100628) returned ECC error
[ 10.051671] mtd->read(0x24c bytes from 0x1005b4) returned ECC error
[ 10.058039] mtd->read(0x2bc bytes from 0x100544) returned ECC error
[ 10.064432] mtd->read(0x32c bytes from 0x1004d4) returned ECC error
[ 10.070836] mtd->read(0x40c bytes from 0x1003f4) returned ECC error
[ 10.077231] mtd->read(0x47c bytes from 0x100384) returned ECC error
[ 10.083637] mtd->read(0x4ec bytes from 0x100314) returned ECC error
[ 10.090046] mtd->read(0x55c bytes from 0x1002a4) returned ECC error
[ 10.096466] mtd->read(0x5d0 bytes from 0x100230) returned ECC error
[ 10.102898] mtd->read(0x640 bytes from 0x1001c0) returned ECC error
[ 10.109320] mtd->read(0x6b0 bytes from 0x100150) returned ECC error
[ 10.115851] mtd->read(0x720 bytes from 0x1000e0) returned ECC error
[ 10.122295] mtd->read(0x790 bytes from 0x100070) returned ECC error
[ 10.128733] mtd->read(0x800 bytes from 0x100000) returned ECC error
[ 10.135194] VFS: Mounted root (jffs2 filesystem) on device 31:2.
[ 10.141693] Freeing init memory: 124K
[ 10.145496] mtd->read(0x4c4 bytes from 0x15233c) returned ECC error
[ 10.151925] mtd->read(0x5ac bytes from 0x152254) returned ECC error
[ 10.158359] mtd->read(0x77c bytes from 0x152084) returned ECC error
[ 10.164806] mtd->read(0x7fc bytes from 0x152004) returned ECC error
[ 10.171267] mtd->read(0x5b8 bytes from 0x151a48) returned ECC error
[ 10.177684] mtd->read(0x640 bytes from 0x1519c0) returned ECC error
[ 10.184131] mtd->read(0x724 bytes from 0x1518dc) returned ECC error
[ 10.190529] mtd->read(0x244 bytes from 0x14f5bc) returned ECC error
[ 10.196896] mtd->read(0x2bc bytes from 0x14f544) returned ECC error
[ 10.203347] mtd->read(0x794 bytes from 0x15186c) returned ECC error
[ 10.209714] mtd->read(0x2c4 bytes from 0x15153c) returned ECC error
[ 10.216178] mtd->read(0x298 bytes from 0x150d68) returned ECC error
[ 10.222594] mtd->read(0x490 bytes from 0x150b70) returned ECC error
[ 10.228986] mtd->read(0x500 bytes from 0x150b00) returned ECC error
[ 10.235407] mtd->read(0x5dc bytes from 0x150a24) returned ECC error
[ 10.241846] mtd->read(0x6e0 bytes from 0x150920) returned ECC error
[ 10.248277] mtd->read(0x768 bytes from 0x150898) returned ECC error
[ 10.254696] mtd->read(0x154 bytes from 0x1506ac) returned ECC error
[ 10.261069] mtd->read(0x1cc bytes from 0x150634) returned ECC error
[ 10.267440] mtd->read(0x294 bytes from 0x15056c) returned ECC error
[ 10.273835] mtd->read(0x308 bytes from 0x1504f8) returned ECC error
[ 10.280246] mtd->read(0x438 bytes from 0x1503c8) returned ECC error
[ 10.286658] mtd->read(0x508 bytes from 0x1502f8) returned ECC error
[ 10.293094] mtd->read(0x700 bytes from 0x150100) returned ECC error
[ 10.299526] mtd->read(0x778 bytes from 0x150088) returned ECC error
[ 10.305986] mtd->read(0x800 bytes from 0x150000) returned ECC error
[ 10.312424] mtd->read(0xd8 bytes from 0x14ff28) returned ECC error
[ 10.318692] mtd->read(0x164 bytes from 0x14fe9c) returned ECC error
[ 10.325095] mtd->read(0x338 bytes from 0x14f4c8) returned ECC error
[ 10.331481] mtd->read(0x2d8 bytes from 0x14fd28) returned ECC error
[ 10.337859] mtd->read(0x34c bytes from 0x14fcb4) returned ECC error
[ 10.344298] mtd->read(0x634 bytes from 0x14f9cc) returned ECC error
[ 10.350733] mtd->read(0x6ec bytes from 0x14f914) returned ECC error
[ 10.357163] mtd->read(0x760 bytes from 0x14f8a0) returned ECC error
[ 10.363616] mtd->read(0x7d4 bytes from 0x14f82c) returned ECC error
[ 10.369975] mtd->read(0x154 bytes from 0x14f6ac) returned ECC error
[ 10.376413] mtd->read(0x6f4 bytes from 0x10010c) returned ECC error
[ 10.382786] mtd->read(0x44 bytes from 0x10010c) returned ECC error
[ 10.389164] mtd->read(0x714 bytes from 0x14e8ec) returned ECC error
[ 10.395578] mtd->read(0x460 bytes from 0x150ba0) returned ECC error
[ 10.401956] mtd->read(0x44 bytes from 0x150ba0) returned ECC error
[ 10.408351] mtd->read(0x44 bytes from 0x150ba0) returned ECC error
[ 10.414743] mtd->read(0x182 bytes from 0x150be4) returned ECC error
[ 10.421612] mtd->read(0x78c bytes from 0x14e874) returned ECC error
[ 10.428103] mtd->read(0x808 bytes from 0x14e7f8) returned ECC error
[ 10.434468] mtd->read(0x80 bytes from 0x14e780) returned ECC error
[ 10.440738] mtd->read(0xf8 bytes from 0x14e708) returned ECC error
[ 10.447007] mtd->read(0x174 bytes from 0x14e68c) returned ECC error
[ 10.453390] mtd->read(0x264 bytes from 0x14e59c) returned ECC error
[ 10.459759] mtd->read(0x2e0 bytes from 0x14e520) returned ECC error
[ 10.466152] mtd->read(0x358 bytes from 0x14e4a8) returned ECC error
[ 10.472556] mtd->read(0x448 bytes from 0x14e3b8) returned ECC error
[ 10.478952] mtd->read(0x4c4 bytes from 0x14e33c) returned ECC error
[ 10.485371] mtd->read(0x53c bytes from 0x14e2c4) returned ECC error
[ 10.491788] mtd->read(0x5b8 bytes from 0x14e248) returned ECC error
[ 10.498206] mtd->read(0x66c bytes from 0x13f194) returned ECC error
[ 10.504636] mtd->read(0x6e4 bytes from 0x13f11c) returned ECC error
[ 10.511162] mtd->read(0x760 bytes from 0x13f0a0) returned ECC error
[ 10.517594] mtd->read(0x7dc bytes from 0x13f024) returned ECC error
[ 10.523954] mtd->read(0x54 bytes from 0x13efac) returned ECC error
[ 10.530221] mtd->read(0xd0 bytes from 0x13ef30) returned ECC error
[ 10.536492] mtd->read(0x14c bytes from 0x13eeb4) returned ECC error
[ 10.542861] mtd->read(0x1c8 bytes from 0x13ee38) returned ECC error
[ 10.549227] mtd->read(0x244 bytes from 0x13edbc) returned ECC error
[ 10.555605] mtd->read(0x2bc bytes from 0x13ed44) returned ECC error
[ 10.562014] mtd->read(0x438 bytes from 0x13ebc8) returned ECC error
[ 10.568412] mtd->read(0x4b0 bytes from 0x13eb50) returned ECC error
[ 10.574828] mtd->read(0x528 bytes from 0x13ead8) returned ECC error
[ 10.581246] mtd->read(0x5a0 bytes from 0x13ea60) returned ECC error
[ 10.587586] mtd->read(0x74 bytes from 0x13e78c) returned ECC error
[ 10.593851] mtd->read(0xec bytes from 0x13e714) returned ECC error
[ 10.600122] mtd->read(0x168 bytes from 0x13e698) returned ECC error
[ 10.606505] mtd->read(0x25c bytes from 0x13e5a4) returned ECC error
[ 10.612970] mtd->read(0x2d8 bytes from 0x13e528) returned ECC error
[ 10.619350] mtd->read(0x354 bytes from 0x13e4ac) returned ECC error
[ 10.625746] mtd->read(0x3d0 bytes from 0x13e430) returned ECC error
[ 10.632149] mtd->read(0x448 bytes from 0x13e3b8) returned ECC error
[ 10.638546] mtd->read(0x4c4 bytes from 0x13e33c) returned ECC error
[ 10.644964] mtd->read(0x53c bytes from 0x13e2c4) returned ECC error
[ 10.651380] mtd->read(0x5b4 bytes from 0x13e24c) returned ECC error
[ 10.657799] mtd->read(0x62c bytes from 0x13e1d4) returned ECC error
[ 10.664230] mtd->read(0x6a4 bytes from 0x13e15c) returned ECC error
[ 10.670677] mtd->read(0x720 bytes from 0x13e0e0) returned ECC error
[ 10.677107] mtd->read(0x79c bytes from 0x13e064) returned ECC error
[ 10.683594] mtd->read(0x818 bytes from 0x13dfe8) returned ECC error
[ 10.690035] mtd->read(0x168 bytes from 0x100698) returned ECC error
[ 10.696483] mtd->read(0x7d4 bytes from 0x10002c) returned ECC error
[ 10.702934] mtd->read(0x244 bytes from 0x14f5bc) returned ECC error
[ 10.709302] mtd->read(0x2bc bytes from 0x14f544) returned ECC error
[ 10.715778] mtd->read(0x338 bytes from 0x14f4c8) returned ECC error
[ 10.722223] mtd->read(0x714 bytes from 0x14e8ec) returned ECC error
[ 10.728652] mtd->read(0x78c bytes from 0x14e874) returned ECC error
[ 10.735136] mtd->read(0x808 bytes from 0x14e7f8) returned ECC error
[ 10.741491] mtd->read(0x80 bytes from 0x14e780) returned ECC error
[ 10.747746] mtd->read(0xf8 bytes from 0x14e708) returned ECC error
[ 10.754028] mtd->read(0x174 bytes from 0x14e68c) returned ECC error
[ 10.760489] mtd->read(0x764 bytes from 0x10009c) returned ECC error
[ 10.766916] mtd->read(0x264 bytes from 0x14e59c) returned ECC error
[ 10.773303] mtd->read(0x2e0 bytes from 0x14e520) returned ECC error
[ 10.779683] mtd->read(0x358 bytes from 0x14e4a8) returned ECC error
[ 10.786093] mtd->read(0x448 bytes from 0x14e3b8) returned ECC error
[ 10.792501] mtd->read(0x4c4 bytes from 0x14e33c) returned ECC error
[ 10.798911] mtd->read(0x53c bytes from 0x14e2c4) returned ECC error
[ 10.805332] mtd->read(0x5b8 bytes from 0x14e248) returned ECC error
[ 10.811842] mtd->read(0x66c bytes from 0x13f194) returned ECC error
[ 10.818264] mtd->read(0x6e4 bytes from 0x13f11c) returned ECC error
[ 10.824667] mtd->read(0x318 bytes from 0x1a14e8) returned ECC error
[ 10.831115] mtd->read(0x760 bytes from 0x13f0a0) returned ECC error
[ 10.837548] mtd->read(0x7dc bytes from 0x13f024) returned ECC error
[ 10.843910] mtd->read(0x54 bytes from 0x13efac) returned ECC error
[ 10.850163] mtd->read(0xd0 bytes from 0x13ef30) returned ECC error
[ 10.856445] mtd->read(0x14c bytes from 0x13eeb4) returned ECC error
[ 10.862819] mtd->read(0x1c8 bytes from 0x13ee38) returned ECC error
[ 10.869189] mtd->read(0x244 bytes from 0x13edbc) returned ECC error
[ 10.875571] mtd->read(0x2bc bytes from 0x13ed44) returned ECC error
[ 10.881981] mtd->read(0x438 bytes from 0x13ebc8) returned ECC error
[ 10.888374] mtd->read(0x4b0 bytes from 0x13eb50) returned ECC error
[ 10.894770] mtd->read(0x388 bytes from 0x1a1478) returned ECC error
[ 10.901197] mtd->read(0x528 bytes from 0x13ead8) returned ECC error
[ 10.907606] mtd->read(0x5a0 bytes from 0x13ea60) returned ECC error
[ 10.914051] mtd->read(0x74 bytes from 0x13e78c) returned ECC error
[ 10.920323] mtd->read(0xec bytes from 0x13e714) returned ECC error
[ 10.926590] mtd->read(0x168 bytes from 0x13e698) returned ECC error
[ 10.932975] mtd->read(0x25c bytes from 0x13e5a4) returned ECC error
[ 10.939342] mtd->read(0x2d8 bytes from 0x13e528) returned ECC error
[ 10.945738] mtd->read(0x354 bytes from 0x13e4ac) returned ECC error
[ 10.952139] mtd->read(0x3fc bytes from 0x1a1404) returned ECC error
[ 10.958536] mtd->read(0x470 bytes from 0x1a1390) returned ECC error
[ 10.964932] mtd->read(0x3d0 bytes from 0x13e430) returned ECC error
[ 10.971343] mtd->read(0x448 bytes from 0x13e3b8) returned ECC error
[ 10.977736] mtd->read(0x4c4 bytes from 0x13e33c) returned ECC error
[ 10.984158] mtd->read(0x53c bytes from 0x13e2c4) returned ECC error
[ 10.990584] mtd->read(0x5b4 bytes from 0x13e24c) returned ECC error
[ 10.997008] mtd->read(0x62c bytes from 0x13e1d4) returned ECC error
[ 11.003441] mtd->read(0x6a4 bytes from 0x13e15c) returned ECC error
[ 11.009873] mtd->read(0x720 bytes from 0x13e0e0) returned ECC error
[ 11.016407] mtd->read(0x79c bytes from 0x13e064) returned ECC error
[ 11.022901] mtd->read(0x818 bytes from 0x13dfe8) returned ECC error
[ 11.029346] mtd->read(0x168 bytes from 0x100698) returned ECC error
[ 11.035800] mtd->read(0x7d4 bytes from 0x10002c) returned ECC error
[ 11.042228] Kernel panic - not syncing: No init found. Try passing init= opt ion to kernel. See Linux Documentation/init.txt for guidance.próbowałem sprawdzać czy połączy sie po ssh ale nie bardzo chce
Błąd odczytu ze flash. CRC mu się nie zgadza. Albo coś powaliłeś z adresami albo nie wiem co.
hmm robiłem dokładnie tak jak kilka postów wyżej napisałem, wg tej instrukcji która polecił kolega szupek. Więc pozostaje mi zrobić to od nowa. Jak mam teraz wrócić do Twojej wersji Cezary?
Dokładnie tak jak w instrukcji jest napisane.
hmm zrobiłem wszystko od nowa i znowu to samo. A może problemem jest tutaj wielkość bloku pamięci flash? może powinienen użyć obrazu z 64 w nazwie a nie 128?
? W moich jest tylko ubifs, więc jaka wielkość bloku?
nie no chodzi mi o to że wróciłem do twojego i ponownie zrobiłem aktualizację wg tej stronki http://blog.night-shade.org.uk/category … /iconnect/ do najnowszej wersji na Iconnecta, tylko wziołem obraz openwrt-kirkwood--jffs2-128k.img ale skoro juz 2 raz wywala mi sie z CRC to moze powinienem brac openwrt-kirkwood--jffs2-64k.img ??
Skoro o takim pisał gość w instrukcji to ma być taki...
Strony Poprzednia 1 2 3 4 5 6 7 … 10 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → Iomega iConnect jako router
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc