Flash U-Boot 5big2 after flash failure

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 12:15 pm

I compiled in the past uboot for 2big2, so I reused that setup but modified the commands to compile it for a 5big2 nand.
I now also compiled it for 5big2 with spi flash and an uboot version that should support both version.
The compiler setup is dedicated and you need an older version of gcc. Anyhow hopefully it was useful to bring back your 5big2 to live.
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 12:23 pm

DMESG output whilst runing the nas2big Uboot that has NAND support


When loading a kernel then uboot is longer running, what I miss in this output is that eth interface doesn't come up
Two lines like this
Code: Select all
[   50.251384] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   50.261224] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

It looks like the kernel is waiting infinite for usb. Do you have a usb drive attached ? If so remove it.
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby wvwaard » Tue Mar 21, 2023 12:35 pm

Now trying to flash the nand.

dd command did not give the right result.

Now downloading the tools from doohan. nanddump, flash_erase, nandwrite

See how that works !
wvwaard
Donator VIP
Donator VIP
 
Posts: 36
Joined: Thu Nov 28, 2013 9:11 am
Location: The Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 12:56 pm

in the dmesg output you posted I see this
Code: Select all
[ 0.000000] Machine: LaCie 2Big NAS

Of course this pobably because you used uboot from a 2big2.
This should be
Code: Select all
[    0.000000] Machine: LaCie 5Big Network Nand v2


