fvdw wrote:mmm...in uboot console you could test the stata interface by given command
- Code: Select all
ide partinfo
probably still something wrong in ethernet setup of 3.14.2 kernel :scratch
I dont understand. The problem now is that it is not recognized the sata/ide device. so, why do you speak about ethernet interface? i cant follow you :thinking
btw, i tested 162, and i made also the ide partinfo command. that's the output:
- Code: Select all
provided by fvdw
waiting for u-boot..
starting u-boot net console click on window and press enter
Marvell>> setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/
setenv bootargs console=ttyS0,115200 netconsole=6666@${ipaddr}/,6666@${serverip}/
Marvell>> ide reset
ide reset
Reset IDE:
Marvell Serial ATA Adapter
Marvell Serial ATA Adapter
Integrated Sata device found
PCIe SATA:ffffffff
Marvell>> ide partinfo
ide partinfo
no IDE devices available
Marvell>> tftpboot 0x800000 UIMAGE-3142-KIRKWOOD-162-standalone
tftpboot 0x800000 UIMAGE-3142-KIRKWOOD-162-standalone
Using egiga0 device
TFTP from server 10.0.0.108; our IP address is 10.0.0.252
Filename 'UIMAGE-3142-KIRKWOOD-162-standalone'.
Load address: 0x800000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###########################################
done
Bytes transferred = 5876712 (59abe8 hex)
Marvell>> bootm
bootm
## Booting image at 00800000 ...
Image Name: Linux-3.14.2
Created: 2018-01-05 16:32:44 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5876648 Bytes = 5.6 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK
bootargs from environment variables : console=ttyS0,115200 netconsole=6666@10.0.0.252/,6666@10.0.0.108/ cap=gpt,lba64
Starting kernel ...
AND SURPRISE!!! telnet works!
so, suddenly, what did i do?
have a look expecially latest fdisk -l command; there it is:
- Code: Select all
fvdw-sta-kirkwood login: root
Password:
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ # ls -la
total 16
drwxrwxrwt 12 root root 340 Jan 1 00:03 .
drwxrwxrwt 12 root root 340 Jan 1 00:03 ..
-rw------- 1 root root 7 Jan 1 00:03 .ash_history
drwxr-xr-x 2 root root 1820 Jan 1 00:00 bin
drwxrwxr-x 6 root root 3720 Jan 1 00:00 dev
drwxrwxrwx 4 root root 200 Jan 3 2018 etc
-rwxr-xr-x 1 root root 672 Feb 2 2016 fvdw-sl-programs
-rwxr-xr-x 1 root root 3679 Mar 5 2017 init
-rw-r--r-- 1 root root 11 Jan 1 00:00 ip.txt
drwxr-xr-x 3 root root 140 Jan 3 2018 lib
lrwxrwxrwx 1 root root 12 Jan 1 00:00 linuxrc -> /bin/busybox
drwxrwxrwx 3 root root 60 Jan 3 2018 mnt
dr-xr-xr-x 64 root root 0 Jan 1 1970 proc
drwxr-xr-x 2 root root 1600 Jan 1 00:00 sbin
dr-xr-xr-x 12 root root 0 Jan 1 00:00 sys
drwxr-xr-x 5 root root 100 Jan 3 2018 usr
drwxr-xr-x 3 root root 60 Jan 3 2018 var
root@fvdw-sta-kirkwood:/ # dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.2 (root@fvdwsl-5big2.local) (gcc version 4.8.1 (GCC) ) #162 PREEMPT Fri Jan 5 17:31:53 CET 2018
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: LaCie 2Big NAS
[ 0.000000] Ignoring unrecognised tag 0x41000403
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c0972500, node_mem_map cfdfb000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@10.0.0.252/,6666@10.0.0.108/ cap=gpt,lba64
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 249952K/262144K available (5904K kernel code, 219K rwdata, 1576K rodata, 1932K init, 232K bss, 12192K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0756430 (7482 kB)
[ 0.000000] .init : 0xc0757000 - 0xc093a3dc (1933 kB)
[ 0.000000] .data : 0xc093c000 - 0xc0972d60 ( 220 kB)
[ 0.000000] .bss : 0xc0972d6c - 0xc09acf8c ( 233 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 21474836475ns
[ 7.851096] Calibrating delay loop... 1987.37 BogoMIPS (lpj=9936896)
[ 7.911066] pid_max: default: 32768 minimum: 301
[ 7.911167] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 7.911182] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 7.911604] CPU: Testing write buffer coherency: ok
[ 7.911878] Setting up static identity map for 0x59c3c0 - 0x59c418
[ 7.913808] VFP support v0.3: not present
[ 7.914256] xor: measuring software checksum speed
[ 8.011109] arm4regs : 1817.200 MB/sec
[ 8.111074] 8regs : 1091.200 MB/sec
[ 8.211068] 32regs : 1510.800 MB/sec
[ 8.211082] xor: using function: arm4regs (1817.200 MB/sec)
[ 8.211094] pinctrl core: initialized pinctrl subsystem
[ 8.211194] NET: Registered protocol family 16
[ 8.211486] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 8.213852] Kirkwood: MV88F6282-Rev-A1, TCLK=200000000.
[ 8.213873] Feroceon L2: Enabling L2
[ 8.213902] Feroceon L2: Cache support initialised.
[ 8.214679] mv_usb_init 1
[ 8.214693] mv_usb_init 2 devnum = 0
[ 8.214701] init function mv_usb_init finished
[ 8.214706] initial MPP regs: 01111111 00003311 00551100 00000000 00000000 00000000 00000000
[ 8.214725] final MPP regs: 01111111 00003311 00551100 00000000 00000000 00000000 00000000
[ 8.214952] orion-ehci registered
[ 8.216095] orion_gpio_is_valid: invalid GPIO 7
[ 8.216440] Kirkwood PCIe port 0: link up
[ 8.216446] Kirkwood PCIe port 1: link down
[ 8.216452] PCI: bus0 uses PCIe port 0
[ 8.216628] PCI host bridge to bus 0000:00
[ 8.216644] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 8.216652] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 8.216660] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 8.216687] pci 0000:00:00.0: [11ab:6282] type 00 class 0x058000
[ 8.216707] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[ 8.216718] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x0fffffff]
[ 8.216753] pci 0000:00:00.0: supports D1 D2
[ 8.216949] pci 0000:00:01.0: [197b:2360] type 00 class 0x010601
[ 8.216982] pci 0000:00:01.0: reg 0x10: [io 0xfff8-0xffff]
[ 8.216999] pci 0000:00:01.0: reg 0x14: [io 0xfffc-0xffff]
[ 8.217014] pci 0000:00:01.0: reg 0x18: [io 0xfff8-0xffff]
[ 8.217030] pci 0000:00:01.0: reg 0x1c: [io 0xfffc-0xffff]
[ 8.217045] pci 0000:00:01.0: reg 0x20: [io 0xfff0-0xffff]
[ 8.217061] pci 0000:00:01.0: reg 0x24: [mem 0x90000000-0x900001ff]
[ 8.217077] pci 0000:00:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 8.217122] pci 0000:00:01.0: PME# supported from D3hot
[ 8.217334] PCI: bus0: Fast back to back transfers disabled
[ 8.217346] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 8.217355] PCI: bus1 uses PCIe port 1
[ 8.217508] PCI host bridge to bus 0000:01
[ 8.217520] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[ 8.217528] pci_bus 0000:01: root bus resource [io 0x10000-0x1ffff]
[ 8.217535] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[ 8.217556] pci 0000:01:00.0: [11ab:6282] type 00 class 0x058000
[ 8.217572] pci 0000:01:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[ 8.217582] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0fffffff]
[ 8.217613] pci 0000:01:00.0: supports D1 D2
[ 8.217795] PCI: bus1: Fast back to back transfers disabled
[ 8.217806] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 8.217836] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0000000-0xe000ffff pref]
[ 8.217846] pci 0000:00:01.0: BAR 5: assigned [mem 0xe0010000-0xe00101ff]
[ 8.217858] pci 0000:00:01.0: BAR 4: assigned [io 0x1000-0x100f]
[ 8.217869] pci 0000:00:01.0: BAR 0: assigned [io 0x1010-0x1017]
[ 8.217880] pci 0000:00:01.0: BAR 2: assigned [io 0x1018-0x101f]
[ 8.217891] pci 0000:00:01.0: BAR 1: assigned [io 0x1020-0x1023]
[ 8.217902] pci 0000:00:01.0: BAR 3: assigned [io 0x1024-0x1027]
[ 8.234496] bio: create slab <bio-0> at 0
[ 8.401213] raid6: int32x1 146 MB/s
[ 8.571637] raid6: int32x2 193 MB/s
[ 8.741345] raid6: int32x4 195 MB/s
[ 8.911458] raid6: int32x8 210 MB/s
[ 8.911466] raid6: using algorithm int32x8 (210 MB/s)
[ 8.911471] raid6: using intx1 recovery algorithm
[ 8.912101] SCSI subsystem initialized
[ 8.912430] libata version 3.00 loaded.
[ 8.913037] usbcore: registered new interface driver usbfs
[ 8.913158] usbcore: registered new interface driver hub
[ 8.913293] usbcore: registered new device driver usb
[ 8.915048] cfg80211: Calling CRDA to update world regulatory domain
[ 8.915237] Switched to clocksource orion_clocksource
[ 8.916860] NET: Registered protocol family 2
[ 8.917203] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 8.917236] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 8.917266] TCP: Hash tables configured (established 2048 bind 2048)
[ 8.917308] TCP: reno registered
[ 8.917317] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 8.917335] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 8.917480] NET: Registered protocol family 1
[ 8.917682] RPC: Registered named UNIX socket transport module.
[ 8.917690] RPC: Registered udp transport module.
[ 8.917694] RPC: Registered tcp transport module.
[ 8.917698] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 8.917722] PCI: CLS 32 bytes, default 32
[ 9.007374] NetWinder Floating Point Emulator V0.97 (double precision)
[ 9.007483] gpio-usb-probe-4b err=0
[ 9.007494] gpio-usb gpio-usb: USB GPIO's initialized
[ 9.008586] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 9.069586] VFS: Disk quotas dquot_6.5.2
[ 9.069627] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 9.069943] NFS: Registering the id_resolver key type
[ 9.069983] Key type id_resolver registered
[ 9.069989] Key type id_legacy registered
[ 9.070000] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 9.070010] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 9.070074] NTFS driver 2.1.30 [Flags: R/W].
[ 9.070095] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 9.070197] fuse init (API version 7.22)
[ 9.070636] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 9.070925] msgmni has been set to 488
[ 9.071725] async_tx: api initialized (async)
[ 9.071873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 9.071882] io scheduler noop registered
[ 9.071887] io scheduler deadline registered
[ 9.071900] io scheduler cfq registered (default)
[ 9.072193] mv_xor mv_xor.0: Marvell shared XOR driver
[ 9.111084] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 9.151079] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 9.151253] mv_xor mv_xor.1: Marvell shared XOR driver
[ 9.191079] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 9.231078] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 9.235128] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 9.255827] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[ 9.930359] console [ttyS0] enabled
[ 9.954184] serial8250.1: ttyS1 at MMIO 0xf1012100 (irq = 34, base_baud = 12500000) is a 16550A
[ 9.969178] brd: module loaded
[ 9.975533] loop: module loaded
[ 9.979620] ahci 0000:00:01.0: version 3.0
[ 9.979640] PCI: enabling device 0000:00:01.0 (0146 -> 0147)
[ 9.985624] ahci 0000:00:01.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[ 9.993897] ahci 0000:00:01.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 10.002038] scsi0 : ahci
[ 10.004927] ata1: SATA max UDMA/133 abar m512@0xe0010000 port 0xe0010100 irq 9
[ 10.012659] sata_mv sata_mv.0: version 1.28
[ 10.012710] sata_mv sata_mv.0: cannot get optional clkdev
[ 10.018219] sata_mv sata_mv.0: slots 32 ports 2
[ 10.024876] scsi1 : sata_mv
[ 10.028045] scsi2 : sata_mv
[ 10.031181] ata2: SATA max UDMA/133 irq 21
[ 10.035294] ata3: SATA max UDMA/133 irq 21
[ 10.040920] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[ 10.047355] nand: Micron MT29F2G08ABAEAWP
[ 10.051489] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[ 10.057179] Scanning device for bad blocks
[ 10.212532] Creating 3 MTD partitions on "orion_nand":
[ 10.217692] 0x000000000000-0x000000100000 : "u-boot"
[ 10.223438] 0x000000100000-0x000001100000 : "uImage"
[ 10.229133] 0x000001100000-0x000010000000 : "root"
[ 10.236119] tun: Universal TUN/TAP device driver, 1.6
[ 10.241247] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 10.247592] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[ 10.255803] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[ 10.270634] libphy: orion_mdio_bus: probed
[ 10.274928] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 10.284563] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:94:f7:c7
[ 10.293442] PPP generic driver version 2.4.2
[ 10.297953] PPP Deflate Compression module registered
[ 10.303083] PPP MPPE Compression module registered
[ 10.307887] NET: Registered protocol family 24
[ 10.312535] usbcore: registered new interface driver rtl8187
[ 10.318213] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 10.325785] usbcore: registered new interface driver pegasus
[ 10.331610] usbcore: registered new interface driver asix
[ 10.337152] usbcore: registered new interface driver ax88179_178a
[ 10.343395] usbcore: registered new interface driver cdc_ether
[ 10.349364] usbcore: registered new interface driver net1080
[ 10.355170] usbcore: registered new interface driver cdc_subset
[ 10.361168] ata1: SATA link down (SStatus 0 SControl 300)
[ 10.366773] usbcore: registered new interface driver zaurus
[ 10.372527] usbcore: registered new interface driver ipheth
[ 10.378252] usbcore: registered new interface driver cdc_ncm
[ 10.383967] ata2: SATA link down (SStatus 0 SControl F300)
[ 10.390222] aoe: cannot create debugfs directory
[ 10.394998] aoe: AoE v85 initialised.
[ 10.399205] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 10.405344] i2c /dev entries driver
[ 10.410211] rtc-ds1307 0-0068: SET TIME!
[ 10.415838] rtc-ds1307 0-0068: rtc core: registered ds1337 as rtc1
[ 10.434315] gpio-fan gpio-fan: GPIO fan initialized
[ 10.440548] md: linear personality registered for level -1
[ 10.446083] md: raid0 personality registered for level 0
[ 10.451487] md: raid1 personality registered for level 1
[ 10.456816] md: raid10 personality registered for level 10
[ 10.462452] md: raid6 personality registered for level 6
[ 10.467786] md: raid5 personality registered for level 5
[ 10.473144] md: raid4 personality registered for level 4
[ 10.478627] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 10.487285] device-mapper: multipath: version 1.6.0 loaded
[ 10.492818] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 10.499370] device-mapper: multipath queue-length: version 0.1.0 loaded
[ 10.506024] device-mapper: multipath service-time: version 0.2.0 loaded
[ 10.512713] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 10.518833] device-mapper: raid: Loading target version 1.5.2
[ 10.525912] ipip: IPv4 over IPv4 tunneling driver
[ 10.531210] TCP: cubic registered
[ 10.534568] NET: Registered protocol family 10
[ 10.539635] sit: IPv6 over IPv4 tunneling driver
[ 10.544920] NET: Registered protocol family 17
[ 10.549573] NET: Registered protocol family 5
[ 10.554103] 8021q: 802.1Q VLAN Support v1.8
[ 10.558326] NET: Registered protocol family 37
[ 10.562857] Key type dns_resolver registered
[ 10.568035] netpoll: netconsole: local port 6666
[ 10.572721] netpoll: netconsole: local IPv4 address 10.0.0.252
[ 10.578573] netpoll: netconsole: interface 'eth0'
[ 10.583311] netpoll: netconsole: remote port 6666
[ 10.588035] netpoll: netconsole: remote IPv4 address 10.0.0.108
[ 10.594021] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[ 10.600925] netpoll: netconsole: device eth0 not up yet, forcing it
[ 10.609674] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.751060] ata3: SATA link down (SStatus 0 SControl F300)
[ 12.811408] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 12.821301] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.832661] console [netcon0] enabled
[ 12.836348] netconsole: network logging started
[ 12.841318] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 12.848351] rtc-mv rtc-mv: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 12.862348] Freeing unused kernel memory: 1932K (c0757000 - c093a000)
[ 16.924059] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.934149] ehci-orion: EHCI orion driver
[ 16.938518] orion-ehci orion-ehci.0: EHCI Host Controller
[ 16.944839] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 16.952576] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 16.971076] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 16.977127] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 16.983970] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.991245] usb usb1: Product: EHCI Host Controller
[ 16.996149] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[ 17.001593] usb usb1: SerialNumber: orion-ehci.0
[ 17.006724] hub 1-0:1.0: USB hub found
[ 17.010548] hub 1-0:1.0: 1 port detected
[ 17.019217] usbcore: registered new interface driver usb-storage
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ #
root@fvdw-sta-kirkwood:/ # fdisk -l
Disk /dev/mtdblock1: 16 MB, 16777216 bytes
255 heads, 63 sectors/track, 2 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/mtdblock1 doesn't contain a valid partition table
Disk /dev/mtdblock2: 250 MB, 250609664 bytes
255 heads, 63 sectors/track, 30 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/mtdblock2 doesn't contain a valid partition table
root@fvdw-sta-kirkwood:/
can i say then HURRAH? :woohoo
EDITED, ADDING (this post in this forum should be a project with committments, dont you think?? ;) ):
Once i closed the telnet i looked after uboot console and i saw new things after "starting kernel"; down there those lines:
- Code: Select all
Starting kernel ...
[ 16.924059] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.934149] ehci-orion: EHCI orion driver
[ 16.938518] orion-ehci orion-ehci.0: EHCI Host Controller
[ 16.944839] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 16.952576] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 16.971076] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 16.977127] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 16.983970] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.991245] usb usb1: Product: EHCI Host Controller
[ 16.996149] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[ 17.001593] usb usb1: SerialNumber: orion-ehci.0
[ 17.006724] hub 1-0:1.0: USB hub found
[ 17.010548] hub 1-0:1.0: 1 port detected
[ 17.019217] usbcore: registered new interface driver usb-storage
[ 388.618815] __nand_correct_data: uncorrectable ECC error
[ 388.624042] __nand_correct_data: uncorrectable ECC error[ 388.629403] end_request: I/O error, dev mtdblock0, sector 0
[ 388.635001] Buffer I/O error on device mtdblock0, logical block 0
[ 388.641302] __nand_correct_data: uncorrectable ECC error
[ 388.646474] __nand_correct_data: uncorrectable ECC error[ 388.651844] end_request: I/O error, dev mtdblock0, sector 8
[ 388.657445] Buffer I/O error on device mtdblock0, logical block 1
[ 388.663706] __nand_correct_data: uncorrectable ECC error
[ 388.668874] __nand_correct_data: uncorrectable ECC error[ 388.674268] end_request: I/O error, dev mtdblock0, sector 16
[ 388.679951] Buffer I/O error on device mtdblock0, logical block 2
[ 388.686213] __nand_correct_data: uncorrectable ECC error
[ 388.691391] __nand_correct_data: uncorrectable ECC error[ 388.618815] __nand_correct_data: uncorrectable ECC error
[ 388.696743] end_request: I/O error, dev mtdblock0, sector 24
[ 388.702431] Buffer I/O error on device mtdblock0, logical block 3
[ 388.708764] __nand_correct_data: uncorrectable ECC error
[ 388.713970] __nand_correct_data: uncorrectable ECC error[ 388.719321] end_request: I/O error, dev mtdblock0, sector 0
[ 388.724920] Buffer I/O error on device mtdblock0, logical block 0
[ 732.911063] random: nonblocking pool is initialized
[ 732.911063] random: nonblocking pool is initialized