Welcome! Log In Create A New Profile

Advanced

Debian on iomega storcenter ix4-200d: succes!

Posted by damacc 
Re: Debian on iomega storcenter ix4-200d: succes!
August 04, 2016 02:43AM
marcogaio Wrote:
-------------------------------------------------------
> After doing the tests with the USB thumbdrive,
> there's some way to save it ''permanently'' on
> flash?

As shown here http://forum.doozan.com/read.php?2,22623,25587#msg-25587

there is only 32MB or so of space on flash. It's enough only for firmwares, for Debian it's too tiny.

I don't know if that stock uboot can boot the box from Sata drives, but bodhi's uboot can.
Re: Debian on iomega storcenter ix4-200d: succes!
August 19, 2016 07:31PM
just for the record. these are the 2 different iomega storcenter ix4-200d uboot versions the different revisions of the unit was delivered with.

i can also provide a wholeflash backup of the cloud und noncloud version on request if there is any demand.....



Edited 2 time(s). Last edit at 08/22/2016 02:51PM by Sash.
Attachments:
open | download - uboot-1.1.4 -Jul-23-2009.mtd0 (640 KB)
open | download - uboot-1.1.4-Mar-10-2011.mtd0 (640 KB)
Re: Debian on iomega storcenter ix4-200d: succes!
August 21, 2016 03:46AM
Sash Wrote:
-------------------------------------------------------
> just for the record. these are the 2 different
> uboot versions the different revisions of the unit
> was delivered with.
>
> i can also provide a wholeflash backup of the
> cloud und noncloud version on request if there is
> any demand.....


Thanks Sash! it will be very helpful to have these stock u-boot backup.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
August 21, 2016 07:30AM
bodhi Wrote:
-------------------------------------------------------
> However, to make it a functional u-boot, we need
> u-boot tools in Debian to print/set u-boot envs.
> We'll need to find blparam binary in stock OS.
>
> If you could, connect with serial console and boot
> to stock OS. The blparam binary should be
> somewhere in stock rootfs. If you could, search
> for it:
>
>
> find / -name '*blparam*'
>
>
> And please attach the binary here.

Hi,
i tried to find the binray on my box, with no result.
where is the binary located in general?

sash
Re: Debian on iomega storcenter ix4-200d: succes!
August 21, 2016 04:22PM
Sash,

> Hi,
> i tried to find the binray on my box, with no
> result.
> where is the binary located in general?

Some old Kirkwood boxes use blparam, some new boxes do not. So this box probably use modern fw_printenv/fw_setenv. Log in to stock OS and list the envs to see if it is supported.
fw_printenv

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
August 21, 2016 04:33PM
ok

so this units (cloud/non cloud) use direct env access.

root@ix4-200d-BO0J8W:/# fw_printenv
bootdelay=1
baudrate=115200
loads_echo=0
rootpath=/mnt/ARM_FS/
CASset=min
MALLOC_len=1
ethprime=egiga0
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
console=console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x00010000@0x000a0000(param),32m@0x0(flash) 
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000;
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
bootcmd=run flash_load
uboot_start=0x0
uboot_size=0xa0000
env_start=0xa0000
env_size=0x10000
kernel_start=0xb0000
kernel_size=0x224000
flash_load=run make_boot_args;nand read.e 0x2000000 $(kernel_start) $(kernel_size);nand read.e 0x12000000 $(initrd_start) $(initrd_size);bootm 0x2000000 0x12000000
make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=nand_mtd:;setenv bootargs $(bootargs)$(uboot_size)@$(uboot_start)(uboot),;setenv bootargs $(bootargs)$(env_size)@$(env_start)(env;
mfgmodel=ix4
fw_ver=v1_0_3_46472
preroot_ver=0.1.5
serial_number=5560xxxxxxxxxx
ethaddr=00:26:2D:xx:xx:xx
serialno=EUK4xxxxxx
modelname=318522
runintime=10800
ftpserver=192.168.43.4
testfile=100M
mfgtest_state=system_tested_ok
ethact=egiga1
filesize=2e4047
fileaddr=12000000
netmask=255.255.255.0
ipaddr=192.168.1.78
serverip=192.168.1.207
initrd_size=0x2f0000
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
initrd_start=0x2d4000
disaMvPnp=no
ethmtu=1500
eth1addr=00:26:2d:xx:xx:xx
nandEcc=1bit
enaAutoRecovery=yes
uboot_ver=v1.1.1

so what info is needed to get a current uboot?
as i see it is needed for the FTD kernel, right?!
Re: Debian on iomega storcenter ix4-200d: succes!
August 21, 2016 08:40PM
Sash,

I don't have new uboot for thix box.

You can boot this FDT kernel with stock uboot . Look back in this thread to see how it was done.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 11, 2016 07:45PM
he guys!

i'm facing a little problem with my box. i guess other have the same problem but nobody recognized it so far.

i uses the latest rootfs and the 4-8 kernel. running fine so far, but is see the 2 of the 4 sata ports missing. as is can see the port isnt loaded. is this missing from the fdt file?
Re: Debian on iomega storcenter ix4-200d: succes!
October 11, 2016 08:16PM
Sash Wrote:
-------------------------------------------------------
> he guys!
>
> i'm facing a little problem with my box. i guess
> other have the same problem but nobody recognized
> it so far.
>
> i uses the latest rootfs and the 4-8 kernel.
> running fine so far, but is see the 2 of the 4
> sata ports missing. as is can see the port isnt
> loaded. is this missing from the fdt file?

Yes. The DTS specified only 2 bays. I'll compile the 4-bay option and you can try it?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 07:16AM
check!

btw debian testing doesnt contain the ix4 fdt up to now. so debian (especially the kernel) doesnt know anything about the the device right now. are you pushing this info upstream or someone else?

bbtw. do you know a working machid/arc# so that de clean debian install can be tested? the currect debian kernel errors with bad magic number.

thx
sash


p.s. sorry for the last post and the horrible typos. it was late at night in good old germany ;-.)



Edited 1 time(s). Last edit at 10/12/2016 01:47PM by Sash.
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 02:57PM
Sash,

I'm really not worrying about upstream until before I retire from this forum :)

I don't think the magic number number error has anything to do with arcNumber/machid. Usually, when you try to boot stock OS on NAND, its u-boot does a checksum and if it does not match what's in NAND then it refuses to boot. If you can find a consistent NAND mtds, it will boot OK.

I've attached the 4-bay DTB file, try to boot with this and see if you have access to 4 drives.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Attachments:
open | download - kirkwood-iomega_ix4_200d.dtb (9.4 KB)
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 04:16PM
bodhi Wrote:
-------------------------------------------------------
> Sash,
>
> I'm really not worrying about upstream until
> before I retire from this forum :)