Also this is not right
Code: Select all
[ 0.000000] Memory: 249884K/262144K available (5950K kernel code, 220K rwdata, 1596K rodata, 1933K init, 233K bss, 12260K 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 - 0xc0766b44 (7547 kB)
[ 0.000000] .init : 0xc0767000 - 0xc094a4cc (1934 kB)
[ 0.000000] .data : 0xc094c000 - 0xc0983100 ( 221 kB)
[ 0.000000] .bss : 0xc098310c - 0xc09bd56c ( 234 kB)

A 5big2 has 512 MB of memory
:scratch Do you have a 2big2 nand ?

Anyhow the eth link doesn't come up maybe we are lookking at some hardware issue here.

below my dmesg output of a 5big2 nand
Code: Select all
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) ) #171 PREEMPT Wed Jan 17 23:33:31 CET 2018
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053177
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: LaCie 5Big Network Nand v2
[    0.000000] Ignoring unrecognised tag 0x41000403
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0982898, node_mem_map dfbfb000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    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: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 netconsole=6666@192.168.1.252/,6666@192.168.1.111/ cap=gpt,lba64
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 509780K/524288K available (5950K kernel code, 220K rwdata, 1596K rodata, 1933K init, 233K bss, 14508K reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0766b44   (7547 kB)
[    0.000000]       .init : 0xc0767000 - 0xc094a4cc   (1934 kB)
[    0.000000]       .data : 0xc094c000 - 0xc0983100   ( 221 kB)
[    0.000000]        .bss : 0xc098310c - 0xc09bd56c   ( 234 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:114
[    0.000011] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[   11.846836] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[   11.936806] pid_max: default: 32768 minimum: 301
[   11.936939] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   11.936957] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   11.937497] CPU: Testing write buffer coherency: ok
[   11.937806] Setting up static identity map for 0x5a6ac0 - 0x5a6b18
[   11.940439] VFP support v0.3: not present
[   11.940969] xor: measuring software checksum speed
[   12.036841]    arm4regs  :  1089.200 MB/sec
[   12.136801]    8regs     :   654.400 MB/sec
[   12.236792]    32regs    :   905.600 MB/sec
[   12.236810] xor: using function: arm4regs (1089.200 MB/sec)
[   12.236827] pinctrl core: initialized pinctrl subsystem
[   12.236944] NET: Registered protocol family 16
[   12.237325] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   12.240065] Kirkwood: MV88F6281-A1, TCLK=166666667.
[   12.240090] Feroceon L2: Enabling L2
[   12.240127] Feroceon L2: Cache support initialised.
[   12.241217] mv_usb_init 1
[   12.241235] mv_usb_init 2 devnum = 0
[   12.241248] init function mv_usb_init finished
[   12.241256] initial MPP regs: 01111111 00003311 33331100 33003333 00000033 00000000 00000000
[   12.241287]   final MPP regs: 01111111 00003311 33331100 33003333 00000033 00000000 00000000
[   12.241471]  orion-ehci registered
[   12.243295] orion_gpio_is_valid: invalid GPIO 7
[   12.243796] Kirkwood PCIe port 0: link down
[   12.243806] Kirkwood PCIe port 1: link up
[   12.243816] PCI: bus0 uses PCIe port 0
[   12.244055] PCI host bridge to bus 0000:00
[   12.244076] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   12.244090] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   12.244103] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   12.244150] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[   12.244179] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   12.244196] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x1fffffff]
[   12.244247] pci 0000:00:00.0: supports D1 D2
[   12.244522] PCI: bus0: Fast back to back transfers disabled
[   12.244541] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   12.244554] PCI: bus1 uses PCIe port 1
[   12.244776] PCI host bridge to bus 0000:01
[   12.244794] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[   12.244808] pci_bus 0000:01: root bus resource [io  0x10000-0x1ffff]
[   12.244820] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[   12.244858] PCI: bus1: Fast back to back transfers enabled
[   12.244872] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   12.269017] bio: create slab <bio-0> at 0
[   12.437967] raid6: int32x1     95 MB/s
[   12.606955] raid6: int32x2    123 MB/s
[   12.777021] raid6: int32x4    120 MB/s
[   12.946886] raid6: int32x8    128 MB/s
[   12.946897] raid6: using algorithm int32x8 (128 MB/s)
[   12.946904] raid6: using intx1 recovery algorithm
[   12.947736] SCSI subsystem initialized
[   12.948192] libata version 3.00 loaded.
[   12.949076] usbcore: registered new interface driver usbfs
[   12.949250] usbcore: registered new interface driver hub
[   12.949444] usbcore: registered new device driver usb
[   12.951926] cfg80211: Calling CRDA to update world regulatory domain
[   12.952192] Switched to clocksource orion_clocksource
[   12.954469] NET: Registered protocol family 2
[   12.954938] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   12.954996] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   12.955048] TCP: Hash tables configured (established 4096 bind 4096)
[   12.955101] TCP: reno registered
[   12.955114] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   12.955136] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   12.955327] NET: Registered protocol family 1
[   12.955597] RPC: Registered named UNIX socket transport module.
[   12.955608] RPC: Registered udp transport module.
[   12.955615] RPC: Registered tcp transport module.
[   12.955622] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.955643] PCI: CLS 32 bytes, default 32
[   13.102197] NetWinder Floating Point Emulator V0.97 (double precision)
[   13.102322] gpio-usb-probe-4b err=0
[   13.102338] gpio-usb gpio-usb: USB GPIO's initialized
[   13.103934] futex hash table entries: 256 (order: -1, 3072 bytes)
[   13.205606] VFS: Disk quotas dquot_6.5.2
[   13.205656] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   13.206087] NFS: Registering the id_resolver key type
[   13.206143] Key type id_resolver registered
[   13.206153] Key type id_legacy registered
[   13.206171] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   13.206185] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.206286] NTFS driver 2.1.30 [Flags: R/W].
[   13.206317] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   13.206462] fuse init (API version 7.22)
[   13.207083] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[   13.207497] msgmni has been set to 995
[   13.208614] async_tx: api initialized (async)
[   13.208800] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[   13.208812] io scheduler noop registered
[   13.208820] io scheduler deadline registered
[   13.208840] io scheduler cfq registered (default)
[   13.209220] mv_xor mv_xor.0: Marvell shared XOR driver
[   13.246819] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   13.286816] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[   13.287065] mv_xor mv_xor.1: Marvell shared XOR driver
[   13.326814] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   13.366814] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[   13.372703] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   13.393817] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[   14.020059] console [ttyS0] enabled
[   14.032950] brd: module loaded
[   14.040642] loop: module loaded
[   14.044084] Uniform Multi-Platform E-IDE driver
[   14.048956] ide-gd driver 1.18
[   14.053512] sata_mv sata_mv.0: version 1.28
[   14.053574] sata_mv sata_mv.0: cannot get optional clkdev
[   14.059402] sata_mv sata_mv.0: slots 32 ports 2
[   14.067058] scsi0 : sata_mv
[   14.070413] scsi1 : sata_mv
[   14.073598] ata1: SATA max UDMA/133 irq 21
[   14.077827] ata2: SATA max UDMA/133 irq 21
[   14.084080] nand: Could not find valid ONFI parameter page; aborting
[   14.090518] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xda
[   14.096946] nand: Hynix NAND 256MiB 3,3V 8-bit
[   14.101370] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[   14.107046] Scanning device for bad blocks
[   14.274104] Creating 3 MTD partitions on "orion_nand":
[   14.279252] 0x000000000000-0x000000100000 : "u-boot"
[   14.285331] 0x000000100000-0x000001100000 : "uImage"
[   14.291394] 0x000001100000-0x000010000000 : "root"
[   14.299330] tun: Universal TUN/TAP device driver, 1.6
[   14.304357] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   14.310838] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   14.319175] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[   14.335552] libphy: orion_mdio_bus: probed
[   14.339869] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   14.586787] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   14.606867] ata1.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   14.668353] ata1.00: hard resetting link
[   15.017541] ata1.01: hard resetting link
[   15.462040] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:93:07:72
[   15.537060] ata1.02: hard resetting link
[   16.047038] ata1.03: hard resetting link
[   16.554426] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:93:07:73
[   16.563668] PPP generic driver version 2.4.2
[   16.568279] PPP Deflate Compression module registered
[   16.573315] PPP MPPE Compression module registered
[   16.578351] ata1.01: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[   16.584334] ata1.01: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   16.591166] NET: Registered protocol family 24
[   16.596031] usbcore: registered new interface driver rtl8187
[   16.601750] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[   16.609370] ata1.01: configured for UDMA/133
[   16.613896] usbcore: registered new interface driver pegasus
[   16.619747] usbcore: registered new interface driver asix
[   16.625302] usbcore: registered new interface driver ax88179_178a
[   16.631618] ata1.02: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[   16.637793] usbcore: registered new interface driver cdc_ether
[   16.643770] ata1.02: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   16.650602] usbcore: registered new interface driver net1080
[   16.656657] usbcore: registered new interface driver cdc_subset
[   16.662757] usbcore: registered new interface driver zaurus
[   16.668571] ata1.02: configured for UDMA/133
[   16.673141] usbcore: registered new interface driver ipheth
[   16.678912] usbcore: registered new interface driver cdc_ncm
[   16.685528] aoe: cannot create debugfs directory
[   16.690404] ata1.03: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[   16.697258] aoe: AoE v85 initialised.
[   16.700945] ata1.03: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   16.708502] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[   16.714745] i2c /dev entries driver
[   16.719232] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[   16.727041] ata1.03: configured for UDMA/133
[   16.731542] ata1: EH complete
[   16.746315] md: linear personality registered for level -1
[   16.752101] scsi 0:1:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1AG0 PQ: 0 ANSI: 5
[   16.760194] md: raid0 personality registered for level 0
[   16.765477] md: raid1 personality registered for level 1
[   16.771297] fvdw1 disk index before get_sd_name = 0
[   16.776157] device-name= sata_mv
[   16.779428] md: raid10 personality registered for level 10
[   16.784902] fvdw2 disk index after get_sd_name = 2
[   16.789821] md: raid6 personality registered for level 6
[   16.795104] md: raid5 personality registered for level 5
[   16.800450] fvdw3 prefix[0]=s  prefix[1]=d
[   16.804530] fvdw4 diskname = sdc
[   16.807937] md: raid4 personality registered for level 4
[   16.813723] sd 0:1:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   16.821739] sd 0:1:0:0: Attached scsi generic sg0 type 0
[   16.827092] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   16.835745] sd 0:1:0:0: [sdc] Write Protect is off
[   16.840994] scsi 0:2:0:0: Direct-Access     ATA      SAMSUNG HD103SI  1AG0 PQ: 0 ANSI: 5
[   16.849144] sd 0:1:0:0: [sdc] Mode Sense: 00 3a 00 00
[   16.849260] sd 0:1:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.858895] device-mapper: multipath: version 1.6.0 loaded
[   16.864356] device-mapper: multipath round-robin: version 1.0.0 loaded
[   16.870976] fvdw1 disk index before get_sd_name = 1
[   16.875828] device-name= sata_mv
[   16.880014] fvdw2 disk index after get_sd_name = 1
[   16.884778] fvdw3 prefix[0]=s  prefix[1]=d
[   16.888904] device-mapper: multipath queue-length: version 0.1.0 loaded
[   16.895602] fvdw4 diskname = sdb
[   16.898946] device-mapper: multipath service-time: version 0.2.0 loaded
[   16.906312] sd 0:2:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   16.914458] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   16.920622] sd 0:2:0:0: Attached scsi generic sg1 type 0
[   16.926389] sd 0:2:0:0: [sdb] Write Protect is off
[   16.931438] scsi 0:3:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 82.0 PQ: 0 ANSI: 5
[   16.939658] device-mapper: raid: Loading target version 1.5.2
[   16.945466] sd 0:2:0:0: [sdb] Mode Sense: 00 3a 00 00
[   16.945663] sd 0:2:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.955216]  sdc: sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 sdc7 sdc8
[   16.962356] fvdw1 disk index before get_sd_name = 2
[   16.967553] device-name= sata_mv
[   16.970764] fvdw2 disk index after get_sd_name = 0
[   16.975532] fvdw3 prefix[0]=s  prefix[1]=d
[   16.981901] fvdw4 diskname = sda
[   16.986065] sd 0:3:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[   16.995126] sd 0:3:0:0: [sda] 4096-byte physical blocks
[   17.000716] sd 0:3:0:0: Attached scsi generic sg2 type 0
[   17.007235] sd 0:1:0:0: [sdc] Attached SCSI disk
[   17.012098] sd 0:3:0:0: [sda] Write Protect is off
[   17.017744] sd 0:3:0:0: [sda] Mode Sense: 00 3a 00 00
[   17.017869] sd 0:3:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.028118]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
[   17.037583] ipip: IPv4 over IPv4 tunneling driver
[   17.043279] TCP: cubic registered
[   17.047044] NET: Registered protocol family 10
[   17.052663] sd 0:2:0:0: [sdb] Attached SCSI disk
[   17.058359] sit: IPv6 over IPv4 tunneling driver
[   17.063806] NET: Registered protocol family 17
[   17.068524] NET: Registered protocol family 5
[   17.072948] 8021q: 802.1Q VLAN Support v1.8
[   17.077365] NET: Registered protocol family 37
[   17.081814] Key type dns_resolver registered
[   17.087323] netpoll: netconsole: local port 6666
[   17.092054] netpoll: netconsole: local IPv4 address 192.168.1.252
[   17.098256] netpoll: netconsole: interface 'eth0'
[   17.103028] netpoll: netconsole: remote port 6666
[   17.108026]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[   17.114418] netpoll: netconsole: remote IPv4 address 192.168.1.111
[   17.120909] netpoll: netconsole: remote ethernet address ff:ff:ff:ff:ff:ff
[   17.128362] netpoll: netconsole: device eth0 not up yet, forcing it
[   17.135916] sd 0:3:0:0: [sda] Attached SCSI disk
[   17.526788] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   17.546793] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[   17.608394] ata2.00: hard resetting link
[   17.967540] ata2.01: hard resetting link
[   18.250807] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.487043] ata2.02: hard resetting link
[   18.997037] ata2.03: hard resetting link
[   19.386822] ata2.01: ATA-8: ST31000520AS, CC32, max UDMA/133
[   19.392455] ata2.01: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   19.456834] ata2.01: configured for UDMA/133
[   19.496814] ata2.02: ATA-8: ST2000DL001-9VT156, CC41, max UDMA/133
[   19.502970] ata2.02: 3907029168 sectors, multi 0: LBA48
[   19.566825] ata2.02: configured for UDMA/133
[   19.571258] ata2: EH complete
[   19.587049] scsi 1:1:0:0: Direct-Access     ATA      ST31000520AS     CC32 PQ: 0 ANSI: 5
[   19.595617] fvdw1 disk index before get_sd_name = 3
[   19.600517] device-name= sata_mv
[   19.603726] fvdw2 disk index after get_sd_name = 4
[   19.608528] fvdw3 prefix[0]=s  prefix[1]=d
[   19.612608] fvdw4 diskname = sde
[   19.616298] sd 1:1:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   19.624253] sd 1:1:0:0: Attached scsi generic sg3 type 0
[   19.629872] sd 1:1:0:0: [sde] Write Protect is off
[   19.634646] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[   19.635149] scsi 1:2:0:0: Direct-Access     ATA      ST2000DL001-9VT1 CC41 PQ: 0 ANSI: 5
[   19.643355] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.652857] fvdw1 disk index before get_sd_name = 4
[   19.657760] device-name= sata_mv
[   19.660975] fvdw2 disk index after get_sd_name = 3
[   19.665743] fvdw3 prefix[0]=s  prefix[1]=d
[   19.670771] fvdw4 diskname = sdd
[   19.674475] sd 1:2:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   19.682555] sd 1:2:0:0: Attached scsi generic sg4 type 0
[   19.687936] sd 1:2:0:0: [sdd] 4096-byte physical blocks
[   19.693624] sd 1:2:0:0: [sdd] Write Protect is off
[   19.698433] sd 1:2:0:0: [sdd] Mode Sense: 00 3a 00 00
[   19.698543] sd 1:2:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.772736]  sdd: sdd1 sdd2 sdd3 sdd4 < sdd5 sdd6 sdd7 sdd8 >
[   19.781161] sd 1:2:0:0: [sdd] Attached SCSI disk
[   19.802228]  sde: sde8
[   19.805796] sd 1:1:0:0: [sde] Attached SCSI disk
[   21.352088] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   21.361915] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   21.372245] console [netcon0] enabled
[   21.375898] netconsole: network logging started
[   21.380936] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   21.388055] rtc-mv rtc-mv: setting system clock to 2023-03-21 12:32:08 UTC (1679401928)
[   21.401895] Freeing unused kernel memory: 1932K (c0767000 - c094a000)
[   22.496513] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   31.585240] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   31.595469] ehci-orion: EHCI orion driver
[   31.599692] orion-ehci orion-ehci.0: EHCI Host Controller
[   31.605113] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   31.612833] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   31.636795] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   31.642839] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   31.649645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   31.656865] usb usb1: Product: EHCI Host Controller
[   31.661738] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[   31.667147] usb usb1: SerialNumber: orion-ehci.0
[   31.672461] hub 1-0:1.0: USB hub found
[   31.676267] hub 1-0:1.0: 1 port detected
[   31.686737] usbcore: registered new interface driver usb-storage
[   31.997313] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   32.147413] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[   32.154126] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   32.171164] hub 1-1:1.0: USB hub found
[   32.175807] hub 1-1:1.0: 2 ports detected
root@fvdw-sta-kirkwood:/ #
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby wvwaard » Tue Mar 21, 2023 1:01 pm