ok, i see *g*

>
> I don't think the magic number number error has
> anything to do with arcNumber/machid. Usually,
> when you try to boot stock OS on NAND, its u-boot
> does a checksum and if it does not match what's in
> NAND then it refuses to boot. If you can find a
> consistent NAND mtds, it will boot OK.

ok ,will investigate this later some time
>
> I've attached the 4-bay DTB file, try to boot with
> this and see if you have access to 4 drives.

sorry still not detected

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.8.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 PREEMPT Sat Oct 8 03:11:43 PDT 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt:Machine model: Iomega ix4-200d
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sdc1 rootfstype=ext3 rootdelay=5
[    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: 503240K/524288K available (6149K kernel code, 614K rwdata, 1664K rodata, 308K init, 318K bss, 21048K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0609658   (6150 kB)
[    0.000000]       .init : 0xc07dd000 - 0xc082a000   ( 308 kB)
[    0.000000]       .data : 0xc082a000 - 0xc08c391c   ( 615 kB)
[    0.000000]        .bss : 0xc08c391c - 0xc0913170   ( 319 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000489] Console: colour dummy device 80x30
[    0.000520] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    0.090100] pid_max: default: 32768 minimum: 301
[    0.090305] Security Framework initialized
[    0.090451] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090472] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.091499] CPU: Testing write buffer coherency: ok
[    0.091875] Setting up static identity map for 0x8200 - 0x8258
[    0.092110] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[    0.095883] devtmpfs: initialized
[    0.100685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.100934] prandom: seed boundary self test passed
[    0.104689] prandom: 100 self tests passed
[    0.104702] pinctrl core: initialized pinctrl subsystem
[    0.105874] NET: Registered protocol family 16
[    0.106270] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130102] cpuidle: using governor ladder
[    0.160098] cpuidle: using governor menu
[    0.160478] Feroceon L2: Enabling L2
[    0.160522] Feroceon L2: Cache support initialised.
[    0.160904] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.161012] [Firmware Info]: /ocp@f1000000/ethernet-controller@76000/ethernet1-port@0: local-mac-address is not set
[    0.165846] No ATAGs?
[    0.201557] vgaarb: loaded
[    0.201867] usbcore: registered new interface driver usbfs
[    0.201944] usbcore: registered new interface driver hub
[    0.202029] usbcore: registered new device driver usb
[    0.203101] clocksource: Switched to clocksource orion_clocksource
[    0.248845] VFS: Disk quotas dquot_6.6.0
[    0.248923] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.260768] NET: Registered protocol family 2
[    0.261565] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.261628] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.261681] TCP: Hash tables configured (established 4096 bind 4096)
[    0.261740] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.261763] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.261944] NET: Registered protocol family 1
[    0.262447] RPC: Registered named UNIX socket transport module.
[    0.262460] RPC: Registered udp transport module.
[    0.262468] RPC: Registered tcp transport module.
[    0.262476] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.262722] Unpacking initramfs...
[    0.907633] Freeing initrd memory: 7168K (c1100000 - c1800000)
[    0.907750] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.908738] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.908786] audit: initializing netlink subsys (disabled)
[    0.908837] audit: type=2000 audit(0.900:1): initialized
[    0.909156] Initialise system trusted keyrings
[    0.909354] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.909452] zbud: loaded
[    0.910369] NFS: Registering the id_resolver key type
[    0.910395] Key type id_resolver registered
[    0.910404] Key type id_legacy registered
[    0.910422] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.910432] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.910701] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
[    0.910987] orangefs_init: called with debug mask: :none: :0:
[    0.911363] orangefs: module version upstream loaded
[    0.911614] Key type big_key registered
[    2.553109] random: fast init done
[    5.023331] Key type asymmetric registered
[    5.023347] Asymmetric key parser 'x509' registered
[    5.023423] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.023435] io scheduler noop registered
[    5.023444] io scheduler deadline registered
[    5.023477] io scheduler cfq registered (default)
[    5.024787] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    5.025659] irq: Cannot allocate irq_descs @ IRQ34, assuming pre-allocated
[    5.026288] irq: Cannot allocate irq_descs @ IRQ66, assuming pre-allocated
[    5.026774] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.083833] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.084080] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.143822] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.144278] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.145668] console [ttyS0] disabled
[    5.145727] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[    5.742551] console [ttyS0] enabled
[    5.747279] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[    5.753697] nand: Samsung NAND 32MiB 3,3V 8-bit
[    5.758250] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[    5.765617] Scanning device for bad blocks
[    6.094621] 3 ofpart partitions found on MTD device orion_nand
[    6.100483] Creating 3 MTD partitions on "orion_nand":
[    6.105672] 0x000000000000-0x000000100000 : "u-boot"
[    6.112139] 0x000000100000-0x000000600000 : "uImage"
[    6.118731] 0x000000500000-0x000002500000 : "rootfs"
[    6.123774] mtd: partition "rootfs" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000
[    6.138115] libphy: Fixed MDIO Bus: probed
[    6.142362] libphy: mdio_driver_register: mv88e6085
[    6.147662] libphy: orion_mdio_bus: probed
[    6.161301] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    7.217258] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:26:2d:06:35:70
[    8.277404] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:26:2d:06:35:71
[    8.286298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.292875] ehci-pci: EHCI PCI platform driver
[    8.297428] ehci-orion: EHCI orion driver
[    8.301623] orion-ehci f1050000.ehci: EHCI Host Controller
[    8.307197] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    8.315077] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[    8.343140] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    8.349391] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    8.356238] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.363510] usb usb1: Product: EHCI Host Controller
[    8.368409] usb usb1: Manufacturer: Linux 4.8.0-kirkwood-tld-1 ehci_hcd
[    8.375072] usb usb1: SerialNumber: f1050000.ehci
[    8.380593] hub 1-0:1.0: USB hub found
[    8.384454] hub 1-0:1.0: 1 port detected
[    8.389357] mousedev: PS/2 mouse device common for all mice
[    8.395661] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    8.402708] i2c /dev entries driver
[    8.407728] hidraw: raw HID events driver (C) Jiri Kosina
[    8.413607] drop_monitor: Initializing network drop monitor service
[    8.420126] NET: Registered protocol family 17
[    8.424813] Key type dns_resolver registered
[    8.429884] registered taskstats version 1
[    8.434034] Loading compiled-in X.509 certificates
[    8.438892] zswap: loaded using pool lzo/zbud
[    8.461650] Key type encrypted registered
[    8.466263] rtc-mv f1010300.rtc: setting system clock to 2016-10-12 00:37:00 UTC (1476232620)
[    8.477157] Freeing unused kernel memory: 308K (c07dd000 - c082a000)
[    8.483625] This architecture does not have kernel memory protection.
Loading, please wait...
[    8.564004] systemd-udevd[91]: starting version 215
[    8.730351] SCSI subsystem initialized
[    8.743190] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    8.822394] sata_mv f1080000.sata: slots 32 ports 2
[    8.865738] scsi host0: sata_mv
[    8.881027] scsi host1: sata_mv
[    8.891982] ata1: SATA max UDMA/133 irq 33
[    8.910367] ata2: SATA max UDMA/133 irq 33
[    8.934843] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    8.941599] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    8.948797] usb 1-1: Product: USB2.0 Hub
[    8.954285] hub 1-1:1.0: USB hub found
[    8.958340] hub 1-1:1.0: 4 ports detected
[    9.283149] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[    9.413140] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    9.423963] ata1.00: ATA-8: ST3500412AS, CC32, max UDMA/133
[    9.429564] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.437589] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571
[    9.444633] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.451997] usb 1-1.3: Product: Cruzer Fit
[    9.456137] usb 1-1.3: Manufacturer: SanDisk
[    9.460431] usb 1-1.3: SerialNumber: 4C531001420607112360
[    9.473464] ata1.00: configured for UDMA/133
[    9.480155] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    9.486870] scsi host2: usb-storage 1-1.3:1.0
[    9.492618] scsi 0:0:0:0: Direct-Access     ATA      ST3500412AS      CC32 PQ: 0 ANSI: 5
[    9.501880] usbcore: registered new interface driver usb-storage
[    9.511060] usbcore: registered new interface driver uas
[   10.053145] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   10.063972] ata2.00: ATA-9: ST5000AS0011-1L5178, CC44, max UDMA/133
[   10.070275] ata2.00: 9767541168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   10.319867] ata2.00: configured for UDMA/133
[   10.334767] scsi 1:0:0:0: Direct-Access     ATA      ST5000AS0011-1L5 CC44 PQ: 0 ANSI: 5
[   10.407635] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[   10.418910] sd 1:0:0:0: [sdb] 9767541168 512-byte logical blocks: (5.00 TB/4.55 TiB)
[   10.428277] sd 0:0:0:0: [sda] Write Protect is off
[   10.433209] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[   10.438630] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.447996] sd 1:0:0:0: [sdb] Write Protect is off
[   10.452929] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.520797]  sda: sda1 sda2
[   10.526046] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.543060]  sdb: sdb1
[   10.547429] sd 1:0:0:0: [sdb] Attached SCSI disk
[   10.556041] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.562760] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   10.572441] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Fit       1.00 PQ: 0 ANSI: 6
[   10.602374] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   10.608401] sd 2:0:0:0: [sdc] 124059648 512-byte logical blocks: (63.5 GB/59.2 GiB)
[   10.623524] sd 2:0:0:0: [sdc] Write Protect is off
[   10.630969] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.653509]  sdc: sdc1 sdc2
[   10.662014] sd 2:0:0:0: [sdc] Attached SCSI removable disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
modprobe: module ext3 not found in modules.dep
Begin: Will now check root file system ... fsck from util-linux 2.25.2
[/sbin/fsck.ext3 (1) -- /dev/sdc1] fsck.ext3 -a -C0 /dev/sdc1 
rootfs: clean, 18164/2883584 files, 385979/11520252 blocks
done.
[   16.196413] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   16.255103] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: udevd[   17.800583] systemd-udevd[310]: starting version 215
. ok 
[....] Synthesizing the initial hotplug events...done.
[....] Waiting for /dev to be fully populated...[   18.295935] adt7475 0-002e: ADT7473 device, revision 0
[   18.301104] adt7475 0-002e: Optional features: fan4 pwm2
[   18.382356] orion_wdt: Initial timeout 21 sec
[   18.453796] marvell-cesa f1030000.crypto: CESA device successfully registered
[   18.643488] random: crng init done
[   19.028618] raid6: int32x1  gen()    84 MB/s
[   19.193452] raid6: int32x1  xor()    55 MB/s
[   19.363670] raid6: int32x2  gen()   118 MB/s
[   19.533494] raid6: int32x2  xor()    78 MB/s
[   19.703642] raid6: int32x4  gen()   122 MB/s
[   19.873148] raid6: int32x4  xor()    86 MB/s
[   20.043605] raid6: int32x8  gen()   117 MB/s
[   20.213524] raid6: int32x8  xor()    78 MB/s
[   20.217817] raid6: using algorithm int32x4 gen() 122 MB/s
[   20.223268] raid6: .... xor() 86 MB/s, rmw enabled
[   20.228079] raid6: using intx1 recovery algorithm
[   20.236905] xor: measuring software checksum speed
[   20.333150]    arm4regs  :  1083.200 MB/sec
[   20.433229]    8regs     :   650.400 MB/sec
[   20.533130]    32regs    :   900.000 MB/sec
[   20.537336] xor: using function: arm4regs (1083.200 MB/sec)
[   20.628673] Btrfs loaded, crc32c=crc32c-generic
[   20.634879] BTRFS: device fsid 2373eb00-e440-4f78-8221-d864b13a4804 devid 1 transid 32578 /dev/sdb1
done.
[....] Activating swap...[   21.231235] Adding 1204220k swap on /dev/sdc2.  Priority:-1 extents:1 across:1204220k FS
done.
[   21.346323] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[....] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.25.2
done.
[....] Loading kernel modules...done.
[....] Cleaning up temporary files... /tmp. ok 
[....] Mounting local filesystems...done.
[....] Activating swapfile swap...done.
[....] Cleaning up temporary files.... ok 
[....] Setting kernel variables ...done.
[   23.666702] zram: Added device: zram0
[   23.682312] zram0: detected capacity change from 0 to 392232960
[   23.740975] Adding 383036k swap on /dev/zram0.  Priority:10 extents:1 across:383036k SSFS
Setting up swapspace version 1, size = 383036 KiB
no label, UUID=fd58a501-68e9-4b87-b50d-21c4efb79747
[   24.089941] NET: Registered protocol family 10
[   25.239944] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.1
Copyright 2004-2014 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:26:2d:06:35:70
Sending on   LPF/eth0/00:26:2d:06:35:70
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
[   27.624645] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[   27.634567] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.1.250
DHCPACK from 192.168.1.250
bound to 192.168.1.219 -- renewal in 2760 seconds.
done.
[....] Starting rpcbind daemon.... ok 
[....] Starting NFS common utilities: statd idmapd. ok 
[....] Cleaning up temporary files.... ok 
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1264 (syslogd)
. ok 
[....] Starting system message bus: dbus. ok 
[....] Starting NFS common utilities: statd idmapd. ok 
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. ok 
[....] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting NTP server: ntpd. ok 
[....] Starting OpenBSD Secure Shell server: sshd. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1267 (klogd)
. ok 



Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 04:44PM
If you have serial console, power up and interrupt serial console, and do:
ide reset
See if stock u-boot does bring up all 4 drives.

This is interesting:

[    8.822394] sata_mv f1080000.sata: slots 32 ports 2

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 10/12/2016 04:46PM by bodhi.
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 04:54PM
yes console is attached.

ide is not installed...which package is this or in which is it included?

the stock system works well with all 4 drives.
btw its a bit different in the handling though. the uboot indentifies drive 3 and 4 an tries to boot thy system from a md raid1 located on these 2 drives. the drives 1 and 2 are activated via kernel while booting.

atm with your fdt only drive 3 and 4 are deteced.
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 05:03PM
I see. damacc posted this in the first post:

Quote
damacc
After a lot research about the device tree and fiddling around with dts files I also managed to get the four sata ports and dual gigabit ports to work. There is a second sata controller on the PCI bus, and the ethernet interfaces had to be configured based on a very old kernel patch I found online that never made it into the kernel (http://lists.infradead.org/pipermail/linux-arm-kernel/2009-November/003906.html)

It means the DTB I've just uploaded won't work.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 10/12/2016 05:04PM by bodhi.
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 05:17PM
hmmm makes sense.

installed pciutils but there is no output on probing the bus...?
any suggestions?
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 05:24PM
You could send PM to damacc, and hopefully damacc will reponds to forum post to tell us how the 4-bay setup should be.

In the meantime, let's look at dmesg to see if PCIe is initialized OK.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 05:38PM
yep there seems to be a problem with the bus, else there should be an output when calling lspci, right!?
i have posted the dmesg above.
Re: Debian on iomega storcenter ix4-200d: succes!
October 12, 2016 11:46PM
Sash Wrote:
-------------------------------------------------------
> yep there seems to be a problem with the bus, else
> there should be an output when calling lspci,
> right!?
> i have posted the dmesg above.

PCI seems broken. I'm investigating this.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 01:15AM
Sash,

Kernel 4.6 PCI is OK. Try install that version and let me know.

Quote

Updated 20 May 2016:

Kernel linux-4.6.0-kirkwood-tld-1 package has been uploaded. The following features were added/updated:

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 01:19AM
ok, will do when i get home in the evening.
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 02:54AM
Sash,

Try using the kernel 4.6 DTB with kernel 4.8:

http://forum.doozan.com/read.php?2,12096,30563#msg-30563

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 12:52PM
hi

so 1st tried the k4.6 dtb with k4.8, but no 2nd sata chip not any lspci output.
then downgraded to k4.6 with also no sata and pci output.
also i see no eth interfaces with k4.6 and k4.6 dtb!



Edited 1 time(s). Last edit at 10/13/2016 12:54PM by Sash.
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 02:05PM
Sash Wrote:
-------------------------------------------------------
> hi
>
> so 1st tried the k4.6 dtb with k4.8, but no 2nd
> sata chip not any lspci output.

Please post dmesg output for this.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 03:58PM
this is k4.6

root@debian:~# dmesg 
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.6.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 PREEMPT Wed May 18 03:54:14 PDT 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine model: Seagate GoFlex Net
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c08f65d8, node_mem_map dfbf9000
[    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 root=/dev/sdb1 rootfstype=ext3 rootdelay=5
[    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: 502072K/524288K available (6233K kernel code, 607K rwdata, 2068K rodata, 304K init, 313K bss, 22216K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                   modules : 0xbf000000 - 0xc0000000   (  16 MB)
                     .text : 0xc0008000 - 0xc08237cc   (8302 kB)
                     .init : 0xc0824000 - 0xc0870000   ( 304 kB)
                     .data : 0xc0870000 - 0xc0907e34   ( 608 kB)
                      .bss : 0xc0907e34 - 0xc09565b0   ( 314 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000008] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000305] Console: colour dummy device 80x30
[    0.000335] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    0.090100] pid_max: default: 32768 minimum: 301
[    0.090206] Security Framework initialized
[    0.090279] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090298] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.091141] CPU: Testing write buffer coherency: ok
[    0.091558] Setting up static identity map for 0x8200 - 0x8258
[    0.091850] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[    0.095362] devtmpfs: initialized
[    0.100032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.100359] prandom: seed boundary self test passed
[    0.104113] prandom: 100 self tests passed
[    0.104136] pinctrl core: initialized pinctrl subsystem
[    0.105504] NET: Registered protocol family 16
[    0.105912] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130099] cpuidle: using governor ladder
[    0.160099] cpuidle: using governor menu
[    0.160506] Feroceon L2: Enabling L2
[    0.160549] Feroceon L2: Cache support initialised.
[    0.160924] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.166001] No ATAGs?
[    0.201659] vgaarb: loaded
[    0.201993] usbcore: registered new interface driver usbfs
[    0.202079] usbcore: registered new interface driver hub
[    0.202143] usbcore: registered new device driver usb
[    0.203351] clocksource: Switched to clocksource orion_clocksource
[    0.247477] VFS: Disk quotas dquot_6.6.0
[    0.247545] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.258956] NET: Registered protocol family 2
[    0.259733] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.259795] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.259847] TCP: Hash tables configured (established 4096 bind 4096)
[    0.259908] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.259931] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.260133] NET: Registered protocol family 1
[    0.260512] RPC: Registered named UNIX socket transport module.
[    0.260524] RPC: Registered udp transport module.
[    0.260532] RPC: Registered tcp transport module.
[    0.260539] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.260564] PCI: CLS 0 bytes, default 32
[    0.260828] Unpacking initramfs...
[    0.977902] Freeing initrd memory: 8056K (c1100000 - c18de000)
[    0.978035] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.979106] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.979176] audit: initializing netlink subsys (disabled)
[    0.979226] audit: type=2000 audit(0.970:1): initialized
[    0.979583] Initialise system trusted keyring
[    0.979818] workingset: timestamp_bits=29 max_order=17 bucket_order=0
[    0.979938] zbud: loaded
[    0.980682] NFS: Registering the id_resolver key type
[    0.980719] Key type id_resolver registered
[    0.980728] Key type id_legacy registered
[    0.980758] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.980774] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.981016] jffs2: version 2.2. (NAND) (SUMMARY)  \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[    0.981255] orangefs_init: called with debug mask: :none: :0:
[    0.981603] orangefs: module version upstream loaded
[    0.981873] Key type big_key registered
[    1.636295] Key type asymmetric registered
[    1.636315] Asymmetric key parser 'x509' registered
[    1.636402] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.636420] io scheduler noop registered
[    1.636434] io scheduler deadline registered
[    1.636491] io scheduler cfq registered (default)
[    1.637791] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    1.638673] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
[    1.639288] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
[    1.639839] mv_xor f1060800.xor: Marvell shared XOR driver
[    1.674041] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    1.674277] mv_xor f1060900.xor: Marvell shared XOR driver
[    1.714017] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    1.714500] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    1.715831] console [ttyS0] disabled
[    1.715889] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A
[    2.298457] console [ttyS0] enabled
[    2.303170] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[    2.309590] nand: Samsung NAND 32MiB 3,3V 8-bit
[    2.314165] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[    2.321513] Scanning device for bad blocks
[    2.666436] 4 ofpart partitions found on MTD device orion_nand
[    2.672292] Creating 4 MTD partitions on "orion_nand":
[    2.677478] 0x000000000000-0x000000100000 : "u-boot"
[    2.683820] 0x000000100000-0x000000500000 : "uImage"
[    2.690199] 0x000000500000-0x000002500000 : "pogoplug"
[    2.695417] mtd: partition "pogoplug" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000
[    2.708443] 0x000002500000-0x00000fd00000 : "root"
[    2.713258] mtd: partition "root" is out of reach -- disabled
[    2.721706] libphy: Fixed MDIO Bus: probed
[    2.726365] libphy: orion_mdio_bus: probed
[    2.730819] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    2.738220] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.744859] ehci-pci: EHCI PCI platform driver
[    2.749396] ehci-orion: EHCI orion driver
[    2.753633] orion-ehci f1050000.ehci: EHCI Host Controller
[    2.759170] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    2.767110] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[    2.783387] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    2.789634] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.796486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.803758] usb usb1: Product: EHCI Host Controller
[    2.808657] usb usb1: Manufacturer: Linux 4.6.0-kirkwood-tld-1 ehci_hcd
[    2.815321] usb usb1: SerialNumber: f1050000.ehci
[    2.820810] hub 1-0:1.0: USB hub found
[    2.824665] hub 1-0:1.0: 1 port detected
[    2.829570] mousedev: PS/2 mouse device common for all mice
[    2.835833] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    2.842891] i2c /dev entries driver
[    2.848807] hidraw: raw HID events driver (C) Jiri Kosina
[    2.854762] drop_monitor: Initializing network drop monitor service
[    2.861302] NET: Registered protocol family 17
[    2.866048] Key type dns_resolver registered
[    2.871180] registered taskstats version 1
[    2.875363] Loading compiled-in X.509 certificates
[    2.880242] zswap: loaded using pool lzo/zbud
[    2.892807] Key type encrypted registered
[    2.897620] rtc-mv f1010300.rtc: setting system clock to 2016-10-13 17:49:22 UTC (1476380962)
[    2.907373] PM: Hibernation image not present or could not be loaded.
[    2.908509] Freeing unused kernel memory: 304K (c0824000 - c0870000)
[    2.915031] This architecture does not have kernel memory protection.
[    3.016307] random: systemd-udevd urandom read with 4 bits of entropy available
[    3.143468] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    3.325131] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    3.331886] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.352959] SCSI subsystem initialized
[    3.357299] usb 1-1: Product: USB2.0 Hub
[    3.369149] hub 1-1:1.0: USB hub found
[    3.376285] hub 1-1:1.0: 4 ports detected
[    3.422397] libata version 3.00 loaded.
[    3.424462] sata_mv f1080000.sata: version 1.28
[    3.424739] sata_mv f1080000.sata: slots 32 ports 2
[    3.459444] scsi host0: sata_mv
[    3.474212] scsi host1: sata_mv
[    3.477755] ata1: SATA max UDMA/133 irq 32
[    3.481877] ata2: SATA max UDMA/133 irq 32
[    3.663404] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[    3.774624] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571
[    3.781564] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.788960] usb 1-1.3: Product: Cruzer Fit
[    3.793076] usb 1-1.3: Manufacturer: SanDisk
[    3.797399] usb 1-1.3: SerialNumber: 4C531001420607112360
[    3.819487] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    3.826225] scsi host2: usb-storage 1-1.3:1.0
[    3.833504] usbcore: registered new interface driver usb-storage
[    3.843523] usbcore: registered new interface driver uas
[    3.993402] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    4.004241] ata1.00: ATA-8: ST3500412AS, CC32, max UDMA/133
[    4.009848] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.023332] ata1.00: configured for UDMA/133
[    4.038196] scsi 0:0:0:0: Direct-Access     ATA      ST3500412AS      CC32 PQ: 0 ANSI: 5
[    4.583394] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    4.594220] ata2.00: ATA-9: ST5000AS0011-1L5178, CC44, max UDMA/133
[    4.600523] ata2.00: 9767541168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    4.824330] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Fit       1.00 PQ: 0 ANSI: 6
[    4.834876] ata2.00: configured for UDMA/133
[    4.848219] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    4.857677] sd 2:0:0:0: [sdb] 124059648 512-byte logical blocks: (63.5 GB/59.2 GiB)
[    4.866862] scsi 1:0:0:0: Direct-Access     ATA      ST5000AS0011-1L5 CC44 PQ: 0 ANSI: 5
[    4.875677] sd 0:0:0:0: [sda] Write Protect is off
[    4.880498] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.880856] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.891546] sd 2:0:0:0: [sdb] Write Protect is off
[    4.897613] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    4.898279] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.916521]  sdb: sdb1 sdb2
[    4.925778] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    4.936183] sd 1:0:0:0: [sdc] 9767541168 512-byte logical blocks: (5.00 TB/4.55 TiB)
[    4.945021] sd 1:0:0:0: [sdc] 4096-byte physical blocks
[    4.950707] sd 1:0:0:0: [sdc] Write Protect is off
[    4.955614] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.955746] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.967083]  sda: sda1 sda2
[    4.974983] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.040088]  sdc: sdc1
[    5.045523] sd 1:0:0:0: [sdc] Attached SCSI disk
[   10.575088] raid6: int32x1  gen()    83 MB/s
[   10.743851] raid6: int32x1  xor()    54 MB/s
[   10.913664] raid6: int32x2  gen()   117 MB/s
[   11.083784] raid6: int32x2  xor()    77 MB/s
[   11.253820] raid6: int32x4  gen()   121 MB/s
[   11.423385] raid6: int32x4  xor()    85 MB/s
[   11.593457] raid6: int32x8  gen()   116 MB/s
[   11.763543] raid6: int32x8  xor()    78 MB/s
[   11.767837] raid6: using algorithm int32x4 gen() 121 MB/s
[   11.773258] raid6: .... xor() 85 MB/s, rmw enabled
[   11.778085] raid6: using intx1 recovery algorithm
[   11.788458] xor: measuring software checksum speed
[   11.883623]    arm4regs  :  1083.200 MB/sec
[   11.983417]    8regs     :   650.400 MB/sec
[   12.083389]    32regs    :   900.400 MB/sec
[   12.087591] xor: using function: arm4regs (1083.200 MB/sec)
[   12.122089] Btrfs loaded
[   12.430037] BTRFS: device fsid 2373eb00-e440-4f78-8221-d864b13a4804 devid 1 transid 32578 /dev/sdc1
[   12.485692] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
[   12.509727] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   13.463671] random: nonblocking pool is initialized
[   14.825223] orion_wdt: Initial timeout 21 sec
[   14.912395] marvell-cesa f1030000.crypto: CESA device successfully registered
[   14.926460] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   14.926736] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   14.926955] sd 1:0:0:0: Attached scsi generic sg2 type 0
[   16.049906] Adding 1204220k swap on /dev/sdb2.  Priority:-1 extents:1 across:1204220k FS
[   16.163615] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[   18.334957] zram: Added device: zram0
[   18.364298] zram0: detected capacity change from 0 to 392011776
[   18.441523] Adding 382820k swap on /dev/zram0.  Priority:10 extents:1 across:382820k SSFS
[   19.277478] NET: Registered protocol family 10
root@debian:~#