Yes correct that was DMESG from old startup. Sorry.

Now using your compiled version.

Still no go on flashing the NAND. It doenst give an error btw it just doesnt boot without kwboot.

Ps. i exceeded though in flashing your fvdw kernel to the nand and it boots from that after
using the Uboot you provided....

I know you stated not to flash the kernel but i was interested if that would work and it does !
wvwaard
Donator VIP
Donator VIP
 
Posts: 36
Joined: Thu Nov 28, 2013 9:11 am
Location: The Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 1:06 pm

I also see this
Code: Select all
[ 24.960267] initial MPP regs: 01111111 00003311 00551100 00000000 00000000 00000000 00000000
[ 24.960299] orion_mpp_conf: requested MPP49 config unavailable on this hardware
[ 24.960305] final MPP regs: 01111111 00003311 00551100 00000000 00000000 00000000 00000000

This isn't corresponding with a 5big2, it are the mpp regs of a 2big2

Come on how many disk slots has this device ?
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 1:08 pm

Ps. i exceeded though in flashing your fvdw kernel to the nand and it boots from that after
using the Uboot you provided....

I know you stated not to flash the kernel but i was interested if that would work and it does !


:-D ok I assume you flahed an uboot version, which file did you used ?
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby wvwaard » Tue Mar 21, 2023 1:18 pm

I used the original bin / dump nand file to try to flash it..

I used both dd aswell as nandwrite.

The strange thing is that mtd0 is only 128k
and when doing cat /proc/mtd that shows up as u-boot .

/mnt/usb1/tools # cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 01000000 00020000 "uImage"
mtd2: 0ef00000 00020000 "root"

/mnt/usb1/tools # ./nandwrite /dev/mtd0 ../u-boot-5big2-nand.bin
Writing data to block 0 at offset 0x0
Writing data to block 1 at offset 0x20000
Writing data to block 2 at offset 0x40000
Writing data to block 3 at offset 0x60000
Writing data to block 4 at offset 0x80000
Writing data to block 5 at offset 0xa0000
Writing data to block 6 at offset 0xc0000
Writing data to block 7 at offset 0xe0000
Last edited by wvwaard on Tue Mar 21, 2023 1:27 pm, edited 1 time in total.
wvwaard
Donator VIP
Donator VIP
 
Posts: 36
Joined: Thu Nov 28, 2013 9:11 am
Location: The Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby fvdw » Tue Mar 21, 2023 1:26 pm

wvwaard wrote:I used the original bin / dump nand file to try to flash it..

I used both dd aswell as nandwrite.

The strange thing is that mtd0 is only 128k
and when doing cat /proc/mtd that shows up as u-boot .