Edited 1 time(s). Last edit at 10/13/2016 03:59PM by Sash.
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 04:16PM
this is k4.8

maybe there is a problem with the dtb....its detected as "OF: fdt:Machine model: Seagate GoFlex Net" but i installed the ix4-200d.dtb from your link...maybe there is the problem located...

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.8.0-kirkwood-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 PREEMPT Sat Oct 8 03:11:43 PDT 2016
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] OF: fdt:Machine model: Seagate GoFlex Net
[    0.000000] Memory policy: Data cache writeback
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sdc1 rootfstype=ext3 rootdelay=5
[    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: 502252K/524288K available (6149K kernel code, 614K rwdata, 1664K rodata, 308K init, 318K bss, 22036K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0609658   (6150 kB)
[    0.000000]       .init : 0xc07dd000 - 0xc082a000   ( 308 kB)
[    0.000000]       .data : 0xc082a000 - 0xc08c391c   ( 615 kB)
[    0.000000]        .bss : 0xc08c391c - 0xc0913170   ( 319 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.000496] Console: colour dummy device 80x30
[    0.000528] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[    0.090101] pid_max: default: 32768 minimum: 301
[    0.090306] Security Framework initialized
[    0.090454] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090476] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.091504] CPU: Testing write buffer coherency: ok
[    0.091879] Setting up static identity map for 0x8200 - 0x8258
[    0.092124] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x2
[    0.095899] devtmpfs: initialized
[    0.101640] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.101893] prandom: seed boundary self test passed
[    0.105648] prandom: 100 self tests passed
[    0.105661] pinctrl core: initialized pinctrl subsystem
[    0.106836] NET: Registered protocol family 16
[    0.107231] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.130101] cpuidle: using governor ladder
[    0.160096] cpuidle: using governor menu
[    0.160479] Feroceon L2: Enabling L2
[    0.160522] Feroceon L2: Cache support initialised.
[    0.160924] [Firmware Info]: /ocp@f1000000/ethernet-controller@72000/ethernet0-port@0: local-mac-address is not set
[    0.165907] No ATAGs?
[    0.201577] vgaarb: loaded
[    0.201920] usbcore: registered new interface driver usbfs
[    0.202000] usbcore: registered new interface driver hub
[    0.202065] usbcore: registered new device driver usb
[    0.203155] clocksource: Switched to clocksource orion_clocksource
[    0.248931] VFS: Disk quotas dquot_6.6.0
[    0.249022] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.260925] NET: Registered protocol family 2
[    0.261729] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.261791] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.261844] TCP: Hash tables configured (established 4096 bind 4096)
[    0.261903] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.261927] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.262108] NET: Registered protocol family 1
[    0.262621] RPC: Registered named UNIX socket transport module.
[    0.262633] RPC: Registered udp transport module.
[    0.262641] RPC: Registered tcp transport module.
[    0.262649] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.262896] Unpacking initramfs...
[    0.989596] Freeing initrd memory: 8144K (c1100000 - c18f4000)
[    0.989712] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.990733] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.990783] audit: initializing netlink subsys (disabled)
[    0.990833] audit: type=2000 audit(0.980:1): initialized
[    0.991132] Initialise system trusted keyrings
[    0.991333] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.991430] zbud: loaded
[    0.992383] NFS: Registering the id_resolver key type
[    0.992408] Key type id_resolver registered
[    0.992418] Key type id_legacy registered
[    0.992435] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.992445] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.992707] jffs2: version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
[    0.992991] orangefs_init: called with debug mask: :none: :0:
[    0.993487] orangefs: module version upstream loaded
[    0.993770] Key type big_key registered
[    2.553163] random: fast init done
[    5.104932] Key type asymmetric registered
[    5.104947] Asymmetric key parser 'x509' registered
[    5.105024] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    5.105036] io scheduler noop registered
[    5.105044] io scheduler deadline registered
[    5.105078] io scheduler cfq registered (default)
[    5.106375] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[    5.107298] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated
[    5.107969] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated
[    5.108484] mv_xor f1060800.xor: Marvell shared XOR driver
[    5.163882] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.164110] mv_xor f1060900.xor: Marvell shared XOR driver
[    5.223872] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[    5.224352] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    5.225714] console [ttyS0] disabled
[    5.225773] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 25, base_baud = 12500000) is a 16550A
[    5.812355] console [ttyS0] enabled
[    5.817090] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[    5.823515] nand: Samsung NAND 32MiB 3,3V 8-bit
[    5.828065] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[    5.835431] Scanning device for bad blocks
[    6.164406] 4 ofpart partitions found on MTD device orion_nand
[    6.170271] Creating 4 MTD partitions on "orion_nand":
[    6.175460] 0x000000000000-0x000000100000 : "u-boot"
[    6.181872] 0x000000100000-0x000000500000 : "uImage"
[    6.188431] 0x000000500000-0x000002500000 : "pogoplug"
[    6.193651] mtd: partition "pogoplug" extends beyond the end of device "orion_nand" -- size truncated to 0x1b00000
[    6.206786] 0x000002500000-0x00000fd00000 : "root"
[    6.211604] mtd: partition "root" is out of reach -- disabled
[    6.220172] libphy: Fixed MDIO Bus: probed
[    6.224487] libphy: mdio_driver_register: mv88e6085
[    6.229784] libphy: orion_mdio_bus: probed
[    6.234254] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[    6.241616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.248253] ehci-pci: EHCI PCI platform driver
[    6.252784] ehci-orion: EHCI orion driver
[    6.257035] orion-ehci f1050000.ehci: EHCI Host Controller
[    6.262574] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[    6.270488] orion-ehci f1050000.ehci: irq 29, io mem 0xf1050000
[    6.303189] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[    6.309466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.316318] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.323590] usb usb1: Product: EHCI Host Controller
[    6.328488] usb usb1: Manufacturer: Linux 4.8.0-kirkwood-tld-1 ehci_hcd
[    6.335152] usb usb1: SerialNumber: f1050000.ehci
[    6.340653] hub 1-0:1.0: USB hub found
[    6.344505] hub 1-0:1.0: 1 port detected
[    6.349447] mousedev: PS/2 mouse device common for all mice
[    6.355694] rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0
[    6.362755] i2c /dev entries driver
[    6.368697] hidraw: raw HID events driver (C) Jiri Kosina
[    6.374623] drop_monitor: Initializing network drop monitor service
[    6.381128] NET: Registered protocol family 17
[    6.385814] Key type dns_resolver registered
[    6.390899] registered taskstats version 1
[    6.395055] Loading compiled-in X.509 certificates
[    6.399913] zswap: loaded using pool lzo/zbud
[    6.421984] Key type encrypted registered
[    6.426734] rtc-mv f1010300.rtc: setting system clock to 2016-10-13 21:14:47 UTC (1476393287)
[    6.437641] Freeing unused kernel memory: 308K (c07dd000 - c082a000)
[    6.444115] This architecture does not have kernel memory protection.
Loading, please wait...
starting version 231
[    6.703243] usb 1-1: new high-speed USB device number 2 using orion-ehci
[    6.849286] SCSI subsystem initialized
[    6.905141] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[    6.911903] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.928041] sata_mv f1080000.sata: slots 32 ports 2
[    6.941639] usb 1-1: Product: USB2.0 Hub
[    6.951494] hub 1-1:1.0: USB hub found
[    6.957848] scsi host0: sata_mv
[    6.961053] hub 1-1:1.0: 4 ports detected
[    6.993880] scsi host1: sata_mv
[    6.997465] ata1: SATA max UDMA/133 irq 32
[    7.001586] ata2: SATA max UDMA/133 irq 32
[    7.283187] usb 1-1.3: new high-speed USB device number 3 using orion-ehci
[    7.434376] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5571
[    7.441298] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.448678] usb 1-1.3: Product: Cruzer Fit
[    7.452793] usb 1-1.3: Manufacturer: SanDisk
[    7.457104] usb 1-1.3: SerialNumber: 4C531001420607112360
[    7.475438] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    7.482118] scsi host2: usb-storage 1-1.3:1.0
[    7.489332] usbcore: registered new interface driver usb-storage
[    7.499385] usbcore: registered new interface driver uas
[    7.533226] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    7.544106] ata1.00: ATA-8: ST3500412AS, CC32, max UDMA/133
[    7.549709] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.563218] ata1.00: configured for UDMA/133
[    7.578113] scsi 0:0:0:0: Direct-Access     ATA      ST3500412AS      CC32 PQ: 0 ANSI: 5
[    8.143201] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[    8.154101] ata2.00: ATA-9: ST5000AS0011-1L5178, CC44, max UDMA/133
[    8.160406] ata2.00: 9767541168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    8.409939] ata2.00: configured for UDMA/133
[    8.424790] scsi 1:0:0:0: Direct-Access     ATA      ST5000AS0011-1L5 CC44 PQ: 0 ANSI: 5
[    8.500804] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    8.513098] sd 1:0:0:0: [sdb] 9767541168 512-byte logical blocks: (5.00 TB/4.55 TiB)
[    8.523527] sd 0:0:0:0: [sda] Write Protect is off
[    8.528621] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    8.534043] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.543444] sd 1:0:0:0: [sdb] Write Protect is off
[    8.550378] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.564332] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Fit       1.00 PQ: 0 ANSI: 6
[    8.578058] sd 2:0:0:0: [sdc] 124059648 512-byte logical blocks: (63.5 GB/59.2 GiB)
[    8.594048] sd 2:0:0:0: [sdc] Write Protect is off
[    8.599528] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    8.617782]  sdc: sdc1 sdc2
[    8.621364]  sda: sda1 sda2
[    8.630266]  sdb: sdb1
[    8.637042] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[    8.643387] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.650730] sd 1:0:0:0: [sdb] Attached SCSI disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... [   14.175219] raid6: int32x1  gen()    60 MB/s
[   14.343659] raid6: int32x1  xor()    54 MB/s
[   14.513351] raid6: int32x2  gen()    92 MB/s
[   14.683583] raid6: int32x2  xor()    77 MB/s
[   14.853643] raid6: int32x4  gen()   107 MB/s
[   15.023225] raid6: int32x4  xor()    85 MB/s
[   15.193575] raid6: int32x8  gen()   109 MB/s
[   15.363361] raid6: int32x8  xor()    78 MB/s
[   15.367657] raid6: using algorithm int32x8 gen() 109 MB/s
[   15.373078] raid6: .... xor() 78 MB/s, rmw enabled
[   15.377906] raid6: using intx1 recovery algorithm
[   15.388304] xor: measuring software checksum speed
[   15.483430]    arm4regs  :  1083.200 MB/sec
[   15.583221]    8regs     :   650.400 MB/sec
[   15.683194]    32regs    :   900.400 MB/sec
[   15.687394] xor: using function: arm4regs (1083.200 MB/sec)
[   15.722175] Btrfs loaded, crc32c=crc32c-generic
Scanning for Btrfs filesystems
[   16.030543] BTRFS: device fsid 2373eb00-e440-4f78-8221-d864b13a4804 devid 1 transid 32578 /dev/sdb1
done.
Warning: fsck not present, so skipping root file system
[   16.086324] EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
[   16.110093] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.88 booting
[info] Using makefile-style concurrent boot in runlevel S.
[....] Starting the hotplug events dispatcher: systemd-udevdstarting version 231
. ok 
[....] Synthesizing the initial hotplug events...done.
[....] Waiting for /dev to be fully populated...[   18.449336] orion_wdt: Initial timeout 21 sec
[   18.542825] marvell-cesa f1030000.crypto: CESA device successfully registered
[   18.550847] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   18.552180] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   18.552566] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   18.611809] random: crng init done
done.
[....] Activating swap...[   19.742781] Adding 1204220k swap on /dev/sdc2.  Priority:-1 extents:1 across:1204220k FS
done.
[   19.856119] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[....] Activating lvm and md swap...done.
[....] Checking file systems...fsck from util-linux 2.28.2
done.
[....] Cleaning up temporary files... /tmp. ok 
[....] Mounting local filesystems...done.
[....] Activating swapfile swap...done.
[....] Cleaning up temporary files.... ok 
[....] Setting kernel variables...done.
[   22.277069] zram: Added device: zram0
[   22.304678] zram0: detected capacity change from 0 to 392220672
[   22.469635] Adding 383024k swap on /dev/zram0.  Priority:10 extents:1 across:383024k SSFS
Setting up swapspace version 1, size = 374 MiB (392216576 bytes)
no label, UUID=611fb34d-14e5-4668-999b-ffe00307199c
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5b1
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Cannot find device "eth0"
Failed to get interface index: No such device

If you think you have received this message due to a bug rather
than a configuration issue please read the section on submitting
bugs on either our web page at www.isc.org or in the README file
before submitting a bug.  These pages explain the proper
process and the information we find helpful for debugging..

exiting.
Failed to bring up eth0.
failed.
[   22.981363] NET: Registered protocol family 10
[....] Starting RPC port mapper daemon: rpcbind. ok 
[....] Starting NFS common utilities: statd idmapd. ok 
[....] Cleaning up temporary files.... ok 
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1182 (syslogd)
. ok 
Starting MLDonkey: mlnet.
[....] Starting system message bus: dbus. ok 
[....] Starting NFS common utilities: statd idmapd. ok 
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1180 (klogd)
. ok 
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. ok 
[....] Not starting NFS kernel daemon: no exports. ... (warning).
[....] Starting NTP server: ntpd. ok 
[....] Starting OpenBSD Secure Shell server: sshd. ok 

Debian GNU/Linux stretch/sid debian ttyS0



Edited 1 time(s). Last edit at 10/13/2016 04:28PM by Sash.
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 04:31PM
Sash,

Check your /boot/uImage. Was it appended with the ix4 DTB?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on iomega storcenter ix4-200d: succes!
October 13, 2016 05:01PM
sorry u r right! my fault...used wrong dtb ...