/mnt/usb1/tools # cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "u-boot"
mtd1: 01000000 00020000 "uImage"
mtd2: 0ef00000 00020000 "root"

So to avoid confusion
In flash is now the original dump file posted here https://plugout.net/viewtopic.php?f=26&t=3683#p37904
Is that correct ?

mtd0 has size of 0x00100000 which is equal to 1 MB (and not 128k that is the erase size to be used)
That is how it should be.
Now are you able to boot the fvdw-sl standalone kernel and post dmesg ?
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Flash U-Boot 5big2 after flash failure

Postby wvwaard » Tue Mar 21, 2023 1:29 pm

Yes correct i use the file from that post !

DMESG with U-boot-net5big-etc....kwb

[ 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) ) #171 PREEMPT Wed Jan 17 23:33:31 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 5Big Network Nand v2
[ 0.000000] Ignoring unrecognised tag 0x41000403
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] free_area_init_node: node 0, pgdat c0982898, node_mem_map dfbfb000
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 131072 pages, LIFO batch:31
[ 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: 130048
[ 0.000000] Kernel command line: button=0 bootfail=1 console=ttyS0,115200 root=/dev/mtdblock2 cap=gpt,lba64
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 509780K/524288K available (5950K kernel code, 220K rwdata, 1596K rodata, 1933K init, 233K bss, 14508K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0766b44 (7547 kB)
[ 0.000000] .init : 0xc0767000 - 0xc094a4cc (1934 kB)
[ 0.000000] .data : 0xc094c000 - 0xc0983100 ( 221 kB)
[ 0.000000] .bss : 0xc098310c - 0xc09bd56c ( 234 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000011] sched_clock: 32 bits at 166MHz, resolution 6ns, wraps every 25769803770ns
[ 16.726028] Calibrating delay loop... 1196.85 BogoMIPS (lpj=5984256)
[ 16.816001] pid_max: default: 32768 minimum: 301
[ 16.816131] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 16.816149] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 16.816646] CPU: Testing write buffer coherency: ok
[ 16.816953] Setting up static identity map for 0x5a6ac0 - 0x5a6b18
[ 16.819641] VFP support v0.3: not present
[ 16.820158] xor: measuring software checksum speed
[ 16.916035] arm4regs : 1089.600 MB/sec
[ 17.015990] 8regs : 654.800 MB/sec
[ 17.115986] 32regs : 906.000 MB/sec
[ 17.116003] xor: using function: arm4regs (1089.600 MB/sec)
[ 17.116021] pinctrl core: initialized pinctrl subsystem
[ 17.116134] NET: Registered protocol family 16
[ 17.116550] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 17.119281] Kirkwood: MV88F6281-A1, TCLK=166666667.
[ 17.119306] Feroceon L2: Enabling L2
[ 17.119343] Feroceon L2: Cache support initialised.
[ 17.120403] mv_usb_init 1
[ 17.120422] mv_usb_init 2 devnum = 0
[ 17.120434] init function mv_usb_init finished
[ 17.120441] initial MPP regs: 01111111 00003311 33331100 33003333 00000033 00000000 00000000
[ 17.120472] final MPP regs: 01111111 00003311 33331100 33003333 00000033 00000000 00000000
[ 17.120650] orion-ehci registered
[ 17.122422] orion_gpio_is_valid: invalid GPIO 7
[ 17.122943] Kirkwood PCIe port 0: link down
[ 17.122953] Kirkwood PCIe port 1: link up
[ 17.122962] PCI: bus0 uses PCIe port 0
[ 17.123197] PCI host bridge to bus 0000:00
[ 17.123217] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[ 17.123231] pci_bus 0000:00: root bus resource [io 0x1000-0xffff]
[ 17.123243] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[ 17.123290] pci 0000:00:00.0: [11ab:6281] type 00 class 0x058000
[ 17.123317] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[ 17.123335] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x1fffffff]
[ 17.123382] pci 0000:00:00.0: supports D1 D2
[ 17.123648] PCI: bus0: Fast back to back transfers disabled
[ 17.123666] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[ 17.123678] PCI: bus1 uses PCIe port 1
[ 17.123895] PCI host bridge to bus 0000:01
[ 17.123913] pci_bus 0000:01: root bus resource [mem 0xe8000000-0xefffffff]
[ 17.123927] pci_bus 0000:01: root bus resource [io 0x10000-0x1ffff]
[ 17.123939] pci_bus 0000:01: No busn resource found for root bus, will use [bus 01-ff]
[ 17.123974] PCI: bus1: Fast back to back transfers enabled
[ 17.123988] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 17.147396] bio: create slab <bio-0> at 0
[ 17.317129] raid6: int32x1 95 MB/s
[ 17.486143] raid6: int32x2 123 MB/s
[ 17.656174] raid6: int32x4 120 MB/s
[ 17.826069] raid6: int32x8 128 MB/s
[ 17.826079] raid6: using algorithm int32x8 (128 MB/s)
[ 17.826087] raid6: using intx1 recovery algorithm
[ 17.826896] SCSI subsystem initialized
[ 17.827339] libata version 3.00 loaded.
[ 17.828195] usbcore: registered new interface driver usbfs
[ 17.828364] usbcore: registered new interface driver hub
[ 17.828551] usbcore: registered new device driver usb
[ 17.830960] cfg80211: Calling CRDA to update world regulatory domain
[ 17.831257] Switched to clocksource orion_clocksource
[ 17.833451] NET: Registered protocol family 2
[ 17.833909] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 17.833968] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 17.834019] TCP: Hash tables configured (established 4096 bind 4096)
[ 17.834071] TCP: reno registered
[ 17.834084] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 17.834106] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 17.834290] NET: Registered protocol family 1
[ 17.834550] RPC: Registered named UNIX socket transport module.
[ 17.834561] RPC: Registered udp transport module.
[ 17.834568] RPC: Registered tcp transport module.
[ 17.834575] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 17.834596] PCI: CLS 32 bytes, default 32
[ 17.977688] NetWinder Floating Point Emulator V0.97 (double precision)
[ 17.977809] gpio-usb-probe-4b err=0
[ 17.977824] gpio-usb gpio-usb: USB GPIO's initialized
[ 17.979378] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 18.080827] VFS: Disk quotas dquot_6.5.2
[ 18.080876] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 18.081300] NFS: Registering the id_resolver key type
[ 18.081346] Key type id_resolver registered
[ 18.081355] Key type id_legacy registered
[ 18.081372] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 18.081386] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 18.081486] NTFS driver 2.1.30 [Flags: R/W].
[ 18.081516] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 18.081658] fuse init (API version 7.22)
[ 18.082224] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 18.082631] msgmni has been set to 995
[ 18.083720] async_tx: api initialized (async)
[ 18.083904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 18.083916] io scheduler noop registered
[ 18.083924] io scheduler deadline registered
[ 18.083944] io scheduler cfq registered (default)
[ 18.084318] mv_xor mv_xor.0: Marvell shared XOR driver
[ 18.116079] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 18.156004] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 18.156253] mv_xor mv_xor.1: Marvell shared XOR driver
[ 18.196004] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 18.236004] mv_xor mv_xor.1: Marvell XOR: ( xor cpy )
[ 18.241711] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 18.262796] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 10416666) is a 16550A
[ 18.888027] console [ttyS0] enabled
[ 18.900625] brd: module loaded
[ 18.908235] loop: module loaded
[ 18.911651] Uniform Multi-Platform E-IDE driver
[ 18.916514] ide-gd driver 1.18
[ 18.921033] sata_mv sata_mv.0: version 1.28
[ 18.921096] sata_mv sata_mv.0: cannot get optional clkdev
[ 18.926914] sata_mv sata_mv.0: slots 32 ports 2
[ 18.934370] scsi0 : sata_mv
[ 18.937878] scsi1 : sata_mv
[ 18.941058] ata1: SATA max UDMA/133 irq 21
[ 18.945137] ata2: SATA max UDMA/133 irq 21
[ 18.951447] nand: Could not find valid ONFI parameter page; aborting
[ 18.957883] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xda
[ 18.964203] nand: Hynix NAND 256MiB 3,3V 8-bit
[ 18.968727] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[ 18.974367] Scanning device for bad blocks
[ 19.039398] Bad eraseblock 767 at 0x000005fe0000
[ 19.145700] Creating 3 MTD partitions on "orion_nand":
[ 19.150839] 0x000000000000-0x000000100000 : "u-boot"
[ 19.156929] 0x000000100000-0x000001100000 : "uImage"
[ 19.162933] 0x000001100000-0x000010000000 : "root"
[ 19.170790] tun: Universal TUN/TAP device driver, 1.6
[ 19.175823] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 19.182238] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[ 19.190587] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[ 19.206955] libphy: orion_mdio_bus: probed
[ 19.211197] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 19.295983] ata1: SATA link down (SStatus 0 SControl F300)
[ 19.826060] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[ 19.846140] ata2.15: Port Multiplier 1.2, 0x11ab:0x4140 r193, 4 ports, feat 0x5/0x1f
[ 19.907519] ata2.00: hard resetting link
[ 20.256725] ata2.01: hard resetting link
[ 20.335395] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:93:01:0e
[ 20.776233] ata2.02: hard resetting link
[ 21.136723] ata2.03: hard resetting link
[ 21.429107] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:93:01:0f
[ 21.438044] PPP generic driver version 2.4.2
[ 21.442609] PPP Deflate Compression module registered
[ 21.447704] PPP MPPE Compression module registered
[ 21.452471] NET: Registered protocol family 24
[ 21.457209] usbcore: registered new interface driver rtl8187
[ 21.462841] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 21.470442] usbcore: registered new interface driver pegasus
[ 21.476391] usbcore: registered new interface driver asix
[ 21.481934] usbcore: registered new interface driver ax88179_178a
[ 21.488178] usbcore: registered new interface driver cdc_ether
[ 21.494158] usbcore: registered new interface driver net1080
[ 21.500868] usbcore: registered new interface driver cdc_subset
[ 21.506989] usbcore: registered new interface driver zaurus
[ 21.512735] usbcore: registered new interface driver ipheth
[ 21.518547] ata2.01: ATA-7: SAMSUNG HD103SI, 1AG01118, max UDMA7
[ 21.524532] ata2.01: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 21.531483] usbcore: registered new interface driver cdc_ncm
[ 21.538379] aoe: cannot create debugfs directory
[ 21.543111] aoe: AoE v85 initialised.
[ 21.547514] rtc-mv rtc-mv: rtc core: registered rtc-mv as rtc0
[ 21.553485] i2c /dev entries driver
[ 21.557228] ata2.01: configured for UDMA/133
[ 21.561742] ata2: EH complete
[ 21.565603] at24 0-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
[ 21.576336] scsi 1:1:0:0: Direct-Access ATA SAMSUNG HD103SI 1AG0 PQ: 0 ANSI: 5
[ 21.584893] fvdw1 disk index before get_sd_name = 0
[ 21.589818] device-name= sata_mv
[ 21.593031] fvdw2 disk index after get_sd_name = 4
[ 21.597870] fvdw3 prefix[0]=s prefix[1]=d
[ 21.601947] fvdw4 diskname = sde
[ 21.605659] sd 1:1:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 21.613629] sd 1:1:0:0: Attached scsi generic sg0 type 0
[ 21.619260] sd 1:1:0:0: [sde] Write Protect is off
[ 21.624036] sd 1:1:0:0: [sde] Mode Sense: 00 3a 00 00
[ 21.624432] sd 1:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 21.640488] md: linear personality registered for level -1
[ 21.645947] md: raid0 personality registered for level 0
[ 21.651271] md: raid1 personality registered for level 1
[ 21.656594] md: raid10 personality registered for level 10
[ 21.662209] md: raid6 personality registered for level 6
[ 21.667673] md: raid5 personality registered for level 5
[ 21.673031] md: raid4 personality registered for level 4
[ 21.678969] sde: sde1 sde2 sde3 sde4 sde5 sde6 sde7 sde8
[ 21.685344] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 21.694843] device-mapper: multipath: version 1.6.0 loaded
[ 21.700463] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 21.707788] sd 1:1:0:0: [sde] Attached SCSI disk
[ 21.712414] device-mapper: multipath queue-length: version 0.1.0 loaded
[ 21.719098] device-mapper: multipath service-time: version 0.2.0 loaded
[ 21.725745] device-mapper: dm-log-userspace: version 1.3.0 loaded
[ 21.731851] device-mapper: raid: Loading target version 1.5.2
[ 21.741601] ipip: IPv4 over IPv4 tunneling driver
[ 21.747060] TCP: cubic registered
[ 21.750406] NET: Registered protocol family 10
[ 21.755752] sit: IPv6 over IPv4 tunneling driver
[ 21.761223] NET: Registered protocol family 17
[ 21.765895] NET: Registered protocol family 5
[ 21.770363] 8021q: 802.1Q VLAN Support v1.8
[ 21.774567] NET: Registered protocol family 37
[ 21.779192] Key type dns_resolver registered
[ 21.784669] console [netcon0] enabled
[ 21.788377] netconsole: network logging started
[ 21.793321] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 21.800460] rtc-mv rtc-mv: setting system clock to 2023-03-21 13:08:57 UTC (1679404137)
[ 21.814110] Freeing unused kernel memory: 1932K (c0767000 - c094a000)
[ 22.905693] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.985825] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 25.246112] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 25.255922] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 33.074018] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 33.083999] ehci-orion: EHCI orion driver
[ 33.088157] orion-ehci orion-ehci.0: EHCI Host Controller
[ 33.093556] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 33.101295] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[ 33.125979] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 33.132007] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 33.138782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 33.145981] usb usb1: Product: EHCI Host Controller
[ 33.150835] usb usb1: Manufacturer: Linux 3.14.2 ehci_hcd
[ 33.156218] usb usb1: SerialNumber: orion-ehci.0
[ 33.161531] hub 1-0:1.0: USB hub found
[ 33.165311] hub 1-0:1.0: 1 port detected
[ 33.175477] usbcore: registered new interface driver usb-storage
[ 33.485998] usb 1-1: new high-speed USB device number 2 using orion-ehci
[ 33.636434] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[ 33.643111] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 33.650947] hub 1-1:1.0: USB hub found
[ 33.654803] hub 1-1:1.0: 2 ports detected
[ 33.936179] usb 1-1.1: new high-speed USB device number 3 using orion-ehci
[ 34.067302] usb 1-1.1: New USB device found, idVendor=14cd, idProduct=1212
[ 34.074151] usb 1-1.1: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 34.081440] usb 1-1.1: Product: Mass Storage Device
[ 34.086306] usb 1-1.1: Manufacturer: Generic
[ 34.090557] usb 1-1.1: SerialNumber: 121220160204
[ 34.096113] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 34.102613] scsi2 : usb-storage 1-1.1:1.0
[ 39.116765] scsi 2:0:0:0: Direct-Access Mass Storage Device 1.00 PQ: 0 ANSI: 0 CCS
[ 39.125670] fvdw1 disk index before get_sd_name = 1
[ 39.130586] device-name= usb-storage
[ 39.134145] external disk assign prefix letter e
[ 39.138769] fvdw2 disk index after get_sd_name = 6
[ 39.143536] fvdw3 prefix[0]=s prefix[1]=e
[ 39.147650] fvdw4 diskname = seg
[ 39.151583] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 39.258835] sd 2:0:0:0: [seg] 249651200 512-byte logical blocks: (127 GB/119 GiB)
[ 39.266698] sd 2:0:0:0: [seg] Write Protect is off
[ 39.271474] sd 2:0:0:0: [seg] Mode Sense: 03 00 00 00
[ 39.271948] sd 2:0:0:0: [seg] No Caching mode page found
[ 39.277270] sd 2:0:0:0: [seg] Assuming drive cache: write through
[ 39.285948] sd 2:0:0:0: [seg] No Caching mode page found
[ 39.291283] sd 2:0:0:0: [seg] Assuming drive cache: write through
[ 39.299449] seg: seg1 seg2 seg3 < seg5 >
[ 39.306450] sd 2:0:0:0: [seg] No Caching mode page found
[ 39.311744] sd 2:0:0:0: [seg] Assuming drive cache: write through
[ 39.317844] sd 2:0:0:0: [seg] Attached SCSI removable disk
[ 142.016091] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 144.477148] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 144.486968] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 214.426513] random: nonblocking pool is initialized
[ 225.346181] usb 1-1.2: new high-speed USB device number 4 using orion-ehci
[ 225.482302] usb 1-1.2: New USB device found, idVendor=090c, idProduct=1000
[ 225.489165] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 225.496455] usb 1-1.2: Product: DISK 2.0
[ 225.500364] usb 1-1.2: Manufacturer: USB
[ 225.504270] usb 1-1.2: SerialNumber: CCLN2TX9P3BO5831
[ 225.510615] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 225.517098] scsi3 : usb-storage 1-1.2:1.0
[ 230.527766] scsi 3:0:0:0: Direct-Access USB DISK 2.0 1219 PQ: 0 ANSI: 0 CCS
[ 230.536699] fvdw1 disk index before get_sd_name = 2
[ 230.541552] device-name= usb-storage
[ 230.545110] external disk assign prefix letter e
[ 230.549758] fvdw2 disk index after get_sd_name = 7
[ 230.554528] fvdw3 prefix[0]=s prefix[1]=e
[ 230.558625] fvdw4 diskname = seh
[ 230.562645] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 230.568971] sd 3:0:0:0: [seh] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 230.577327] sd 3:0:0:0: [seh] Write Protect is off
[ 230.582105] sd 3:0:0:0: [seh] Mode Sense: 43 00 00 00
[ 230.582823] sd 3:0:0:0: [seh] No Caching mode page found
[ 230.588162] sd 3:0:0:0: [seh] Assuming drive cache: write through
[ 230.598447] sd 3:0:0:0: [seh] No Caching mode page found
[ 230.603737] sd 3:0:0:0: [seh] Assuming drive cache: write through
[ 230.655757] seh: seh1
[ 230.661074] sd 3:0:0:0: [seh] No Caching mode page found
[ 230.666390] sd 3:0:0:0: [seh] Assuming drive cache: write through
[ 230.672462] sd 3:0:0:0: [seh] Attached SCSI removable disk
[ 257.877308] usb 1-1.1: USB disconnect, device number 3
[ 259.925305] usb 1-1.2: USB disconnect, device number 4
[ 266.816180] usb 1-1.1: new high-speed USB device number 5 using orion-ehci
[ 266.952302] usb 1-1.1: New USB device found, idVendor=090c, idProduct=1000
[ 266.959161] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 266.966452] usb 1-1.1: Product: DISK 2.0
[ 266.970361] usb 1-1.1: Manufacturer: USB
[ 266.974265] usb 1-1.1: SerialNumber: CCLN2TX9P3BO5831
[ 266.980595] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[ 266.987077] scsi4 : usb-storage 1-1.1:1.0
[ 271.997892] scsi 4:0:0:0: Direct-Access USB DISK 2.0 1219 PQ: 0 ANSI: 0 CCS
[ 272.006805] fvdw1 disk index before get_sd_name = 1
[ 272.011660] device-name= usb-storage
[ 272.015217] external disk assign prefix letter e
[ 272.019867] fvdw2 disk index after get_sd_name = 6
[ 272.024636] fvdw3 prefix[0]=s prefix[1]=e
[ 272.028743] fvdw4 diskname = seg
[ 272.032748] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 272.039094] sd 4:0:0:0: [seg] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 272.047449] sd 4:0:0:0: [seg] Write Protect is off
[ 272.052222] sd 4:0:0:0: [seg] Mode Sense: 43 00 00 00
[ 272.052948] sd 4:0:0:0: [seg] No Caching mode page found
[ 272.058288] sd 4:0:0:0: [seg] Assuming drive cache: write through
[ 272.068572] sd 4:0:0:0: [seg] No Caching mode page found
[ 272.073862] sd 4:0:0:0: [seg] Assuming drive cache: write through
[ 272.125879] seg: seg1
[ 272.131199] sd 4:0:0:0: [seg] No Caching mode page found
[ 272.136513] sd 4:0:0:0: [seg] Assuming drive cache: write through
[ 272.142577] sd 4:0:0:0: [seg] Attached SCSI removable disk
wvwaard
Donator VIP
Donator VIP
 
Posts: 36
Joined: Thu Nov 28, 2013 9:11 am
Location: The Netherlands

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 3 guests

cron