root@debian:~# lspci -vvv
00:01.0 PCI bridge: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00010000-00010fff
	Memory behind bridge: e0000000-e00fffff
	Prefetchable memory behind bridge: 00000000-000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-

01:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II / PATA Controller (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Marvell Technology Group Ltd. 88SE6121 SATA II / PATA Controller
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 84
	Region 0: I/O ports at 10010 [size=8]
	Region 1: I/O ports at 10020 [size=4]
	Region 2: I/O ports at 10018 [size=8]
	Region 3: I/O ports at 10024 [size=4]
	Region 4: I/O ports at 10000 [size=16]
	Region 5: Memory at e0000000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [e0] Express (v1) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Exit Latency L0s <256ns, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 1f, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: ahci
	Kernel modules: ahci

interstingly the pci sata chip doesnt support smart :-(

root@debian:~# smartctl -a /dev/sde       
smartctl 6.6 2016-05-31 r4324 [armv5tel-linux-4.8.0-kirkwood-tld-1] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Standard Inquiry (36 bytes) failed [Input/output error]
Retrying with a 64 byte Standard Inquiry
Standard Inquiry (64 bytes) failed [Input/output error]
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
root@debian:~# smartctl -a /dev/sde -d ata
smartctl 6.6 2016-05-31 r4324 [armv5tel-linux-4.8.0-kirkwood-tld-1] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: Input/output error

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
root@debian:~# smartctl -a /dev/sde -d sat
smartctl 6.6 2016-05-31 r4324 [armv5tel-linux-4.8.0-kirkwood-tld-1] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Read Device Identity failed: scsi error badly formed scsi parameters

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
root@debian:~# smartctl -a /dev/sde -T permissive
smartctl 6.6 2016-05-31 r4324 [armv5tel-linux-4.8.0-kirkwood-tld-1] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               ��߀��
Product:              ���
Revision:             `��
User Capacity:        12,144,487,048,904,470,560 bytes [12144 PB]
Logical block size:   3759526367 bytes
Physical block size:  1954004992 bytes
Lowest aligned LBA:   5087
Logical block provisioning enabled, LBPRZ=1
scsiModePageOffset: raw_curr too small, offset=227 resp_len=193 bd_len=223
scsiModePageOffset: raw_curr too small, offset=227 resp_len=193 bd_len=223
>> Terminate command early due to bad response to IEC mode page

=== START OF READ SMART DATA SECTION ===
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Read defect list: asked for grown list but didn't get it
Error Counter logging not supported

Device does not support Self Test logging
Re: Debian on iomega storcenter ix4-200d: succes!
December 08, 2016 04:39PM
Sorry, i came back after loong time.

I've finally setup my USB key with rootfs, as explained in http://forum.doozan.com/read.php?2,12096 , but i've not understood how to boot from it.

Seems to me that i've to modify my environment, but i've not understood how.

My current environment is:
Marvell>> printenv
bootdelay=1
baudrate=115200
loads_echo=0
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
run_diag=yes
CASset=min
MALLOC_len=1
ethprime=egiga0
bootargs_root=root=/dev/nfs rw
bootargs_end=:::DB88FXX81:eth0:none
image_name=uImage
console=console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x00010000@0x000a0000(param),32m@0x0(flash) 
uboot_start=0x0
uboot_size=0xa0000
env_start=0xa0000
env_size=0x10000
kernel_start=0xb0000
kernel_size=0x228000
initrd_size=0x300000
make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=nand_mtd:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash);
flash_load=run make_boot_args;nand read.e 0x2000000 $(kernel_start) $(kernel_size);nand read.e 0x12000000 $(initrd_start) $(initrd_size);bootm 0x2000000 0x12000000;
bootcmd=run flash_load;
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end); bootm 0x2000000;
ethmtu=1500
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
usb0Mode=host
nandEcc=1bit
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
uboot_ver=v1.1.1
ethact=egiga0
mfgmodel=ix4
fw_ver=v1_0_11_30938744
preroot_ver=0.1.5
serial_number=5560Y01011G113002C4J0I1
ethaddr=00:D0:B8:13:59:6B
serialno=EUB14047A1
modelname=31962600
runintime=10800
ftpserver=192.168.43.4
testfile=100M
mfgtest_state=system_tested_ok
stdin=serial
stdout=serial
stderr=serial
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
initrd_start=0x2d8000
disaMvPnp=no
eth1addr=00:d0:b8:13:59:6c
enaAutoRecovery=yes
pcieTune=no

Environment size: 1843/16380 bytes

I've tried to use the 'usbboot' command, without success.

Sorry, please help me... thanks.
Re: Debian on iomega storcenter ix4-200d: succes!
December 08, 2016 06:14PM
marcogaio,

You can find how to set up to boot the ix4-200d with stock u-boot using USB rootfs here:
http://forum.doozan.com/read.php?3,25120

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: