Welcome! Log In Create A New Profile

Advanced

Help with iomega ix4-200d installation

Posted by TrashCanMan 
TrashCanMan
Help with iomega ix4-200d installation
January 02, 2020 04:34PM
Hello, maybe this is the dumbest question on the whole thread, im merelly an advanced user not a dev or linux guru by any means, so i got stuck on this one, i have an iomega ix4-200d and im trying to extend the life of it by installing debian and omv on top of it, the thing is that my soldering skills are pathetic so i want to avoid to solder a serial header, for that i need the device to have ssh opened since the first boot but maybe im doing something wrong or the service is simply disabled by default but i cant connect to it, i used the 25 Aug 2019 procedure to create the usb, to avoid complications i formatted it as ext3 to skip the fstab step and at first i tried without embedding the dtb and the device turns on, works for about a minute then stays with the batt and eth icons on the mini screen, eth ports blink, i can ping the box but ssh gives me connection refused...so i tried the same embedding the dtb, same result...

TLDR: how can i enable ssh without a serial console using your rootfs on an iomega ix4-200d (maybe editing some files on a debian pc i have at hand?)

Thanks in advance for any help you can provide



Edited 1 time(s). Last edit at 01/02/2020 10:52PM by bodhi.
Re: Help with iomega ix4-200d installation
January 02, 2020 11:04PM
TrashCanMan,

> i can ping the
> box but ssh gives me connection refused...so i
> tried the same embedding the dtb, same result...
>

It is easier if you post the log of what you did to create the rootfs and how you set up the u-boot envs to boot the USB rootfs.

Things like being root user is very important (sudo will not work). And also the u-boot envs that you changed (some typo in the envs would prevent it to boot correctly).

If you can ping the box, then the error is most likely minor.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with iomega ix4-200d installation
January 06, 2020 04:57PM
Enabling ssh for the stock OS is straight forward, here’s the process;
https://www.itdroplets.com/enable-ssh-on-your-iomega-storcenter/

For mine I had to add ‘soho’ to the start of my password to login as root.
TrashCanMan
Re: Help with iomega ix4-200d installation
January 06, 2020 04:59PM
So im back, i finally decided to suffer like a man and solder the damn serial header on the nas (its a disaster, but it works), here is my process to make the usb, the result of the attempt pressing the reset button and also the uboot printenv, as i said im merelly a power user so some thing feel scary to me, probably i need some specific setenvs on uboot but im not sure wich ones according to my uboot version, i hope i included the needed info to help me correctly this time:

Uboot interruption and printenv

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>

process to make the usb, i made the partition with gparted since i dont know how to use fdisk, label "rootfs" as instructed
login as: usuario
usuario@192.168.1.146's password:
Linux debian 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Jan  6 19:12:36 2020 from 192.168.1.125
usuario@debian:~$ su
Contraseña:
root@debian:/home/usuario# cd ..
root@debian:/home# cd ..
root@debian:/# cd media
root@debian:/media# cd usuario
root@debian:/media/usuario# ls
05efff14-e0ef-4a5b-b102-1f4b2dcc91f5
root@debian:/media/usuario# cd /tmp
root@debian:/tmp# ls *.bz2
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
root@debian:/tmp# cp Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2 /media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5
root@debian:/tmp# cd /media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5# ls
Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2  lost+found
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5# tar -xjf Debian-5.2.9-kirkwood-tld-1-rootfs-bodhi.tar.bz2
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5# cd boot
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# cp -a zImage-5.2.9-kirkwood-tld-1  zImage.fdt
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# cat dts/kirkwood-iomega_ix4_200d.dtb  >> zImage.fdt
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# mv uImage uImage.orig
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt  uImage
bash: mkimage: orden no encontrada
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# apt-get install u-boot-tools
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Se instalarán los siguientes paquetes adicionales:
  device-tree-compiler
Se instalarán los siguientes paquetes NUEVOS:
  device-tree-compiler u-boot-tools
0 actualizados, 2 nuevos se instalarán, 0 para eliminar y 0 no actualizados.
Se necesita descargar 408 kB de archivos.
Se utilizarán 1.113 kB de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
Des:1 http://deb.debian.org/debian buster/main amd64 device-tree-compiler amd64 1.4.7-3 [254 kB]
Des:2 http://deb.debian.org/debian buster/main amd64 u-boot-tools amd64 2019.01+dfsg-7 [154 kB]
Descargados 408 kB en 3s (152 kB/s)
Seleccionando el paquete device-tree-compiler previamente no seleccionado.
(Leyendo la base de datos ... 133402 ficheros o directorios instalados actualmente.)
Preparando para desempaquetar .../device-tree-compiler_1.4.7-3_amd64.deb ...
Desempaquetando device-tree-compiler (1.4.7-3) ...
Seleccionando el paquete u-boot-tools previamente no seleccionado.
Preparando para desempaquetar .../u-boot-tools_2019.01+dfsg-7_amd64.deb ...
Desempaquetando u-boot-tools (2019.01+dfsg-7) ...
Configurando device-tree-compiler (1.4.7-3) ...
Configurando u-boot-tools (2019.01+dfsg-7) ...
Procesando disparadores para man-db (2.8.5-2) ...
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-5.2.9-kirkwood-tld-1 -d zImage.fdt  uImage
Image Name:   Linux-5.2.9-kirkwood-tld-1
Created:      Mon Jan  6 19:37:34 2020
Image Type:   ARM Linux Kernel Image (uncompressed)
Data Size:    4972882 Bytes = 4856.33 KiB = 4.74 MiB
Load Address: 00008000
Entry Point:  00008000
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot# sync
root@debian:/media/usuario/05efff14-e0ef-4a5b-b102-1f4b2dcc91f5/boot#

And finally the attempt pressing the reset button (since this unit by default only attempt to boot from usb with said button pressed, otherwise boot straight to some partition on disk but afaik said usb need a very specific structure (for some factory recovery thing))
loadaddr=0x02000000
autoload=no
uboot_ver=v1.1.1
ethact=egiga0
mfgmodel=ix4
fw_ver=v1_0_11_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>

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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0xb0000, size 0x228000

Reading data from 0x2d7e00 -- 100% complete.
 2260992 bytes read: OK

NAND read: device 0 offset 0x2d8000, size 0x300000

Reading data from 0x5d7e00 -- 100% complete.
 3145728 bytes read: OK
## Booting image at 02000000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2012-02-13  21:48:28 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2077080 Bytes =  2 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 12000000 ...
   Image Name:
   Created:      2012-04-17  22:24:34 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    3031047 Bytes =  2.9 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux...................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.8 (soho@bsoho132.lss.emc.com) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 Mon Feb 13 16:48:23 EST 2012
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 130048
Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
PID hash table entries: 2048 (order: 11, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 256MB 256MB = 512MB total
Memory: 508032KB available (3868K code, 297K data, 124K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch22)-- IX4-110  Soc: 88F6281 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c803a740
PEX0 interface detected Link X1
pci 0000:00:01.0: PME# supported from D0 D1 D3hot
pci 0000:00:01.0: PME# disabled
PCI: bus0: Fast back to back transfers disabled
bio: create slab <bio-0> at 0
SCSI Scattered Spinup:
SCSI Scattered Spinup Feature Status: Enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
Freeing initrd memory: 2960K
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000ebb0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 998
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Marvell Storage Controller is found, using IRQ 9.
scsi0 : Marvell Storage Controller
scsi 0:0:0:0: Direct-Access     ATA      HM320HJ          2AK1 PQ: 0 ANSI: 5
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi1 : Marvell SCSI to SATA adapter
scsi2 : Marvell SCSI to SATA adapter
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
 sda:
sd 0:0:0:0: Attached scsi generic sg0 type 0
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Network Fast Processing (Routing) supported - (Disabled)
  o Driver ERROR statistics enabled
  o Driver INFO statistics enabled
  o Proc tool API enabled
  o SKB Reuse supported - (Disabled)
  o SKB Recycle supported - (Disabled)
  o Rx descripors: q0=128
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0
     o eth1, ifindex = 3, GbE port = 1

mvFpRuleDb (c87c0000): 16384 entries, 65536 bytes
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Scanning device for bad blocks
5 cmdlinepart partitions found on MTD device nand_mtd
Using command line partition definition
Creating 5 MTD partitions on "nand_mtd":
0x000000000000-0x0000000a0000 : "uboot"
0x0000000a0000-0x0000000b0000 : "env"
0x0000000b0000-0x0000002d8000 : "zImage"
0x0000002d8000-0x0000005d8000 : "initrd"
0x000000000000-0x000002000000 : "flash"
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
 sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
adt7473 0-002e: adt7473 chip found
md: linear personality registered for level -1
md: raid1 personality registered for level 1
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
wix gpio_init
wix_lcm: WIX LCM driver version 0.1
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
rtc mv_rtc: setting system clock to 2020-01-06 22:42:55 UTC (1578350575)
md: Waiting Running file /etc/rc2.d/S12dbus
chown: invalid user: `messagebus'
Running file /etc/rc2.d/S20rsync
Running file /etc/rc2.d/S20smartmontools
Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
Running file /etc/rc2.d/S20sysfsutils
Setting sysfs variables....
Running file /etc/rc2.d/S23ntp
Starting NTP server: ntpdRunning file /etc/rc2.d/S25bluetooth
Starting bluetooth: hcid.
Starting netplugd...
eth0: started
eth1: started
ln: creating symbolic link `/etc/samba/smb.conf': File exists
Starting sshd: OK
hostnamed begin to start...
hostnamed finished
Running file /etc/rc2.d/S59showlcdprogress75
IP obtaining in progress...
eth0: link up, full duplex, speed 100 Mbps
IP obtained
Starting executord
Done.
Running file /etc/rc2.d/S99rc.local
Running file /etc/rc2.d/S99rmnologin
Running file /etc/rc2.d/S99stop-bootlogd
Running file /etc/init.d/bootlogd

Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login:
Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login: md: md1 stopped.
md: bind<sda2>
md1: detected capacity change from 0 to 298588372992
 md1: unknown partition table
XFS mounting filesystem dm-1
Starting XFS recovery on filesystem: dm-1 (logdev: internal)
Ending XFS recovery on filesystem: dm-1 (logdev: internal)
Adding 524280k swap on /mnt/system/swapfile.  Priority:-1 extents:4 across:524300k
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: mounted filesystem with writeback data mode.

Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login: root
Password:
root@ix4-200d-TIKOSP:/#

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0xb0000, size 0x228000

Reading data from 0x2d7e00 -- 100% complete.
 2260992 bytes read: OK

NAND read: device 0 offset 0x2d8000, size 0x300000

Reading data from 0x5d7e00 -- 100% complete.
 3145728 bytes read: OK
## Booting image at 02000000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2012-02-13  21:48:28 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2077080 Bytes =  2 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 12000000 ...
   Image Name:
   Created:      2012-04-17  22:24:34 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    3031047 Bytes =  2.9 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux...................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.8 (soho@bsoho132.lss.emc.com) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 Mon Feb 13 16:48:23 EST 2012
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 130048
Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
PID hash table entries: 2048 (order: 11, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 256MB 256MB = 512MB total
Memory: 508032KB available (3868K code, 297K data, 124K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch22)-- IX4-110  Soc: 88F6281 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c803a740
PEX0 interface detected Link X1
pci 0000:00:01.0: PME# supported from D0 D1 D3hot
pci 0000:00:01.0: PME# disabled
PCI: bus0: Fast back to back transfers disabled
bio: create slab <bio-0> at 0
SCSI Scattered Spinup:
SCSI Scattered Spinup Feature Status: Enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
Freeing initrd memory: 2960K
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000ebb0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 998
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Marvell Storage Controller is found, using IRQ 9.
scsi0 : Marvell Storage Controller
scsi 0:0:0:0: Direct-Access     ATA      HM320HJ          2AK1 PQ: 0 ANSI: 5
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi1 : Marvell SCSI to SATA adapter
scsi2 : Marvell SCSI to SATA adapter
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
 sda:
sd 0:0:0:0: Attached scsi generic sg0 type 0
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Network Fast Processing (Routing) supported - (Disabled)
  o Driver ERROR statistics enabled
  o Driver INFO statistics enabled
  o Proc tool API enabled
  o SKB Reuse supported - (Disabled)
  o SKB Recycle supported - (Disabled)
  o Rx descripors: q0=128
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0
     o eth1, ifindex = 3, GbE port = 1

mvFpRuleDb (c87c0000): 16384 entries, 65536 bytes
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Scanning device for bad blocks
5 cmdlinepart partitions found on MTD device nand_mtd
Using command line partition definition
Creating 5 MTD partitions on "nand_mtd":
0x000000000000-0x0000000a0000 : "uboot"
0x0000000a0000-0x0000000b0000 : "env"
0x0000000b0000-0x0000002d8000 : "zImage"
0x0000002d8000-0x0000005d8000 : "initrd"
0x000000000000-0x000002000000 : "flash"
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
 sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
adt7473 0-002e: adt7473 chip found
md: linear personality registered for level -1
md: raid1 personality registered for level 1
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
wix gpio_init
wix_lcm: WIX LCM driver version 0.1
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
rtc mv_rtc: setting system clock to 2020-01-06 22:46:33 UTC (1578350793)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
RAMDISK: gzip image found at block 0
usb 1-1: new high speed USB device using ehci_marvell and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 1:0.
Looking for shell in cmdline: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
cat: can't open '/sys/block/sdb/removable': No such file or directory
cat: can't open '/sys/block/sdc/removable': No such file or directory
cat: can't open '/sys/block/sdd/removable': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
Sys UUID is :6aac1bbe:ce2e335a:774dc442:b85c48e1
Valid Disk 1 in md0: /dev/sda1
Valid Disk 2 in md0:
Valid Disk 3 in md0:
Valid Disk 4 in md0:
USB Device node is sdb
Checking to see the if the reset button is pressed or not
Started
/dev/btns file does not exist creating it
Opened /dev/btns with fd 3
Reset Key Status: Button Id = 29 Push Count = 1 Release Count = 0
Reset Button key got pressed
usb 1-1.2: new high speed USB device using ehci_marvell and address 3
usb 1-1.2: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
Checking if there is an attached EMC Imager
scsi 3:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
sd 3:0:0:0: Attached scsi generic sg1 type 0
sd 3:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Attached SCSI removable disk
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
mount: mounting /dev/sdb1 on /usb_drive failed: Invalid argument
Going in to Network Imaging Mode
umount: cannot umount /dev/md0: Invalid argument
umount: cannot umount /usb_drive: Invalid argument
eth0: link up, full duplex, speed 100 Mbps
eth0: started
udhcpc (v1.9.2) started
Sending discover...
Sending discover...
Sending select for 192.168.1.142...
Lease of 192.168.1.142 obtained, lease time 86400
deleting routers
route: ioctl 0x890c failed: No such process
adding dns 192.168.1.3
/mount_images.sh: line 357: fw_printenv: not found
mac address is 00:D0:B8:1F:50:89
Device Serial Num is 00D0B81F5089
Device Model- ix4-200d
Device: Socket Listening on: 2081
Mac address = 00:d0:b8:1f:50:89
Device: Sent a broadcast packet

Device: Waiting for Hello Response...
No response received
Device: Going to send a broadcast again

Mac address = 00:d0:b8:1f:50:89
Device: Sent a broadcast packet

Device: Waiting for Hello Response...
No response received
Device: Going to send a broadcast again

Mac address = 00:d0:b8:1f:50:89
Device: Sent a broadcast packet

Device: Waiting for Hello Response...
No response received
Device: Going to send a broadcast again

Mac address = 00:d0:b8:1f:50:89
Device: Sent a broadcast packet

Device: Waiting for Hello Response...
No response received
If i read that correctly it try to read the recovery information from the usb drive then resort to some form of network recovery

IMHO i need to set some specific setenv on uboot, i know how to stop uboot and all but i dont want to screw it setting some incorrect setenv (i know that without a saveenv the changes simply banish on reboot but anyway, better ask than be sorry, and again TYVVVM for any help :D
TrashCanMan
Re: Help with iomega ix4-200d installation
January 06, 2020 05:02PM
Oh and btw, ignore my first question about ssh since i realized that the unit in fact wasnt even trying to boot properly from usb, so im a few steps back unfortunatelly but at least now i know exactly where im standing
TrashCanMan
Re: Help with iomega ix4-200d installation
January 06, 2020 06:09PM
So looking at this:
https://forum.doozan.com/read.php?3,25120,25687#msg-25687
apparently the correct setenvs are there, and they seem to work but it gets stuck when it try to boot the kernel, im sure im making a very simple mistake but i dont know where...


         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp                                                                             _min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initoot/uInitrd'
Marvell>> setenv load_uimatenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x1100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; reset'
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;
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no
usb_make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10
load_uimatenv=usb_boot usb start; run load_uimage; run load_initrd; bootm 0x800000 0x1100000
bootcmd=run usb_make_boot_args ; run usb_boot; reset

Environment size: 2319/16380 bytes
Marvell>> boot
## Error: "usb_boot" not defined
▒
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0xb0000, size 0x228000

Reading data from 0x2d7e00 -- 100% complete.
 2260992 bytes read: OK

NAND read: device 0 offset 0x2d8000, size 0x300000

Reading data from 0x5d7e00 -- 100% complete.
 3145728 bytes read: OK
## Booting image at 02000000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2012-02-13  21:48:28 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2077080 Bytes =  2 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 12000000 ...
   Image Name:
   Created:      2012-04-17  22:24:34 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    3031047 Bytes =  2.9 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux...................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.8 (soho@bsoho132.lss.emc.com) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 Mon Feb 13 16:48:23 EST 2012
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 130048
Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
PID hash table entries: 2048 (order: 11, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 256MB 256MB = 512MB total
Memory: 508032KB available (3868K code, 297K data, 124K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch22)-- IX4-110  Soc: 88F6281 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c803a740
PEX0 interface detected Link X1
pci 0000:00:01.0: PME# supported from D0 D1 D3hot
pci 0000:00:01.0: PME# disabled
PCI: bus0: Fast back to back transfers disabled
bio: create slab <bio-0> at 0
SCSI Scattered Spinup:
SCSI Scattered Spinup Feature Status: Enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
Freeing initrd memory: 2960K
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000ebb0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 998
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Marvell Storage Controller is found, using IRQ 9.
scsi0 : Marvell Storage Controller
scsi 0:0:0:0: Direct-Access     ATA      HM320HJ          2AK1 PQ: 0 ANSI: 5
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi1 : Marvell SCSI to SATA adapter
scsi2 : Marvell SCSI to SATA adapter
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
 sda:
sd 0:0:0:0: Attached scsi generic sg0 type 0
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Network Fast Processing (Routing) supported - (Disabled)
  o Driver ERROR statistics enabled
  o Driver INFO statistics enabled
  o Proc tool API enabled
  o SKB Reuse supported - (Disabled)
  o SKB Recycle supported - (Disabled)
  o Rx descripors: q0=128
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0
     o eth1, ifindex = 3, GbE port = 1

mvFpRuleDb (c87c0000): 16384 entries, 65536 bytes
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Scanning device for bad blocks
5 cmdlinepart partitions found on MTD device nand_mtd
Using command line partition definition
Creating 5 MTD partitions on "nand_mtd":
0x000000000000-0x0000000a0000 : "uboot"
0x0000000a0000-0x0000000b0000 : "env"
0x0000000b0000-0x0000002d8000 : "zImage"
0x0000002d8000-0x0000005d8000 : "initrd"
0x000000000000-0x000002000000 : "flash"
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
 sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
adt7473 0-002e: adt7473 chip found
md: linear personality registered for level -1
md: raid1 personality registered for level 1
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
wix gpio_init
wix_lcm: WIX LCM driver version 0.1
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
rtc mv_rtc: setting system clock to 2020-01-06 23:33:22 UTC (1578353602)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
RAMDISK: gzip image found at block 0
usb 1-1: new high speed USB device using ehci_marvell and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 1:0.
Looking for shell in cmdline: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
cat: can't open '/sys/block/sdb/removable': No such file or directory
cat: can't open '/sys/block/sdc/removable': No such file or directory
cat: can't open '/sys/block/sdd/removable': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
Sys UUID is :6aac1bbe:ce2e335a:774dc442:b85c48e1
Valid Disk 1 in md0: /dev/sda1
Valid Disk 2 in md0:
Valid Disk 3 in md0:
Valid Disk 4 in md0:
USB Device node is sdb
Checking to see the if the reset button is pressed or not
Started
/dev/btns file does not exist creating it
Opened /dev/btns with fd 3
Reset Key Status: Button Id = 29 Push Count = 0 Release Count = 0
usb 1-1.2: new high speed USB device using ehci_marvell and address 3
usb 1-1.2: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
Checking for valid image in hard drives
md: md0 stopped.
md: bind<sda1>
raid1: raid set md0 active with 1 out of 4 mirrors
md0: detected capacity change from 0 to 21484339200
mdadm: /dev/md0 has been started with 1 drive (out of 4).
 md0: unknown partition table
  2 logical volume(s) in volume group "md0_vg" now active
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
Found Valid EMC Image in disk...
Mounting apps image...
Mounting config image...
Check config filesystem
e2fsck 1.41.3 (12-Oct-2008)
ext2fs_check_if_mount: No such file or directory while determining whether /dev/loop1 is mounted.
Constructing root filesystem...
Bootstrapping ...
rootdir=/
table='/usr/local/cfg/device_table.txt'
makedevs: line 42: chown failed for /bin/busybox: Read-only file system
makedevs: line 49: regular file '/usr/share/udhcpc/default.script' does not exist: No such file or directory
warning: can't open /etc/mtab: No such file or directory
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Loading ext3...
Loading ext4...
Loading isofs...
Loading udf...
Loading fat...
FATAL: Module fat not found.
Loading msdos...
Loading btusb...
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: Generic Bluetooth USB driver ver 0.5
usbcore: registered new interface driver btusb
Loading ums-sddr09...
usbcore: registered new interface driver ums-sddr09
Loading ums-sddr55...
usbcore: registered new interface driver ums-sddr55
Loading ums-jumpshot...
usbcore: registered new interface driver ums-jumpshot
Loading usblp...
usbcore: registered new interface driver usblp
Loading usbhid...
scsi 3:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
sd 3:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 3:0:0:0: Attached scsi generic sg1 type 0
usbcore: registered new interface driver hiddev
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Attached SCSI removable disk
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Loading l2cap...
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
Loading rfcomm...
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Loading ufsd...
ufsd: module license 'Commercial product' taints kernel.
Disabling lock debugging due to kernel taint
ufsd: driver 8.5 (Apr 16 2012 15:04:39) LBD=ON with delayalloc with ioctl loaded at bf13f000
NTFS support included
Hfs+/HfsX support included
Built for: EMC_ix2_2Loading xfs...

SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Loading raid0...
md: raid0 personality registered for level 0
Loading raid10...
md: raid10 personality registered for level 10
Loading raid456...
xor: measuring software checksum speed
   arm4regs  :  1084.000 MB/sec
   8regs     :   821.600 MB/sec
   32regs    :   803.200 MB/sec
xor: using function: arm4regs (1084.000 MB/sec)
async_tx: api initialized (sync-only)
raid6: int32x1     53 MB/s
raid6: int32x2     77 MB/s
raid6: int32x4     94 MB/s
raid6: int32x8     85 MB/s
raid6: using algorithm int32x4 (94 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
Loading nfsd...
Initialization complete.
Freeing init memory: 124K
INIT: version 2.86 booting
Running file /etc/init.d/rcS
Running file /etc/init.d/rc
Running file /etc/rcS.d/S01glibc.sh
Running file /etc/rcS.d/S01showlcdprogress50
Running file /etc/rcS.d/S02hostname.sh
Running file /etc/rcS.d/S02mountkernfs.sh
Running file /etc/rcS.d/S04mountdevsubfs.sh
Running file /etc/rcS.d/S05bootlogd
Running file /etc/rcS.d/S07hdparm
Setting parameters of disc: (none).
Running file /etc/rcS.d/S08hwclockfirst.sh
Setting the system clock.
Running file /etc/rcS.d/S11hwclock.sh
Setting the system clock.
Running file /etc/rcS.d/S12mtab.sh
mount: according to mtab, tmpfs is already mounted on /lib/init/rw

Running file /etc/rcS.d/S18ifupdown-clean
Cleaning up ifupdown....
Running file /etc/rcS.d/S20module-init-tools
Loading kernel modules...done.
Running file /etc/rcS.d/S26lvm2
Setting up LVM Volume Groups  Reading all physical volumes.  This may take a while...
  Found volume group "md0_vg" using metadata type lvm2
  2 logical volume(s) in volume group "md0_vg" now active
.
Running file /etc/rcS.d/S30checkfs.sh
Checking file systems...fsck 1.41.3 (12-Oct-2008)
done.
Running file /etc/rcS.d/S30procps
Setting kernel variables (/etc/sysctl.conf)...Unknown HZ value! (73) Assume 100.
Running file /etc/rcS.d/S35mountall.sh
Mounting local filesystems...done.
Activating swapfile swap...done.
Running file /etc/rcS.d/S36mountall-bootclean.sh
Running file /etc/rcS.d/S37mountoverflowtmp
dhclient host identical
Running file /etc/rcS.d/S39ifupdown
Setting up networking....
Running file /etc/rcS.d/S40networking
Configuring network interfaces...done.
Running file /etc/rcS.d/S43portmap
Starting portmap daemon....
Running file /etc/rcS.d/S45mountnfs.sh
Running file /etc/rcS.d/S46mountnfs-bootclean.sh
Running file /etc/rcS.d/S55bootmisc.sh
Running file /etc/rcS.d/S55urandom
Running file /etc/rcS.d/S99stop-bootlogd-single
INIT: Entering runlevel: 2
Running file /etc/init.d/rc
Running file /etc/rc2.d/S10rsyslog
Starting enhanced syslogd: rsyslogd.
Running file /etc/rc2.d/S12dbus
chown: invalid user: `messagebus'
Running file /etc/rc2.d/S20rsync
Running file /etc/rc2.d/S20smartmontools
Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
Running file /etc/rc2.d/S20sysfsutils
Setting sysfs variables....
Running file /etc/rc2.d/S23ntp
Starting NTP server: ntpdRunning file /etc/rc2.d/S25bluetooth
Starting bluetooth: hcid.
Starting netplugd...
eth0: link up, full duplex, speed 100 Mbps
eth0: started
eth1: started
ln: creating symbolic link `/etc/samba/smb.conf': File exists
Starting sshd: OK
hostnamed begin to start...
hostnamed finished
Running file /etc/rc2.d/S59showlcdprogress75
IP obtaining in progress...
IP obtained
Starting executord
Done.
Running file /etc/rc2.d/S99rc.local
Running file /etc/rc2.d/S99rmnologin
Running file /etc/rc2.d/S99stop-bootlogd
Running file /etc/init.d/bootlogd

Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login:
Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login: root
Password: md: md1 stopped.
md: bind<sda2>
md1: detected capacity change from 0 to 298588372992
 md1: unknown partition table
XFS mounting filesystem dm-1
Starting XFS recovery on filesystem: dm-1 (logdev: internal)
Ending XFS recovery on filesystem: dm-1 (logdev: internal)
Adding 524280k swap on /mnt/system/swapfile.  Priority:-1 extents:4 across:524300k
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with writeback data mode.


Login incorrect
ix4-200d-TIKOSP login: root
Password:
root@ix4-200d-TIKOSP:/# uname
Linux
root@ix4-200d-TIKOSP:/#

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
Marvell>> setenv bootcmd_usb 'usb start; ext2load usb 0:1 0x800000 /boot/uImage; ext2load usb 0:1 0x1100000 /boot/uInitrd'
Marvell>> setenv bootcmd 'LABEL=rootfs rootdelay=10; run bootcmd_usb; bootm 0x800000 0x1100000; reset'
Marvell>> setenv console '00@0(uboot),0xff00000@0x100000(root)'
Marvell>>

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
Marvell>> setenv bootcmd_usb 'usb start; ext2load usb 0:1 0x800000 /boot/uImage; ext2load usb 0:1 0x1100000 /boot/uInitrd'
Marvell>> setenv bootcmd 'setenv bootargs $(console) root=LABEL=rootfs rootdelay=10; run bootcmd_usb; bootm 0x800000 0x1100000; reset'
Marvell>> setenv console 'console=ttyS0,115200 mtdparts=orion_nand:0x100000@0(uboot),0xff00000@0x100000(root)'
Marvell>> reset
▒
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0xb0000, size 0x228000

Reading data from 0x2d7e00 -- 100% complete.
 2260992 bytes read: OK

NAND read: device 0 offset 0x2d8000, size 0x300000

Reading data from 0x5d7e00 -- 100% complete.
 3145728 bytes read: OK
## Booting image at 02000000 ...
   Image Name:   Linux-2.6.31.8
   Created:      2012-02-13  21:48:28 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2077080 Bytes =  2 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 12000000 ...
   Image Name:
   Created:      2012-04-17  22:24:34 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    3031047 Bytes =  2.9 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux...................................................................................................................................... done, booting the kernel.
Linux version 2.6.31.8 (soho@bsoho132.lss.emc.com) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 Mon Feb 13 16:48:23 EST 2012
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping off.  Total pages: 130048
Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
PID hash table entries: 2048 (order: 11, 8192 bytes)
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 256MB 256MB = 512MB total
Memory: 508032KB available (3868K code, 297K data, 124K init, 0K highmem)
Hierarchical RCU implementation.
NR_IRQS:128
Console: colour dummy device 80x30
Calibrating delay loop... 1192.75 BogoMIPS (lpj=5963776)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 256MB
SDRAM_CS1 ....base 10000000, size 256MB
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e0000000, size 128MB
PEX0_IO ....base f2000000, size   1MB
INTER_REGS ....base f1000000, size   1MB
NFLASH_CS ....base fa000000, size   2MB
SPI_CS ....base f4000000, size  16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size   2MB

  Marvell Development Board (LSP Version KW_LSP_5.1.3_patch22)-- IX4-110  Soc: 88F6281 A1 LE

 Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c803a740
PEX0 interface detected Link X1
pci 0000:00:01.0: PME# supported from D0 D1 D3hot
pci 0000:00:01.0: PME# disabled
PCI: bus0: Fast back to back transfers disabled
bio: create slab <bio-0> at 0
SCSI Scattered Spinup:
SCSI Scattered Spinup Feature Status: Enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
rootfs image is not initramfs (no cpio magic); looks like an initrd
Freeing initrd memory: 2960K
rtc mv_rtc: rtc core: registered kw-rtc as rtc0
RTC registered
XOR registered 4 channels
XOR 2nd invalidate WA enabled
cesadev_init(c000ebb0)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
MV Buttons Driver Load
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 998
alg: No test for cipher_null (cipher_null-generic)
alg: No test for ecb(cipher_null) (ecb-cipher_null)
alg: No test for digest_null (digest_null-generic)
alg: No test for compress_null (compress_null-generic)
alg: No test for stdrng (krng)
alg: No test for hmac(digest_null) (hmac(digest_null-generic))
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler anticipatory registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
console [ttyS0] enabled
brd: module loaded
loop: module loaded
Marvell Storage Controller is found, using IRQ 9.
scsi0 : Marvell Storage Controller
scsi 0:0:0:0: Direct-Access     ATA      HM320HJ          2AK1 PQ: 0 ANSI: 5
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi1 : Marvell SCSI to SATA adapter
scsi2 : Marvell SCSI to SATA adapter
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
 sda:
sd 0:0:0:0: Attached scsi generic sg0 type 0
Loading Marvell Ethernet Driver:
  o Cached descriptors in DRAM
  o DRAM SW cache-coherency
  o 2 Giga ports supported
  o Single RX Queue support - ETH_DEF_RXQ=0
  o Single TX Queue support - ETH_DEF_TXQ=0
  o TCP segmentation offload (TSO) supported
  o Receive checksum offload supported
  o Transmit checksum offload supported
  o Network Fast Processing (Routing) supported - (Disabled)
  o Driver ERROR statistics enabled
  o Driver INFO statistics enabled
  o Proc tool API enabled
  o SKB Reuse supported - (Disabled)
  o SKB Recycle supported - (Disabled)
  o Rx descripors: q0=128
  o Tx descripors: q0=532
  o Loading network interface(s):
     o register under mv88fx_eth platform
     o eth0, ifindex = 2, GbE port = 0
     o eth1, ifindex = 3, GbE port = 1

mvFpRuleDb (c87c0000): 16384 entries, 65536 bytes
e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)
Scanning device for bad blocks
5 cmdlinepart partitions found on MTD device nand_mtd
Using command line partition definition
Creating 5 MTD partitions on "nand_mtd":
0x000000000000-0x0000000a0000 : "uboot"
0x0000000a0000-0x0000000b0000 : "env"
0x0000000b0000-0x0000002d8000 : "zImage"
0x0000002d8000-0x0000005d8000 : "initrd"
0x000000000000-0x000002000000 : "flash"
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
 sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver ums-datafab
usbcore: registered new interface driver ums-freecom
usbcore: registered new interface driver ums-usbat
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
adt7473 0-002e: adt7473 chip found
md: linear personality registered for level -1
md: raid1 personality registered for level 1
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
wix gpio_init
wix_lcm: WIX LCM driver version 0.1
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
rtc mv_rtc: setting system clock to 2020-01-06 23:39:50 UTC (1578353990)
md: Waiting for all devices to be available before autodetect
md: If you don't use raid, use raid=noautodetect
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
RAMDISK: gzip image found at block 0
usb 1-1: new high speed USB device using ehci_marvell and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
EXT2-fs warning: checktime reached, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem) on device 1:0.
Looking for shell in cmdline: console=ttyS0,115200 mtdparts=nand_mtd:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash)
cat: can't open '/sys/block/sdb/removable': No such file or directory
cat: can't open '/sys/block/sdc/removable': No such file or directory
cat: can't open '/sys/block/sdd/removable': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
mdadm: No devices to examine
cat: can't open '/sys/block///size': No such file or directory
Sys UUID is :6aac1bbe:ce2e335a:774dc442:b85c48e1
Valid Disk 1 in md0: /dev/sda1
Valid Disk 2 in md0:
Valid Disk 3 in md0:
Valid Disk 4 in md0:
USB Device node is sdb
Checking to see the if the reset button is pressed or not
Started
/dev/btns file does not exist creating it
Opened /dev/btns with fd 3
Reset Key Status: Button Id = 29 Push Count = 0 Release Count = 0
usb 1-1.2: new high speed USB device using ehci_marvell and address 3
usb 1-1.2: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
Checking for valid image in hard drives
md: md0 stopped.
md: bind<sda1>
raid1: raid set md0 active with 1 out of 4 mirrors
md0: detected capacity change from 0 to 21484339200
mdadm: /dev/md0 has been started with 1 drive (out of 4).
 md0: unknown partition table
  2 logical volume(s) in volume group "md0_vg" now active
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
Found Valid EMC Image in disk...
Mounting apps image...
Mounting config image...
Check config filesystem
e2fsck 1.41.3 (12-Oct-2008)
ext2fs_check_if_mount: No such file or directory while determining whether /dev/loop1 is mounted.
Constructing root filesystem...
Bootstrapping ...
rootdir=/
table='/usr/local/cfg/device_table.txt'
makedevs: line 42: chown failed for /bin/busybox: Read-only file system
makedevs: line 49: regular file '/usr/share/udhcpc/default.script' does not exist: No such file or directory
warning: can't open /etc/mtab: No such file or directory
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Loading ext3...
Loading ext4...
Loading isofs...
Loading udf...
Loading fat...
FATAL: Module fat not found.
Loading msdos...
Loading btusb...
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: Generic Bluetooth USB driver ver 0.5
usbcore: registered new interface driver btusb
Loading ums-sddr09...
usbcore: registered new interface driver ums-sddr09
Loading ums-sddr55...
usbcore: registered new interface driver ums-sddr55
Loading ums-jumpshot...
usbcore: registered new interface driver ums-jumpshot
Loading usblp...
usbcore: registered new interface driver usblp
Loading usbhid...
scsi 3:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Loading l2cap...
sd 3:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.7 GB/28.6 GiB)
sd 3:0:0:0: [sdb] Write Protect is off
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
sd 3:0:0:0: Attached scsi generic sg1 type 0
sd 3:0:0:0: [sdb] Assuming drive cache: write through
sd 3:0:0:0: [sdb] Attached SCSI removable disk
Loading rfcomm...
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Loading ufsd...
ufsd: module license 'Commercial product' taints kernel.
Disabling lock debugging due to kernel taint
ufsd: driver 8.5 (Apr 16 2012 15:04:39) LBD=ON with delayalloc with ioctl loaded at bf13f000
NTFS support included
Hfs+/HfsX support included
Built for: EMC_ix2_2Loading xfs...

SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Loading raid0...
md: raid0 personality registered for level 0
Loading raid10...
md: raid10 personality registered for level 10
Loading raid456...
xor: measuring software checksum speed
   arm4regs  :  1084.400 MB/sec
   8regs     :   822.000 MB/sec
   32regs    :   796.000 MB/sec
xor: using function: arm4regs (1084.400 MB/sec)
async_tx: api initialized (sync-only)
raid6: int32x1     77 MB/s
raid6: int32x2     99 MB/s
raid6: int32x4    110 MB/s
raid6: int32x8     91 MB/s
raid6: using algorithm int32x4 (110 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
Loading nfsd...
Initialization complete.
Freeing init memory: 124K
INIT: version 2.86 booting
Running file /etc/init.d/rcS
Running file /etc/init.d/rc
Running file /etc/rcS.d/S01glibc.sh
Running file /etc/rcS.d/S01showlcdprogress50
Running file /etc/rcS.d/S02hostname.sh
Running file /etc/rcS.d/S02mountkernfs.sh
Running file /etc/rcS.d/S04mountdevsubfs.sh
Running file /etc/rcS.d/S05bootlogd
Running file /etc/rcS.d/S07hdparm
Setting parameters of disc: (none).
Running file /etc/rcS.d/S08hwclockfirst.sh
Setting the system clock.
Running file /etc/rcS.d/S11hwclock.sh
Setting the system clock.
Running file /etc/rcS.d/S12mtab.sh
mount: according to mtab, tmpfs is already mounted on /lib/init/rw

Running file /etc/rcS.d/S18ifupdown-clean
Cleaning up ifupdown....
Running file /etc/rcS.d/S20module-init-tools
Loading kernel modules...done.
Running file /etc/rcS.d/S26lvm2
Setting up LVM Volume Groups  Reading all physical volumes.  This may take a while...
  Found volume group "md0_vg" using metadata type lvm2
  2 logical volume(s) in volume group "md0_vg" now active
.
Running file /etc/rcS.d/S30checkfs.sh
Checking file systems...fsck 1.41.3 (12-Oct-2008)
done.
Running file /etc/rcS.d/S30procps
Setting kernel variables (/etc/sysctl.conf)...Unknown HZ value! (73) Assume 100.
Running file /etc/rcS.d/S35mountall.sh
Mounting local filesystems...done.
Activating swapfile swap...done.
Running file /etc/rcS.d/S36mountall-bootclean.sh
Running file /etc/rcS.d/S37mountoverflowtmp
dhclient host identical
Running file /etc/rcS.d/S39ifupdown
Setting up networking....
Running file /etc/rcS.d/S40networking
Configuring network interfaces...done.
Running file /etc/rcS.d/S43portmap
Starting portmap daemon....
Running file /etc/rcS.d/S45mountnfs.sh
Running file /etc/rcS.d/S46mountnfs-bootclean.sh
Running file /etc/rcS.d/S55bootmisc.sh
Running file /etc/rcS.d/S55urandom
Running file /etc/rcS.d/S99stop-bootlogd-single
INIT: Entering runlevel: 2
Running file /etc/init.d/rc
Running file /etc/rc2.d/S10rsyslog
Starting enhanced syslogd: rsyslogd.
Running file /etc/rc2.d/S12dbus
chown: invalid user: `messagebus'
Running file /etc/rc2.d/S20rsync
Running file /etc/rc2.d/S20smartmontools
Not starting S.M.A.R.T. daemon smartd, disabled via /etc/default/smartmontools (warning).
Running file /etc/rc2.d/S20sysfsutils
Setting sysfs variables....
Running file /etc/rc2.d/S23ntp
Starting NTP server: ntpdRunning file /etc/rc2.d/S25bluetooth
Starting bluetooth: hcid.
Starting netplugd...
eth0: link up, full duplex, speed 100 Mbps
eth0: started
eth1: started
ln: creating symbolic link `/etc/samba/smb.conf': File exists
Starting sshd: OK
hostnamed begin to start...
hostnamed finished
Running file /etc/rc2.d/S59showlcdprogress75
IP obtaining in progress...
IP obtained
Starting executord
Done.
Running file /etc/rc2.d/S99rc.local
Running file /etc/rc2.d/S99rmnologin
Running file /etc/rc2.d/S99stop-bootlogd
Running file /etc/init.d/bootlogd

Debian GNU/Linux 5.0 ix4-200d-TIKOSP ttyS0

ix4-200d-TIKOSP login: md: md1 stopped.
md: bind<sda2>
md1: detected capacity change from 0 to 298588372992
 md1: unknown partition table
XFS mounting filesystem dm-1
Starting XFS recovery on filesystem: dm-1 (logdev: internal)
Ending XFS recovery on filesystem: dm-1 (logdev: internal)
Adding 524280k swap on /mnt/system/swapfile.  Priority:-1 extents:4 across:524300k
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with writeback data mode.

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x1100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; reset'
Marvell>> boot
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................

4972946 bytes read
.
...
.
...................
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
............................................................................................................................

9713936 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2020-01-06  22:37:34 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4972882 Bytes =  4.7 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:50 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9713872 Bytes =  9.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: SAMSUNG HM320HJ Rev: 2AK1
            Type: Hard Disk
            Capacity: 305245.3 MB = 298.0 GB (625142448 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10'
Marvell>> setenv load_initrd 'ext2load usb 0:1 0x1100000 /boot/uInitrd'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x1100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; reset'
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;
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no
usb_make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10
load_initrd=ext2load usb 0:1 0x1100000 /boot/uInitrd
load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
usb_boot=usb start; run load_uimage; run load_initrd; bootm 0x800000 0x1100000
bootcmd=run usb_make_boot_args ; run usb_boot; reset

Environment size: 2409/16380 bytes
Marvell>> boot
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................

4972946 bytes read
.
...
.
...................
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
............................................................................................................................

9713936 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2020-01-06  22:37:34 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4972882 Bytes =  4.7 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   initramfs-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:50 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9713872 Bytes =  9.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

nothing else happens after that
Re: Help with iomega ix4-200d installation
January 06, 2020 11:27PM
TrashCanMan,

The later kernel version is a lot bigger so we need to adjust the uInitrd load address. Also we want to see the boot progress with earlyprintk.

Adjust the following 3 envs:

seteenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
setenv load_initrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000'

and then

boot

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 07, 2020 05:57AM
First of all a warning for noobs like me reading this in the future, triple check that your linux box isnt changing the label on the usb drive, my debian box was cleaning mine (i have the suspicion that it is specifically a desktop issue), maybe its a good idea to add it as an extra warning on the debian rootfs guide...anyway back to the subject...

I corrected your setenvs and apparently its a success:

setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
setenv load_initrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000'
setenv bootcmd 'run usb_make_boot_args ; run usb_boot; reset'
printenv
boot


Marvell>> setenv usb_make_boot_args 'setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial'
Marvell>> setenv load_initrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd'
Marvell>> setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage'
Marvell>> setenv usb_boot 'usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000'
Marvell>> setenv bootcmd 'run usb_make_boot_args ; run usb_boot; reset'
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;
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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no
usb_make_boot_args=setenv bootargs console=ttyS0,115200 mtdparts=orion_nand:$(uboot_size)@$(uboot_start)(uboot),$(env_size)@$(env_start)(env),$(kernel_size)@$(kernel_start)(zImage),$(initrd_size)@$(initrd_start)(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial
load_initrd=ext2load usb 0:1 0x2100000 /boot/uInitrd
load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
usb_boot=usb start; run load_uimage; run load_initrd; bootm 0x800000 0x2100000
bootcmd=run usb_make_boot_args ; run usb_boot; reset

Environment size: 2428/16380 bytes
Marvell>> boot
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.......................................................................

4972946 bytes read
....
.
...................
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
............................................................................................................................

9713936 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2020-01-07  10:50:35 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4972882 Bytes =  4.7 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-5.2.9-kirkwood-tld-1
   Created:      2019-08-25   2:22:50 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9713872 Bytes =  9.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Iomega ix4-200d
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000][    T0] Memory: 494696K/524288K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 29592K reserved, 0K cma-reserved)
[    0.000000][    T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000009][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008521][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015799][    T0] Console: colour dummy device 80x30
[    0.020992][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.032206][    T0] pid_max: default: 32768 minimum: 301
[    0.037844][    T0] LSM: Security Framework initializing
[    0.043346][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050676][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.059225][    T0] *** VALIDATE proc ***
[    0.063447][    T0] *** VALIDATE cgroup1 ***
[    0.067713][    T0] *** VALIDATE cgroup2 ***
[    0.072088][    T0] CPU: Testing write buffer coherency: ok
[    0.079197][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.086301][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.092407][    T1] rcu: Hierarchical SRCU implementation.
[    0.101023][    T1] devtmpfs: initialized
[    0.109594][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.120154][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.127176][    T1] xor: measuring software checksum speed
[    0.228545][    T1]    arm4regs  :  1083.600 MB/sec
[    0.328548][    T1]    8regs     :   650.800 MB/sec
[    0.428545][    T1]    32regs    :   945.600 MB/sec
[    0.433408][    T1] xor: using function: arm4regs (1083.600 MB/sec)
[    0.439680][    T1] prandom: seed boundary self test passed
[    0.449449][    T1] prandom: 100 self tests passed
[    0.454219][    T1] pinctrl core: initialized pinctrl subsystem
[    0.461452][    T1] NET: Registered protocol family 16
[    0.467101][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.475445][    T1] audit: initializing netlink subsys (disabled)
[    0.482714][   T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
[    0.491247][    T1] cpuidle: using governor ladder
[    0.496091][    T1] cpuidle: using governor menu
[    0.501274][    T1] Feroceon L2: Enabling L2
[    0.505558][    T1] Feroceon L2: Cache support initialised.
[    0.516916][    T1] No ATAGs?
[    2.568527][    C0] random: fast init done
[    6.480557][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    6.486706][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    6.668840][    T1] raid6: int32x8  gen()   127 MB/s
[    6.838900][    T1] raid6: int32x8  xor()    86 MB/s
[    7.008624][    T1] raid6: int32x4  gen()   129 MB/s
[    7.178800][    T1] raid6: int32x4  xor()    83 MB/s
[    7.348596][    T1] raid6: int32x2  gen()   132 MB/s
[    7.518833][    T1] raid6: int32x2  xor()    94 MB/s
[    7.689086][    T1] raid6: int32x1  gen()   100 MB/s
[    7.858803][    T1] raid6: int32x1  xor()    68 MB/s
[    7.863743][    T1] raid6: using algorithm int32x2 gen() 132 MB/s
[    7.869824][    T1] raid6: .... xor() 94 MB/s, rmw enabled
[    7.875285][    T1] raid6: using intx1 recovery algorithm
[    7.880910][    T1] vgaarb: loaded
[    7.884768][    T1] SCSI subsystem initialized
[    7.889709][    T1] usbcore: registered new interface driver usbfs
[    7.895908][    T1] usbcore: registered new interface driver hub
[    7.902004][    T1] usbcore: registered new device driver usb
[    7.907902][    T1] pps_core: LinuxPPS API ver. 1 registered
[    7.913557][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.923377][    T1] PTP clock support registered
[    7.929304][    T1] clocksource: Switched to clocksource orion_clocksource
[    8.971851][    T1] VFS: Disk quotas dquot_6.6.0
[    8.976527][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.993882][    T1] NET: Registered protocol family 2
[    8.999754][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[    9.008089][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    9.015907][    T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    9.023097][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    9.030235][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    9.036750][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    9.043924][    T1] NET: Registered protocol family 1
[    9.049589][    T1] RPC: Registered named UNIX socket transport module.
[    9.056175][    T1] RPC: Registered udp transport module.
[    9.061621][    T1] RPC: Registered tcp transport module.
[    9.066992][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.074122][    T1] PCI: CLS 0 bytes, default 32
[    9.078947][    T1] Trying to unpack rootfs image as initramfs...
[    9.916107][    T1] Freeing initrd memory: 9488K
[    9.920986][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    9.929420][    T1] Initialise system trusted keyrings
[    9.934570][    T1] Key type blacklist registered
[    9.939493][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    9.946695][    T1] zbud: loaded
[    9.951054][    T1] NFS: Registering the id_resolver key type
[    9.956789][    T1] Key type id_resolver registered
[    9.961727][    T1] Key type id_legacy registered
[    9.966421][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    9.973807][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.981127][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    9.989061][    T1] fuse: init (API version 7.31)
[    9.994153][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   10.001458][    T1] orangefs_init: module version upstream loaded
[   10.007526][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   10.032901][    T1] async_tx: api initialized (async)
[   10.037944][    T1] Key type asymmetric registered
[   10.042812][    T1] Asymmetric key parser 'x509' registered
[   10.048415][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   10.057911][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   10.067882][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[   10.076193][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[   10.082405][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[   10.089992][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[   10.097007][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[   10.103733][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[   10.112181][    T1] PCI: bus0: Fast back to back transfers disabled
[   10.118436][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   10.127300][    T1] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f
[   10.134028][    T1] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x0007]
[   10.140296][    T1] pci 0000:01:00.0: reg 0x14: [io  0xf0000008-0xf000000b]
[   10.147238][    T1] pci 0000:01:00.0: reg 0x18: [io  0x0000-0x0007]
[   10.153505][    T1] pci 0000:01:00.0: reg 0x1c: [io  0xf0000018-0xf000001b]
[   10.160468][    T1] pci 0000:01:00.0: reg 0x20: [io  0xf0000020-0xf000002f]
[   10.167412][    T1] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff]
[   10.174437][    T1] pci 0000:01:00.0: supports D1
[   10.179120][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[   10.185803][    T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[   10.197333][    T1] PCI: bus1: Fast back to back transfers disabled
[   10.203608][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   10.211100][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[   10.218641][    T1] pci 0000:00:01.0: BAR 13: assigned [io  0x10000-0x10fff]
[   10.225684][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[   10.233599][    T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff]
[   10.241083][    T1] pci 0000:01:00.0: BAR 4: assigned [io  0x10000-0x1000f]
[   10.248020][    T1] pci 0000:01:00.0: BAR 0: assigned [io  0x10010-0x10017]
[   10.254981][    T1] pci 0000:01:00.0: BAR 2: assigned [io  0x10018-0x1001f]
[   10.261935][    T1] pci 0000:01:00.0: BAR 1: assigned [io  0x10020-0x10023]
[   10.268869][    T1] pci 0000:01:00.0: BAR 3: assigned [io  0x10024-0x10027]
[   10.275827][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[   10.281482][    T1] pci 0000:00:01.0:   bridge window [io  0x10000-0x10fff]
[   10.288420][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[   10.295983][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143)
[   10.303288][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   10.370114][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   10.380098][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   10.440100][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   10.450340][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   10.458607][    T1] printk: console [ttyS0] disabled
[   10.463678][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[   10.473383][    T1] printk: console [ttyS0] enabled
[   10.473383][    T1] printk: console [ttyS0] enabled
[   10.483227][    T1] printk: bootconsole [earlycon0] disabled
[   10.483227][    T1] printk: bootconsole [earlycon0] disabled
[   10.502096][    T1] loop: module loaded
[   10.506532][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   10.514912][    T1] scsi host0: sata_mv
[   10.519378][    T1] scsi host1: sata_mv
[   10.523517][    T1] ata1: SATA max UDMA/133 irq 33
[   10.528335][    T1] ata2: SATA max UDMA/133 irq 33
[   10.534127][    T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[   10.541326][    T1] nand: Samsung NAND 32MiB 3,3V 8-bit
[   10.546577][    T1] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[   10.554659][    T1] Scanning device for bad blocks
[   10.870798][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   10.903890][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   10.910910][    T1] Creating 5 MTD partitions on "orion_nand":
[   10.916780][    T1] 0x000000000000-0x0000000a0000 : "uboot"
[   10.923739][    T1] 0x0000000a0000-0x0000000b0000 : "env"
[   10.930412][    T1] 0x0000000b0000-0x0000002d8000 : "zImage"
[   10.937354][    T1] 0x0000002d8000-0x0000005d8000 : "initrd"
[   10.944384][    T1] 0x000000000000-0x000002000000 : "flash"
[   10.953288][    T1] libphy: Fixed MDIO Bus: probed
[   10.958900][    T1] libphy: orion_mdio_bus: probed
[   10.990380][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   10.998872][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   11.220894][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   11.719951][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:1f:50:89
[   11.729499][    T1] mv643xx_eth_port mv643xx_eth_port.1: DMA mask not set
[   12.449893][    T1] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:b8:1f:50:8a
[   12.459504][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   12.466785][    T1] ehci-pci: EHCI PCI platform driver
[   12.472031][    T1] ehci-orion: EHCI orion driver
[   12.476944][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   12.483210][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   12.491852][    T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   12.519344][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   12.526354][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   12.535386][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.543364][    T1] usb usb1: Product: EHCI Host Controller
[   12.548968][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   12.556331][    T1] usb usb1: SerialNumber: f1050000.ehci
[   12.562364][    T1] hub 1-0:1.0: USB hub found
[   12.566872][    T1] hub 1-0:1.0: 1 port detected
[   12.572244][    T1] usbcore: registered new interface driver usb-storage
[   12.579401][    T1] mousedev: PS/2 mouse device common for all mice
[   12.586266][    T1] rtc-mv f1010300.rtc: registered as rtc0
[   12.592064][    T1] i2c /dev entries driver
[   12.597534][    T1] device-mapper: uevent: version 1.0.3
[   12.603213][    T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[   12.612810][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   12.620136][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   12.627481][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   12.634931][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   12.641784][    T1] device-mapper: raid: Loading target version 1.14.0
[   12.648999][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   12.655459][    T1] drop_monitor: Initializing network drop monitor service
[   12.662790][    T1] NET: Registered protocol family 17
[   12.668179][    T1] Key type dns_resolver registered
[   12.674076][    T1] registered taskstats version 1
[   12.678894][    T1] Loading compiled-in X.509 certificates
[   12.684632][    T1] zswap: loaded using pool lzo/zbud
[   12.777959][    T1] Key type big_key registered
[   12.822946][    T1] Key type encrypted registered
[   12.829897][    T1] rtc-mv f1010300.rtc: setting system clock to 2020-01-07T11:48:07 UTC (1578397687)
[   12.842474][    T1] Freeing unused kernel memory: 1024K
[   12.849976][    T1] Checked W+X mappings: passed, no W+X pages found
[   12.856364][    T1] Run /init as init process
Loading, please wait...
[   12.939412][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
Starting version 241
[   13.151257][   T15] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[   13.172574][   T15] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   13.201810][   T15] usb 1-1: Product: USB2.0 Hub
[   13.220958][   T15] hub 1-1:1.0: USB hub found
[   13.229403][   T15] hub 1-1:1.0: 4 ports detected
[   13.569395][   T15] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[   13.740744][   T15] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
[   13.759399][   T15] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.767450][   T15] usb 1-1.2: Product: Ultra Fit
[   13.781314][  T162] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[   13.792592][   T15] usb 1-1.2: Manufacturer: SanDisk
[   13.797585][   T15] usb 1-1.2: SerialNumber: 4C530001270309102235
[   13.819629][   T15] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   13.827061][  T162] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ
[   13.834880][   T15] scsi host2: usb-storage 1-1.2:1.0
[   13.865859][  T162] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP
[   13.931364][  T162] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3
[   13.937657][  T162] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[   14.003008][  T162] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[   14.046513][  T162] ahci 0000:01:00.0: flags: 64bit stag led slum part
[   14.089581][  T162] scsi host3: ahci
[   14.112023][  T162] scsi host4: ahci
[   14.130203][  T162] scsi host5: ahci
[   14.134207][  T162] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38
[   14.179457][  T162] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38
[   14.187614][  T162] ata5: DUMMY
[   14.272622][  T166] usbcore: registered new interface driver uas
[   14.560838][  T176] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   14.573402][  T176] ata3.00: ATA-8: SAMSUNG HM320HJ, 2AK10001, max UDMA/133
[   14.580426][  T176] ata3.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 0/32)
[   14.593499][  T176] ata3.00: configured for UDMA/133
[   14.608980][   T23] scsi 3:0:0:0: Direct-Access     ATA      SAMSUNG HM320HJ  0001 PQ: 0 ANSI: 5
[   14.622138][   T23] sd 3:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[   14.630564][   T23] sd 3:0:0:0: [sda] Write Protect is off
[   14.636208][   T23] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   14.890954][  T183] scsi 2:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[   14.905794][  T183] sd 2:0:0:0: [sdb] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[   14.922534][  T183] sd 2:0:0:0: [sdb] Write Protect is off
[   14.928892][  T183] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   14.947382][  T183]  sdb: sdb1
[   14.958783][  T183] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   14.965094][  T178] ata4: SATA link down (SStatus 0 SControl 300)
[   15.015474][   T23]  sda: sda1 sda2
[   15.023707][   T23] sd 3:0:0:0: [sda] 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 ... done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sdb1] fsck.ext3 -a -C0 /dev/sdb1
rootfs: recovering journal
rootfs: clean, 15078/1880480 files, 350566/7507712 blocks
done.
[   25.780669][  T202] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
[   25.849626][  T202] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.93 booting
[info] Using makefile-style concurrent boot in runlevel S.
[ ok ] Starting hotplug events dispatcher: systemd-udevd.
[ ok ] Synthesizing the initial hotplug events (subsystems)...done.
[   28.772774][  T381] systemd-udevd[381]: Using default interface naming scheme 'v240'.
[ ok                                                       done.
[   28.823943][  T383] systemd-udevd[383]: Using default interface naming scheme 'v240'.
[   28.832194][    C0] random: crng init done
[....] Waiting for /dev to be fully populated...[   28.935327][  T381] systemd-udevd[381]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   28.953384][  T383] systemd-udevd[383]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[   29.126527][  T403] sd 3:0:0:0: Attached scsi generic sg0 type 0
[   29.223146][  T403] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   29.266401][  T405] adt7475 0-002e: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   29.282368][  T401] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[   29.354283][  T401] watchdog: f1020300.watchdog-timer: falling back to default timeout (21)
[   29.379507][  T405] adt7475 0-002e: ADT7473 device, revision 0
[   29.483465][  T401] orion_wdt: Initial timeout 21 sec
[   29.500531][  T405] adt7475 0-002e: Optional features: fan4 pwm2
[   29.822796][  T383] marvell-cesa f1030000.crypto: CESA device successfully registered
[   29.993623][  T403] systemd-udevd[403]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
done.
[ ok ] Setting hostname to 'debian'...done.
[ ok ] Activating swap:.
[   31.464917][  T607] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[info] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[ ok ] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable..
[ ok ] Cleaning up temporary files...[....] Cleaning /tmp...done.
[ ok .
[ ok ] Will now mount local filesystems:.
[ ok ] Will now activate swapfile swap:done.
[ ok ] Checking minimum space in /tmp...done.
[ ok ] Cleaning up temporary files....
[ ok ] Starting Setting kernel variables: sysctl.
[ ok ] Initializing random number generator...done.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:d0:b8:1f:50:89
Sending on   LPF/eth0/00:d0:b8:1f:50:89
Sending on   Socket/fallback
DHCPREQUEST for 192.168.1.149 on eth0 to 255.255.255.255 port 67
[   37.007472][    C0] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.1.149 on eth0 to 255.255.255.255 port 67
DHCPREQUEST for 192.168.1.149 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 192.168.1.149 from 192.168.1.1
DHCPREQUEST for 192.168.1.149 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.149 from 192.168.1.1
bound to 192.168.1.149 -- renewal in 37982 seconds.
[   53.569222][ T1162] NET: Registered protocol family 10
[   53.576487][ T1162] Segment Routing with IPv6
done.
[ ok ] Starting RPC port mapper daemon: rpcbind.
[ ok ] Starting NFS common utilities: statd idmapd.
[ ok ] Cleaning up temporary files....
INIT: Entering runlevel: 2
[info] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1370 (syslogd)
. ok
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1397 (klogd)
. ok
[ ok ] Starting system message bus: dbus.
[ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
[ ok ] Starting NFS common utilities: statd idmapd.
[warn] Not starting NFS kernel daemon: no exports. ... (warning).
[ ok ] Starting NTP server: ntpd.
[ ok ] Starting OpenBSD Secure Shell server: sshd.
[ ok ] Running local boot scripts (/etc/rc.local).

Debian GNU/Linux 10 debian ttyS0

debian login:


So it is a success but now i have a few more questions:
- is it safe to do a saveenv now? do i need to remove the earlyprintk option?
- these env settings allow to fall back to previous behavior in case i want to return to factory using iomega usb recovery method? (just a question for reselling value concerns)
- is there a reason why im not getting ip assignment on one of the gigabit eth ports? (on the success log i posted the nas is receiving ip normally on the "good" port but if i move the cable to the other port its as if it never receive a dhcp answer)

And tyvvvm for all the help, im very happy about giving new life to my ageing nas :D
TrashCanMan
Re: Help with iomega ix4-200d installation
January 07, 2020 06:28AM
And another question, do i need to correct again the initrd value in the future or there should be measures in place to correct that automatically if/when i update the kernel in the future?
Re: Help with iomega ix4-200d installation
January 07, 2020 08:45AM
Quote

And tyvvvm for all the help, im very happy about giving new life to my ageing nas :D

Cool!

Quote

So it is a success but now i have a few more questions:
- is it safe to do a saveenv now? do i need to remove the earlyprintk option?

Yes it is safe to do saveenv after you've enter all new envs in serial console. No need to remove earlyprintk, it is very useful in troubleshooting boot problem, and it does not effect booting in anyway.

Quote

- these env settings allow to fall back to previous behavior in case i want to return to factory using iomega usb recovery method? (just a question for reselling value concerns)

No, not yet. If you want to boot back to stock when you remove the USB rootfs, or to activate the USB recovery, then a few more envs adjustment is needed. So make sure you save the stock envs in a text file. And then I'll show you how to modify the bootcmd env to boot back to stock.


Quote

- is there a reason why im not getting ip assignment on one of the gigabit eth ports? (on the success log i posted the nas is receiving ip normally on the "good" port but if i move the cable to the other port its as if it never receive a dhcp answer)

That has something to do with both: the DTB and the ethernet addresses. Your u-boot envs are OK, showing both have valid addresses.

ethaddr=00:D0:B8:1F:50:89
eth1addr=00:d0:b8:1f:50:8a

So we need to look at the DTS for this box (see the kernel patch file linux-5.4.2-kirkwood-tld-1.patch, which has all DTS patches) to see if both ethernet ports are activated, or just the 1st one that corresponds to ethaddr. If we can determine that the 2nd port activation is needed, I'll modify the DTS to compile a new DTB for this box.


Quote

And another question, do i need to correct again the initrd value in the future or there should be measures in place to correct that automatically if/when i update the kernel in the future?

No need to. That load address for initrd should be good for long while until the kernel size growth substantially (I don't expect it to).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 07, 2020 10:20AM
bodhi Wrote:
-------------------------------------------------------

>
Quote

So it is a success but now i have a few
> more questions:
> - is it safe to do a saveenv now? do i need to
> remove the earlyprintk option?
>
> Yes it is safe to do saveenv after you've enter
> all new envs in serial console. No need to remove
> earlyprintk, it is very useful in troubleshooting
> boot problem, and it does not effect booting in
> anyway.
>
Exelent ill do the saveenvs once i get back home in a few hours

>
Quote

- these env settings allow to fall back to
> previous behavior in case i want to return to
> factory using iomega usb recovery method? (just a
> question for reselling value concerns)
>
> No, not yet. If you want to boot back to stock
> when you remove the USB rootfs, or to activate the
> USB recovery, then a few more envs adjustment is
> needed. So make sure you save the stock envs in a
> text file. And then I'll show you how to modify
> the bootcmd env to boot back to stock.
>
>
Dont worry about that now, ill save the stock envs and if/when i need to go back to stock ill ask again here

>
Quote

- is there a reason why im not getting ip
> assignment on one of the gigabit eth ports? (on
> the success log i posted the nas is receiving ip
> normally on the "good" port but if i move the
> cable to the other port its as if it never receive
> a dhcp answer)
>
> That has something to do with both: the DTB and
> the ethernet addresses. Your u-boot envs are OK,
> showing both have valid addresses.
>
>
> ethaddr=00:D0:B8:1F:50:89
> eth1addr=00:d0:b8:1f:50:8a
>
>
> So we need to look at the DTS for this box (see
> the kernel patch file
> linux-5.4.2-kirkwood-tld-1.patch, which has all
> DTS patches) to see if both ethernet ports are
> activated, or just the 1st one that corresponds to
> ethaddr. If we can determine that the 2nd port
> activation is needed, I'll modify the DTS to
> compile a new DTB for this box.
>
>
So, if i understand correctly i should do the upgrade process to the latest version and see if the problem persist?

>
Quote

And another question, do i need to correct
> again the initrd value in the future or there
> should be measures in place to correct that
> automatically if/when i update the kernel in the
> future?
>
> No need to. That load address for initrd should be
> good for long while until the kernel size growth
> substantially (I don't expect it to).
Ok, not an issue for a long time then :D

And again, tyvm for all your help :D
Re: Help with iomega ix4-200d installation
January 08, 2020 12:04AM
> So, if i understand correctly i should do the
> upgrade process to the latest version and see if
> the problem persist?

I dont think the DTS has changed since the rootfs release. So I need to take a look at that DTS source.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 08, 2020 05:36AM
Can i help maybe with something from the original os? i still have an HDD with it installed and if i remove the usb it should boot back to original, then i can extract the original dts/dtb if you teach me how ...or anything you might need from original...
Re: Help with iomega ix4-200d installation
January 08, 2020 06:03AM
TrashCanMan,

Definitely, you could investigate this issue personally. However, stock kernel is too old. it does not have any DTS. All hardware initialization was built into the kernel.
Linux version 2.6.31.8 (soho@bsoho132.lss.emc.com) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #1 Mon Feb 13 16:48:23 EST 2012

I could:
- Extract the tarball linux-5.4.2-kirkwood-tld-1-bodhi.tar.bz2, to look at the DTS and recompile it on my laptop. I'm on the road so am a little bit slow in my finding.

You could:
- Do the same. And post the DTS here with question, I will guide you about what to change.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with iomega ix4-200d installation
January 08, 2020 06:07AM
I have a few minutes so I went ahead and extracted it. The DTS patch:

diff -Naur --no-dereference a/arch/arm/boot/dts/kirkwood-iomega_ix4_200d.dts b/arch/arm/boot/dts/kirkwood-iomega_ix4_200d.dts
--- a/arch/arm/boot/dts/kirkwood-iomega_ix4_200d.dts	1969-12-31 16:00:00.000000000 -0800
+++ b/arch/arm/boot/dts/kirkwood-iomega_ix4_200d.dts	2019-12-14 15:23:30.029038568 -0800
@@ -0,0 +1,109 @@
+/*
+ *  Device tree file for the Iomega ix4-200d
+ *
+ * Copyright (c) 2016, bodhi <mibodhi at gmail.com>
+ * Copyright (c) 2015, DaMacc
+ *
+*/
+
+/dts-v1/;
+
+#include "kirkwood.dtsi"      
+#include "kirkwood-6281.dtsi" 
+
+/ {
+	model = "Iomega ix4-200d";
+	compatible = "marvell,rd88f6281-a", "marvell,rd88f6281", "marvell,kirkwood-88f6281", "marvell,kirkwood";
+
+memory {                                    
+        device_type = "memory";             
+        reg = <0x00000000 0x20000000>;      
+};                                          
+                                            
+chosen {                                    
+        bootargs = "console=ttyS0,115200n8 earlyprintk";
+        stdout-path = &uart0;               
+};                                          
+                                            
+ocp@f1000000 {
+
+	i2c@11000 {                                
+		status = "okay";                   
+						   
+		adt7473@2e {                       
+			compatible = "adi,adt7473";
+			reg = <0x2e>;              
+		};                                 
+	};                                         
+	
+        serial@12000 {                               
+                status = "ok";                       
+        };                                           
+                                                     
+        sata@80000 {                                 
+                status = "okay";                     
+                nr-ports = <2>;                      
+        };                                           
+                                                     
+};
+
+};
+
+&nand {
+        chip-delay = <40>;
+        status = "okay";
+
+        partition@0 {
+                label = "u-boot";
+                reg = <0x0000000 0x100000>;
+                read-only;
+        };
+
+        partition@100000 {
+                label = "uImage";
+                reg = <0x0100000 0x0500000>;
+        };
+
+        partition@0500000 {
+                label = "rootfs";
+                reg = <0x0500000 0x2000000>;
+        };
+};
+
+&mdio {
+	status = "okay";
+
+	ethphy0: ethernet-phy@8 {
+		device_type = "ethernet-phy";
+		reg = <8>;
+	};
+
+	ethphy1: ethernet-phy@9 {
+		device_type = "ethernet-phy";
+		reg = <9>;
+	};
+};
+
+&eth0 {
+	status = "okay";
+	ethernet0-port@0 {
+		phy-handle = <&ethphy0>;
+	};
+};
+
+&eth1 {
+	status = "okay";
+	ethernet1-port@0 {
+		phy-handle = <&ethphy1>;
+	};
+};
+
+&pciec {
+	status = "okay";
+};
+
+&pcie0 {
+	status = "okay";
+};
+
+

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with iomega ix4-200d installation
January 08, 2020 06:12AM
The bad news is that both ports were activated. So the problem is somewhere else. Let me take a look at your boot log.

+&mdio {
+	status = "okay";
+
+	ethphy0: ethernet-phy@8 {
+		device_type = "ethernet-phy";
+		reg = <8>;
+	};
+
+	ethphy1: ethernet-phy@9 {
+		device_type = "ethernet-phy";
+		reg = <9>;
+	};
+};
+
+&eth0 {
+	status = "okay";
+	ethernet0-port@0 {
+		phy-handle = <&ethphy0>;
+	};
+};
+
+&eth1 {
+	status = "okay";
+	ethernet1-port@0 {
+		phy-handle = <&ethphy1>;
+	};
+};
+

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with iomega ix4-200d installation
January 08, 2020 06:21AM
It looks OK. Let's try this.

Shutdown, and plug your ethernet cable into the other port. And then power up. See if you have network connection. Please post bootlog here.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 09, 2020 01:27PM
Sorry the delay, ive been busy troubleshooting a very weird problem, first of all i solved myself the eth1 problem, since i was planning to install omv anyway i started that process and when i tried to add the second card on the omv interface everything worked perfectly, no error, restart and the second eth work perfect, no idea what magic does omv under the hood but it solved the issue, but now i have another problem, 2 of the 4 sata ports of this unit are behaving really bad, at first i thought that i had hdd problems but then i started isolating the disks, if i place a pair of my disks on port 1 and 2 (detected as sda and sdb, dont think it matters) i can use them without problems, create fs, format, use them, i was even able to create a mirror raid (is it called raid 1 i think? and it took 2 hours but the entire consistency check succeded and i was able to create a fs and copy some stuff to it...but if i place the SAME 2 disks on ports 3 and 4 the nas start giving issues as soon as i try to work with them...afaik this unit use a different chip for port 3 and 4, maybe that second driver have problems?
first a console dump up to the point i try to create a mirror raid:

[   ***] A start job is running for Raise ne…k interfaces (1min 41s / 5min 35s)[  131.280002][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
         Starting NFS Mount Daemon...
         Starting Statistics collection and monitoring daemon...
         Starting A high performance web server and a reverse proxy server...
         Starting The PHP 7.0 FastCGI Process Manager...
         Starting OpenBSD Secure Shell server...
         Starting The OpenMediaVault engine … that processes the RPC request...
[  OK  ] Reached target Network is Online.
         Starting /etc/rc.local Compatibility...
         Starting Generate the prelogin message...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started NFS Mount Daemon.
         Starting NFS server and services...
[  OK  ] Started OpenBSD Secure Shell server.
[  152.673045][  T925] NFSD: Using UMH upcall client tracking operations.
[  152.698831][  T925] NFSD: starting 90-second grace period (net f000001c)
[  OK  ] Started NFS server and services.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting LSB: Starts ProFTPD daemon...
         Starting LSB: Start NTP daemon...
         Starting LSB: service and resource monitoring daemon...
         Starting LSB: Starts syslogd...
         Starting Permit User Sessions...
         Starting LSB: start or stop rrdcached...
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[  OK  ] Started LSB: Starts syslogd.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Statistics collection and monitoring daemon.
[  OK  ] Started The OpenMediaVault engine d…on that processes the RPC request.
[  OK  ] Started The PHP 7.0 FastCGI Process Manager.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
         Starting LSB: Starts klogd...
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Started LSB: service and resource monitoring daemon.
[  OK  ] Started A high performance web server and a reverse proxy server.
[  OK  ] Started LSB: Starts klogd.
[  OK  ] Started LSB: start or stop rrdcached.
[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started LSB: Starts ProFTPD daemon.
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  OK  ] Started Generate the prelogin message.
[  OK  ] Reached target Multi-User System.
         Starting watchdog daemon...
[  158.062508][ T1115] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
         Starting Beep after system start...
[  OK  ] Started watchdog daemon.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started Beep after system start.

openmediavault 4.1.31-1 (Arrakis) debian ttyS0
Copyright (C) 2009-2020 by Volker Theile. All rights reserved.

To manage the system visit the openmediavault web control panel:

eth1: 192.168.1.149
eth1: [2800:810:476:8262:7885:a1d4:9edd:8f8a temporary dynamic
2800:810:476:8262:2d0:b8ff:fe1f:508a mngtmpaddr dynamic ]

By default the web control panel administrator account has the
username 'admin' and password 'openmediavault'.
It is recommended that you change the password for this account
within the web control panel or using the 'omv-firstaid' CLI
command.

For more information regarding this appliance, please visit the
web site: https://www.openmediavault.org

debian login: [  OK  ] Stopped target RPC Port Mapper.
         Stopping pNFS block layout mapping daemon...
         Starting Beep before system shutdown...
         Stopping ACPI event daemon...
[  OK  ] Stopped target Timers.
[  OK  ] Stopped Clean PHP session files every 30 mins.
[  OK  ] Stopped Trigger anacron every hour.
[  OK  ] Stopped Daily Cleanup of Temporary Directories.
[  OK  ] Stopped target Graphical Interface.
         Stopping watchdog daemon...
[  OK  ] Stopped Daily apt upgrade and clean activities.
[  OK  ] Stopped Daily apt download activities.
[  OK  ] Stopped pNFS block layout mapping daemon.
[  OK  ] Stopped ACPI event daemon.
[  OK  ] Stopped watchdog daemon.
[  OK  ] Stopped target Multi-User System.
         Stopping LSB: set CPUFreq kernel parameters...
         Stopping LSB: Starts ProFTPD daemon...
         Stopping Regular background program processing daemon...
         Stopping Statistics collection and monitoring daemon...
         Stopping LSB: Start NTP daemon...
         Stopping Login Service...
         Stopping Self Monitoring and Reporting Technology (SMART) Daemon...
         Stopping A high performance web server and a reverse proxy server...
[  OK  ] Stopped Generate the prelogin message.
[  OK  ] Stopped The OpenMediaVault engine d…on that processes the RPC request.
         Stopping OpenBSD Secure Shell server...
         Stopping D-Bus System Message Bus...
         Stopping LSB: service and resource monitoring daemon...
         Stopping The PHP 7.0 FastCGI Process Manager...
         Stopping LSB: Starts klogd...
[  OK  ] Stopped target Login Prompts.
         Stopping Serial Getty on ttyS0...
         Stopping Getty on tty1...
         Stopping LSB: start or stop rrdcached...
         Stopping System Logging Service...
         Stopping Avahi mDNS/DNS-SD Stack...
[  OK  ] Stopped Self Monitoring and Reporting Technology (SMART) Daemon.
[  OK  ] Stopped Regular background program processing daemon.
[  OK  ] Stopped Login Service.
[  OK  ] Stopped Avahi mDNS/DNS-SD Stack.
[  OK  ] Stopped System Logging Service.
[  OK  ] Stopped D-Bus System Message Bus.
[  OK  ] Stopped The PHP 7.0 FastCGI Process Manager.
[  OK  ] Stopped OpenBSD Secure Shell server.
[  OK  ] Stopped Statistics collection and monitoring daemon.
[  OK  ] Stopped Serial Getty on ttyS0.
[  OK  ] Stopped Getty on tty1.
[  OK  ] Started Beep before system shutdown.
[  OK  ] Stopped A high performance web server and a reverse proxy server.
[  OK  ] Stopped LSB: Starts klogd.
[  OK  ] Stopped LSB: set CPUFreq kernel parameters.
[  OK  ] Stopped LSB: Start NTP daemon.
         Stopping LSB: Load kernel modules needed to enable cpufreq scaling...
         Stopping LSB: Starts syslogd...
[  OK  ] Removed slice system-getty.slice.
         Stopping Permit User Sessions...
[  OK  ] Stopped /etc/rc.local Compatibility.
[  OK  ] Removed slice system-serial\x2dgetty.slice.
[  OK  ] Stopped LSB: Starts syslogd.
[  OK  ] Stopped LSB: Starts ProFTPD daemon.
[  OK  ] Stopped Permit User Sessions.
[  OK  ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.
[  OK  ] Stopped LSB: start or stop rrdcached.
[  OK  ] Stopped target System Time Synchronized.
[  OK  ] Stopped target Network is Online.
[  OK  ] Stopped LSB: service and resource monitoring daemon.
[  OK  ] Stopped target Remote File Systems.
[  OK  ] Stopped target Remote File Systems (Pre).
         Stopping NFS server and services...
[  OK  ] Stopped target NFS client services.
[  OK  ] Stopped target Basic System.
[  OK  ] Stopped target Slices.
[  296.547477][  T936] nfsd: last server has exited, flushing export cache
[  OK  ] Removed slice User and Session Slice.
[  OK  ] Stopped target Sockets.
[  OK  ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Closed Syslog Socket.
[  OK  ] Closed ACPID Listen Socket.
[  OK  ] Closed D-Bus System Message Bus Socket.
[  OK  ] Stopped target Paths.
[  OK  ] Stopped ACPI Events Check.
[  OK  ] Stopped target System Initialization.
         Stopping Load/Save Random Seed...
[  OK  ] Stopped target Encrypted Volumes.
[  OK  ] Stopped Forward Password Requests to Wall Directory Watch.
[  OK  ] Stopped target Swap.
         Stopping Update UTMP about System Boot/Shutdown...
[  OK  ] Stopped Dispatch Password Requests to Console Directory Watch.
[  OK  ] Stopped Load/Save Random Seed.
[  OK  ] Stopped NFS server and services.
[  OK  ] Stopped Update UTMP about System Boot/Shutdown.
[  OK  ] Stopped Create Volatile Files and Directories.
         Stopping NFSv4 ID-name mapping service...
         Stopping NFS Mount Daemon...
[  OK  ] Stopped NFSv4 ID-name mapping service.
[  OK  ] Stopped NFS Mount Daemon.
[  OK  ] Stopped target Network.
         Stopping Raise network interfaces...
         Unmounting RPC Pipe File System...
[  OK  ] Unmounted RPC Pipe File System.
[  OK  ] Stopped Raise network interfaces.
[  OK  ] Stopped target Local File Systems.
         Unmounting /tmp...
[  OK  ] Stopped Apply Kernel Variables.
[  OK  ] Stopped Load Kernel Modules.
[  OK  ] Unmounted /tmp.
[  OK  ] Reached target Unmount All Filesystems.
[  OK  ] Stopped target Local File Systems (Pre).
[  OK  ] Stopped Remount Root and Kernel File Systems.
         Stopping Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
[  OK  ] Stopped Create Static Device Nodes in /dev.
[  OK  ] Reached target Shutdown.
[  302.846417][    T1] printk: systemd-shutdow: 31 output lines suppressed due to ratelimiting
[  303.520186][    T1] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[  303.547911][  T285] systemd-journald[285]: Received SIGTERM from PID 1 (systemd-shutdow).
[  303.580057][    T1] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[  303.601752][    T1] systemd-shutdown[1]: Unmounting file systems.
[  303.609122][    T1] systemd-shutdown[1]: Remounting '/' read-only with options 'errors=remount-ro'.
[  303.636385][    T1] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[  303.660108][    T1] systemd-shutdown[1]: Remounting '/' read-only with options 'errors=remount-ro'.
[  303.669645][    T1] EXT4-fs (sdc1): re-mounted. Opts: errors=remount-ro
[  303.676356][    T1] systemd-shutdown[1]: All filesystems unmounted.
[  303.682835][    T1] systemd-shutdown[1]: Deactivating swaps.
[  303.688716][    T1] systemd-shutdown[1]: All swaps deactivated.
[  303.694686][    T1] systemd-shutdown[1]: Detaching loop devices.
[  303.714466][    T1] systemd-shutdown[1]: All loop devices detached.
[  304.791307][    T1] sd 3:0:0:0: [sdb] Synchronizing SCSI cache
[  304.797515][    T1] sd 3:0:0:0: [sdb] Stopping disk
[  305.440690][    T1] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[  305.446897][    T1] sd 2:0:0:0: [sda] Stopping disk
[  305.687053][    T1] reboot: System halted

         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_
| | | |___|  _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
 \___/    |____/ \___/ \___/ \__|  ** uboot_ver:v1.1.1 **

 ** MARVELL BOARD: IX4-110 LE

U-Boot 1.1.4 (Mar 10 2011 - 15:01:57) Marvell version: 3.4.18

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CF600

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000   size 256MB
DRAM CS[1] base 0x10000000   size 256MB
DRAM Total size 512MB  16bit width
Found 0x20 i2c device
Toggle power status
Set Power State as Always On
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:32 MB
Found ADT7473, program LED ...(led_volt=90)  OK
Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60)  OK

Marvell Serial ATA Adapter
Integrated Sata device found


CPU : Marvell Feroceon (Rev 1)
Found initrd at 0x2d8000

Streaming disabled
Write allocate disabled

Module 0 is RGMII
Module 1 is RGMII

USB 0: host mode
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
SCSI:  AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode
flags: 64bit ncq stag led pmp slum part
scanning bus for devices...
  Device 0: (0:0) Vendor: ATA Prod.: WDC WD10SPZX-24Z Rev: 01.0
            Type: Hard Disk
            Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
  Device 1: (1:0) Vendor: ATA Prod.: WDC WD10SPZX-24Z Rev: 04.0
            Type: Hard Disk
            Capacity: 953869.7 MB = 931.5 GB (1953525168 x 512)
Net:   egiga0 [PRIME], egiga1
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
.................................................................................................................................................................................................................
.......................................................................

4972946 bytes read
....
.
......
............
.........................
...................................................
......................................................................................................
.................................................................................................................................................................................................................
.........................................................................................................................................................................................................................................................................................................................................................................................................................
...............................................................................................................................................................................

10232806 bytes read
## Booting image at 00800000 ...
   Image Name:   Linux-5.2.9-kirkwood-tld-1
   Created:      2020-01-09   1:54:19 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4972882 Bytes =  4.7 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 02100000 ...
   Image Name:   initramfs-5.2.9-kirkwood-tld-1
   Created:      2020-01-09   2:51:31 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    10232742 Bytes =  9.8 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[    0.000000][    T0] Booting Linux on physical CPU 0x0
[    0.000000][    T0] Linux version 5.2.9-kirkwood-tld-1 (root@tldDebian) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)) #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019
[    0.000000][    T0] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000][    T0] CPU: VIVT data cache, VIVT instruction cache
[    0.000000][    T0] OF: fdt: Machine model: Iomega ix4-200d
[    0.000000][    T0] printk: bootconsole [earlycon0] enabled
[    0.000000][    T0] Memory policy: Data cache writeback
[    0.000000][    T0] Built 1 zonelists, mobility grouping on.  Total pages: 130048
[    0.000000][    T0] Kernel command line: console=ttyS0,115200 mtdparts=orion_nand:0xa0000@0x0(uboot),0x10000@0xa0000(env),0x228000@0xb0000(zImage),0x300000@0x2d8000(initrd),32m@0x0(flash) root=LABEL=rootfs rootdelay=10 earlyprintk=serial init=/bin/systemd
[    0.000000][    T0] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000][    T0] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000][    T0] Memory: 494188K/524288K available (9216K kernel code, 868K rwdata, 3400K rodata, 1024K init, 301K bss, 30100K reserved, 0K cma-reserved)
[    0.000000][    T0] random: get_random_u32 called from cache_alloc_refill+0x38c/0x928 with crng_init=0
[    0.000000][    T0] rcu: Preemptible hierarchical RCU implementation.
[    0.000000][    T0]  Tasks RCU enabled.
[    0.000000][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000][    T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000][    T0] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[    0.000008][    T0] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[    0.008521][    T0] Switching to timer-based delay loop, resolution 5ns
[    0.015805][    T0] Console: colour dummy device 80x30
[    0.021001][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=2000000)
[    0.032216][    T0] pid_max: default: 32768 minimum: 301
[    0.037850][    T0] LSM: Security Framework initializing
[    0.043346][    T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.050676][    T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.059235][    T0] *** VALIDATE proc ***
[    0.063454][    T0] *** VALIDATE cgroup1 ***
[    0.067712][    T0] *** VALIDATE cgroup2 ***
[    0.072088][    T0] CPU: Testing write buffer coherency: ok
[    0.079192][    T1] Setting up static identity map for 0x100000 - 0x100058
[    0.086293][    T1] mvebu-soc-id: MVEBU SoC ID=0x6281, Rev=0x3
[    0.092405][    T1] rcu: Hierarchical SRCU implementation.
[    0.101025][    T1] devtmpfs: initialized
[    0.109665][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.120227][    T1] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.127250][    T1] xor: measuring software checksum speed
[    0.228543][    T1]    arm4regs  :  1083.600 MB/sec
[    0.328541][    T1]    8regs     :   650.400 MB/sec
[    0.428541][    T1]    32regs    :   946.000 MB/sec
[    0.433399][    T1] xor: using function: arm4regs (1083.600 MB/sec)
[    0.439671][    T1] prandom: seed boundary self test passed
[    0.449442][    T1] prandom: 100 self tests passed
[    0.454220][    T1] pinctrl core: initialized pinctrl subsystem
[    0.461439][    T1] NET: Registered protocol family 16
[    0.467118][    T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.475456][    T1] audit: initializing netlink subsys (disabled)
[    0.482729][   T14] audit: type=2000 audit(0.470:1): state=initialized audit_enabled=0 res=1
[    0.491265][    T1] cpuidle: using governor ladder
[    0.496108][    T1] cpuidle: using governor menu
[    0.501317][    T1] Feroceon L2: Enabling L2
[    0.505601][    T1] Feroceon L2: Cache support initialised.
[    0.516959][    T1] No ATAGs?
[    2.568527][    C0] random: fast init done
[    6.480732][   T71] alg: No test for lzo-rle (lzo-rle-generic)
[    6.486882][   T73] alg: No test for lzo-rle (lzo-rle-scomp)
[    6.668825][    T1] raid6: int32x8  gen()   127 MB/s
[    6.838910][    T1] raid6: int32x8  xor()    86 MB/s
[    7.008799][    T1] raid6: int32x4  gen()   129 MB/s
[    7.178802][    T1] raid6: int32x4  xor()    83 MB/s
[    7.348690][    T1] raid6: int32x2  gen()   132 MB/s
[    7.518834][    T1] raid6: int32x2  xor()    94 MB/s
[    7.689087][    T1] raid6: int32x1  gen()   100 MB/s
[    7.858802][    T1] raid6: int32x1  xor()    68 MB/s
[    7.863743][    T1] raid6: using algorithm int32x2 gen() 132 MB/s
[    7.869825][    T1] raid6: .... xor() 94 MB/s, rmw enabled
[    7.875285][    T1] raid6: using intx1 recovery algorithm
[    7.880911][    T1] vgaarb: loaded
[    7.884768][    T1] SCSI subsystem initialized
[    7.889705][    T1] usbcore: registered new interface driver usbfs
[    7.895908][    T1] usbcore: registered new interface driver hub
[    7.902008][    T1] usbcore: registered new device driver usb
[    7.907909][    T1] pps_core: LinuxPPS API ver. 1 registered
[    7.913566][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.923378][    T1] PTP clock support registered
[    7.929328][    T1] clocksource: Switched to clocksource orion_clocksource
[    8.971765][    T1] VFS: Disk quotas dquot_6.6.0
[    8.976442][    T1] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    8.993824][    T1] NET: Registered protocol family 2
[    8.999691][    T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes)
[    9.008029][    T1] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    9.015846][    T1] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    9.023038][    T1] TCP: Hash tables configured (established 4096 bind 4096)
[    9.030184][    T1] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    9.036699][    T1] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    9.043874][    T1] NET: Registered protocol family 1
[    9.049546][    T1] RPC: Registered named UNIX socket transport module.
[    9.056132][    T1] RPC: Registered udp transport module.
[    9.061577][    T1] RPC: Registered tcp transport module.
[    9.066949][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.074079][    T1] PCI: CLS 0 bytes, default 32
[    9.078903][    T1] Trying to unpack rootfs image as initramfs...
[    9.960985][    T1] Freeing initrd memory: 9996K
[    9.965815][    T1] NetWinder Floating Point Emulator V0.97 (double precision)
[    9.974245][    T1] Initialise system trusted keyrings
[    9.979440][    T1] Key type blacklist registered
[    9.984324][    T1] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    9.991597][    T1] zbud: loaded
[    9.995892][    T1] NFS: Registering the id_resolver key type
[   10.001714][    T1] Key type id_resolver registered
[   10.006566][    T1] Key type id_legacy registered
[   10.011311][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[   10.018678][    T1] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   10.026016][    T1] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[   10.033970][    T1] fuse: init (API version 7.31)
[   10.039025][    T1] orangefs_debugfs_init: called with debug mask: :none: :0:
[   10.046334][    T1] orangefs_init: module version upstream loaded
[   10.052427][    T1] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   10.069097][    T1] async_tx: api initialized (async)
[   10.074224][    T1] Key type asymmetric registered
[   10.078996][    T1] Asymmetric key parser 'x509' registered
[   10.084651][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[   10.094219][    T1] kirkwood-pinctrl f1010000.pin-controller: registered pinctrl driver
[   10.104152][    T1] mvebu-pcie mbus@f1000000:pcie@82000000: PCI host bridge to bus 0000:00
[   10.112463][    T1] pci_bus 0000:00: root bus resource [bus 00-ff]
[   10.118625][    T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff]
[   10.126183][    T1] pci_bus 0000:00: root bus resource [io  0x1000-0xeffff]
[   10.133215][    T1] pci 0000:00:01.0: [11ab:6281] type 01 class 0x060400
[   10.139933][    T1] pci 0000:00:01.0: reg 0x38: [mem 0x00000000-0x000007ff pref]
[   10.148366][    T1] PCI: bus0: Fast back to back transfers disabled
[   10.154652][    T1] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[   10.163504][    T1] pci 0000:01:00.0: [11ab:6121] type 00 class 0x01018f
[   10.170229][    T1] pci 0000:01:00.0: reg 0x10: [io  0x0000-0x0007]
[   10.176476][    T1] pci 0000:01:00.0: reg 0x14: [io  0xf0000008-0xf000000b]
[   10.183436][    T1] pci 0000:01:00.0: reg 0x18: [io  0x0000-0x0007]
[   10.189707][    T1] pci 0000:01:00.0: reg 0x1c: [io  0xf0000018-0xf000001b]
[   10.196650][    T1] pci 0000:01:00.0: reg 0x20: [io  0xf0000020-0xf000002f]
[   10.203609][    T1] pci 0000:01:00.0: reg 0x24: [mem 0x40000000-0x400003ff]
[   10.210639][    T1] pci 0000:01:00.0: supports D1
[   10.215321][    T1] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[   10.221997][    T1] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[   10.233528][    T1] PCI: bus1: Fast back to back transfers disabled
[   10.239814][    T1] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[   10.247279][    T1] pci 0000:00:01.0: BAR 14: assigned [mem 0xe0000000-0xe00fffff]
[   10.254844][    T1] pci 0000:00:01.0: BAR 13: assigned [io  0x10000-0x10fff]
[   10.261889][    T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xe0100000-0xe01007ff pref]
[   10.269800][    T1] pci 0000:01:00.0: BAR 5: assigned [mem 0xe0000000-0xe00003ff]
[   10.277259][    T1] pci 0000:01:00.0: BAR 4: assigned [io  0x10000-0x1000f]
[   10.284218][    T1] pci 0000:01:00.0: BAR 0: assigned [io  0x10010-0x10017]
[   10.291173][    T1] pci 0000:01:00.0: BAR 2: assigned [io  0x10018-0x1001f]
[   10.298107][    T1] pci 0000:01:00.0: BAR 1: assigned [io  0x10020-0x10023]
[   10.305066][    T1] pci 0000:01:00.0: BAR 3: assigned [io  0x10024-0x10027]
[   10.312020][    T1] pci 0000:00:01.0: PCI bridge to [bus 01]
[   10.317656][    T1] pci 0000:00:01.0:   bridge window [io  0x10000-0x10fff]
[   10.324609][    T1] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe00fffff]
[   10.332165][    T1] pcieport 0000:00:01.0: enabling device (0140 -> 0143)
[   10.339482][    T1] mv_xor f1060800.xor: Marvell shared XOR driver
[   10.400167][    T1] mv_xor f1060800.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   10.410186][    T1] mv_xor f1060900.xor: Marvell shared XOR driver
[   10.470132][    T1] mv_xor f1060900.xor: Marvell XOR (Registers Mode): ( xor cpy intr )
[   10.480355][    T1] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   10.488642][    T1] printk: console [ttyS0] disabled
[   10.493716][    T1] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 26, base_baud = 12500000) is a 16550A
[   10.503417][    T1] printk: console [ttyS0] enabled
[   10.503417][    T1] printk: console [ttyS0] enabled
[   10.513260][    T1] printk: bootconsole [earlycon0] disabled
[   10.513260][    T1] printk: bootconsole [earlycon0] disabled
[   10.532173][    T1] loop: module loaded
[   10.536616][    T1] sata_mv f1080000.sata: slots 32 ports 2
[   10.545019][    T1] scsi host0: sata_mv
[   10.549496][    T1] scsi host1: sata_mv
[   10.553641][    T1] ata1: SATA max UDMA/133 irq 33
[   10.558454][    T1] ata2: SATA max UDMA/133 irq 33
[   10.564254][    T1] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75
[   10.571452][    T1] nand: Samsung NAND 32MiB 3,3V 8-bit
[   10.576705][    T1] nand: 32 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16
[   10.584783][    T1] Scanning device for bad blocks
[   10.900824][  T112] ata1: SATA link down (SStatus 0 SControl F300)
[   10.934037][    T1] 5 cmdlinepart partitions found on MTD device orion_nand
[   10.941056][    T1] Creating 5 MTD partitions on "orion_nand":
[   10.946925][    T1] 0x000000000000-0x0000000a0000 : "uboot"
[   10.953877][    T1] 0x0000000a0000-0x0000000b0000 : "env"
[   10.960559][    T1] 0x0000000b0000-0x0000002d8000 : "zImage"
[   10.967508][    T1] 0x0000002d8000-0x0000005d8000 : "initrd"
[   10.974533][    T1] 0x000000000000-0x000002000000 : "flash"
[   10.983453][    T1] libphy: Fixed MDIO Bus: probed
[   10.989056][    T1] libphy: orion_mdio_bus: probed
[   11.004280][    T1] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   11.012853][    T1] mv643xx_eth_port mv643xx_eth_port.0: DMA mask not set
[   11.250933][  T114] ata2: SATA link down (SStatus 0 SControl F300)
[   11.739984][    T1] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:b8:1f:50:89
[   11.749528][    T1] mv643xx_eth_port mv643xx_eth_port.1: DMA mask not set
[   12.469928][    T1] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:b8:1f:50:8a
[   12.479537][    T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   12.486817][    T1] ehci-pci: EHCI PCI platform driver
[   12.492065][    T1] ehci-orion: EHCI orion driver
[   12.496983][    T1] orion-ehci f1050000.ehci: EHCI Host Controller
[   12.503249][    T1] orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1
[   12.511851][    T1] orion-ehci f1050000.ehci: irq 30, io mem 0xf1050000
[   12.539368][    T1] orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00
[   12.546372][    T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.02
[   12.555408][    T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   12.563386][    T1] usb usb1: Product: EHCI Host Controller
[   12.568991][    T1] usb usb1: Manufacturer: Linux 5.2.9-kirkwood-tld-1 ehci_hcd
[   12.576353][    T1] usb usb1: SerialNumber: f1050000.ehci
[   12.582384][    T1] hub 1-0:1.0: USB hub found
[   12.586894][    T1] hub 1-0:1.0: 1 port detected
[   12.592278][    T1] usbcore: registered new interface driver usb-storage
[   12.599444][    T1] mousedev: PS/2 mouse device common for all mice
[   12.606305][    T1] rtc-mv f1010300.rtc: registered as rtc0
[   12.612105][    T1] i2c /dev entries driver
[   12.617583][    T1] device-mapper: uevent: version 1.0.3
[   12.623264][    T1] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[   12.632867][    T1] device-mapper: multipath round-robin: version 1.2.0 loaded
[   12.640194][    T1] device-mapper: multipath queue-length: version 0.2.0 loaded
[   12.647539][    T1] device-mapper: multipath service-time: version 0.3.0 loaded
[   12.654988][    T1] device-mapper: dm-log-userspace: version 1.3.0 loaded
[   12.661840][    T1] device-mapper: raid: Loading target version 1.14.0
[   12.669060][    T1] hidraw: raw HID events driver (C) Jiri Kosina
[   12.675521][    T1] drop_monitor: Initializing network drop monitor service
[   12.682851][    T1] NET: Registered protocol family 17
[   12.688244][    T1] Key type dns_resolver registered
[   12.694143][    T1] registered taskstats version 1
[   12.698959][    T1] Loading compiled-in X.509 certificates
[   12.704703][    T1] zswap: loaded using pool lzo/zbud
[   12.748916][    T1] Key type big_key registered
[   12.768978][    T1] Key type encrypted registered
[   12.775812][    T1] rtc-mv f1010300.rtc: setting system clock to 2020-01-09T19:10:17 UTC (1578597017)
[   12.788457][    T1] Freeing unused kernel memory: 1024K
[   12.799936][    T1] Checked W+X mappings: passed, no W+X pages found
[   12.806320][    T1] Run /init as init process
Loading, please wait...
starting version 232
[   12.910285][  T159] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   12.918843][  T159] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   12.936916][  T160] random: udevadm: uninitialized urandom read (16 bytes read)
[   12.959420][   T15] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   13.171258][   T15] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.63
[   13.187801][   T15] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   13.204177][   T15] usb 1-1: Product: USB2.0 Hub
[   13.214837][   T15] hub 1-1:1.0: USB hub found
[   13.224514][   T15] hub 1-1:1.0: 4 ports detected
[   13.269745][  T165] ahci 0000:01:00.0: Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.
[   13.325781][  T165] ahci 0000:01:00.0: controller can't do NCQ, turning off CAP_NCQ
[   13.365763][  T165] ahci 0000:01:00.0: controller can't do PMP, turning off CAP_PMP
[   13.403460][  T165] ahci 0000:01:00.0: masking port_map 0x7 -> 0x3
[   13.426897][  T165] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[   13.455071][  T165] ahci 0000:01:00.0: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x3 impl IDE mode
[   13.485076][  T165] ahci 0000:01:00.0: flags: 64bit stag led slum part
[   13.531659][  T165] scsi host2: ahci
[   13.548088][  T165] scsi host3: ahci
[   13.551783][   T15] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[   13.570984][  T165] scsi host4: ahci
[   13.580375][  T165] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 38
[   13.588546][  T165] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 38
[   13.643335][  T165] ata5: DUMMY
[   13.720874][   T15] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
[   13.737742][   T15] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   13.754857][   T15] usb 1-1.2: Product: Ultra Fit
[   13.762258][   T15] usb 1-1.2: Manufacturer: SanDisk
[   13.767250][   T15] usb 1-1.2: SerialNumber: 4C530001270309102235
[   13.786714][   T15] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   13.805811][   T15] scsi host5: usb-storage 1-1.2:1.0
[   13.842000][  T163] usbcore: registered new interface driver uas
[   13.969786][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   14.890959][  T173] scsi 5:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[   14.907298][  T173] sd 5:0:0:0: [sda] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
[   14.920531][  T173] sd 5:0:0:0: [sda] Write Protect is off
[   14.926767][  T173] sd 5:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   14.945380][  T173]  sda: sda1
[   14.962652][  T173] sd 5:0:0:0: [sda] Attached SCSI removable disk
[   19.049384][  T167] ata3.00: qc timeout (cmd 0xec)
[   19.054220][  T167] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   19.390850][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.398315][  T167] ata3.00: ATA-10: WDC WD10SPZX-24Z10T0, 01.01A01, max UDMA/133
[   19.405864][  T167] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   19.414023][  T167] ata3.00: configured for UDMA/133
[   19.429522][   T23] scsi 2:0:0:0: Direct-Access     ATA      WDC WD10SPZX-24Z 1A01 PQ: 0 ANSI: 5
[   19.441247][  T173] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   19.451376][  T173] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[   19.457456][  T173] sd 2:0:0:0: [sdb] Write Protect is off
[   19.463169][  T173] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.780862][  T169] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.788346][  T169] ata4.00: ATA-10: WDC WD10SPZX-24Z10, 04.01A04, max UDMA/133
[   19.795722][  T169] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   19.803889][  T169] ata4.00: configured for UDMA/133
[   19.819383][    T7] scsi 3:0:0:0: Direct-Access     ATA      WDC WD10SPZX-24Z 1A04 PQ: 0 ANSI: 5
[   19.830921][   T23] sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   19.839366][   T23] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[   19.847036][   T23] sd 3:0:0:0: [sdc] Write Protect is off
[   19.852756][   T23] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   21.201706][  T173] sd 2:0:0:0: [sdb] Attached SCSI disk
[   21.545789][   T23] sd 3:0:0:0: [sdc] 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 ... [   31.997497][  T214] Btrfs loaded, crc32c=crc32c-generic
Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1
rootfs: clean, 44914/1880480 files, 589397/7507712 blocks
done.
[   32.498790][  T235] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   32.572457][  T235] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[   33.631591][    T1] NET: Registered protocol family 10
[   33.638125][    T1] Segment Routing with IPv6
[   33.705177][    T1] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   33.724650][    T1] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 9 (stretch)!

[   33.771481][    T1] systemd[1]: Set hostname to <debian>.
[   34.461386][    C0] random: crng init done
[   34.465511][    C0] random: 7 urandom warning(s) missed due to ratelimiting
[   35.299568][    T1] systemd[1]: Listening on LVM2 poll daemon socket.
[  OK  ] Listening on LVM2 poll daemon socket.
[   35.339786][    T1] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[   35.379735][    T1] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[   35.419801][    T1] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[   35.450007][    T1] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[   35.489981][    T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[   35.529920][    T1] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[  OK  ] Reached target Swap.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Created slice User and Session Slice.
[  OK  ] Created slice System Slice.
         Mounting Debug File System...
         Mounting NFSD configuration filesystem...
         Mounting RPC Pipe File System...
         Mounting POSIX Message Queue File System...
[  OK  ] Reached target Slices.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Journal Socket.
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Load Kernel Modules...
         Starting Remount Root and Kernel File Systems...
         Starting Nameserver information manager...
[  OK  ] Listening on LVM2 metadata daemon socket.
         Starting Journal Service...
[  OK  ] Created slice system-serial\x2dgetty.slice.
         Starting Monitoring of LVM2 mirrors…ng dmeventd or progress polling...
[   36.294170][  T282] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  OK  ] Mounted NFSD configuration filesystem.
[  OK  ] Mounted RPC Pipe File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started LVM2 metadata daemon.
         Starting Load/Save Random Seed...
         Starting Initial Check File System Quotas...
         Starting udev Coldplug all Devices...
         Mounting FUSE Control File System...
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
         Starting pNFS block layout mapping daemon...
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Monitoring of LVM2 mirrors,…sing dmeventd or progress polling.
[  OK  ] Started Nameserver information manager.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started pNFS block layout mapping daemon.
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /tmp...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted /tmp.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Initial Check File System Quotas.
[   38.276687][  T280] systemd-journald[280]: Received request to flush runtime journal from PID 1
[  OK  ] Reached target Local File Systems.
         Starting Raise network interfaces...
         Starting Cleanup PHP session files...
         Starting Cleanup monit state file...
         Starting Preprocess NFS configuration...
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Cleanup PHP session files.
[  OK  ] Started Cleanup monit state file.
[  OK  ] Started Preprocess NFS configuration.
         Starting NFSv4 ID-name mapping service...
[  OK  ] Reached target NFS client services.
         Starting Create Volatile Files and Directories...
[  OK  ] Started NFSv4 ID-name mapping service.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Reached target System Time Synchronized.
         Starting RPC bind portmap service...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started RPC bind portmap service.
[  OK  ] Reached target RPC Port Mapper.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Started Clean PHP session files every 30 mins.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[   39.839929][  T344] sd 5:0:0:0: Attached scsi generic sg0 type 0
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[   39.931810][  T344] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   39.939143][  T343] watchdog: f1020300.watchdog-timer: driver supplied timeout (4294967295) out of range
[  OK  ] Started Regular background program processing daemon.
[   39.997495][  T369] adt7475 0-002e: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
         Starting Login Service...
         Starting RPC Remote Quota Server...
[  OK  ] Started ACPI event daemon.
[  OK  ] Started Self Monitoring and Reporting Technology (SMART) Daemon.
         Starting System Logging Service...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Trigger anacron every hour.
[   40.324895][  T344] sd 3:0:0:0: Attached scsi generic sg2 type 0
[  OK  ] Started Run anacron jobs.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[   40.470996][  T343] watchdog: f1020300.watchdog-timer: falling back to default timeout (21)
[  OK  ] Started D-Bus System Message Bus.
[   40.709930][  T369] adt7475 0-002e: ADT7473 device, revision 0
[   40.737541][  T373] marvell-cesa f1030000.crypto: CESA device successfully registered
[   40.820532][  T343] orion_wdt: Initial timeout 21 sec
[   40.944559][  T369] adt7475 0-002e: Optional features: fan4 pwm2
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started System Logging Service.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started Login Service.
         Starting Clean php session files...
[  OK  ] Started RPC Remote Quota Server.
[  OK  ] Found device /sys/subsystem/net/devices/eth0.
[  OK  ] Found device /sys/subsystem/net/devices/eth1.
[  OK  ] Started ifup for eth1.
[  OK  ] Started ifup for eth0.
[  OK  ] Started Clean php session files.
[   46.296089][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled
[***   ] A start job is running for Raise network interfaces (26s / 5min 3s)[   62.300855][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    **] A start job is running for Raise network interfaces (31s / 5min 3s)[   67.369373][  T167] ata3.00: qc timeout (cmd 0xec)
[   67.374210][  T167] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   67.386713][  T167] ata3.00: revalidation failed (errno=-5)
[   ***] A start job is running for Raise network interfaces (32s / 5min 3s)[   67.721460][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   67.750120][  T167] ata3.00: configured for UDMA/133
[ ***  ] A start job is running for Raise network interfaces (54s / 5min 34s)[   90.470855][  T169] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   90.478930][  T169] ata4.00: configured for UDMA/133
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
         Starting NFS Mount Daemon...
         Starting The OpenMediaVault engine … that processes the RPC request...
         Starting A high performance web server and a reverse proxy server...
         Starting The PHP 7.0 FastCGI Process Manager...
         Starting OpenBSD Secure Shell server...
[  OK  ] Reached target Network is Online.
         Starting /etc/rc.local Compatibility...
         Starting Generate the prelogin message...
         Starting Statistics collection and monitoring daemon...
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started NFS Mount Daemon.
         Starting NFS server and services...
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started The OpenMediaVault engine d…on that processes the RPC request.
[  OK  ] Started The PHP 7.0 FastCGI Process Manager.
[  108.741346][  T971] NFSD: Using UMH upcall client tracking operations.
[  108.747938][  T971] NFSD: starting 90-second grace period (net f000001c)
[  OK  ] Started NFS server and services.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting LSB: Load kernel modules needed to enable cpufreq scaling...
         Starting LSB: service and resource monitoring daemon...
         Starting Permit User Sessions...
         Starting LSB: Starts ProFTPD daemon...
         Starting LSB: start or stop rrdcached...
         Starting LSB: Start NTP daemon...
         Starting LSB: Starts syslogd...
[  OK  ] Started Statistics collection and monitoring daemon.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started LSB: Starts syslogd.
[  OK  ] Started A high performance web server and a reverse proxy server.
         Starting LSB: Starts klogd...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: service and resource monitoring daemon.
[  OK  ] Started LSB: Start NTP daemon.
[  OK  ] Started LSB: Starts klogd.
[  OK  ] Started LSB: start or stop rrdcached.
[  OK  ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
         Starting LSB: set CPUFreq kernel parameters...
[  OK  ] Started LSB: Starts ProFTPD daemon.
[  OK  ] Started LSB: set CPUFreq kernel parameters.
[  OK  ] Started Generate the prelogin message.
[  OK  ] Reached target Multi-User System.
         Starting watchdog daemon...
         Starting Beep after system start...
[  113.615142][ T1159] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[  OK  ] Started watchdog daemon.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started Beep after system start.

openmediavault 4.1.31-1 (Arrakis) debian ttyS0
Copyright (C) 2009-2020 by Volker Theile. All rights reserved.

To manage the system visit the openmediavault web control panel:

eth1: 192.168.1.149
eth1: [2800:810:476:8262:e431:b33e:da1c:fa6a temporary dynamic
2800:810:476:8262:2d0:b8ff:fe1f:508a mngtmpaddr dynamic ]

By default the web control panel administrator account has the
username 'admin' and password 'openmediavault'.
It is recommended that you change the password for this account
within the web control panel or using the 'omv-firstaid' CLI
command.

For more information regarding this appliance, please visit the
web site: https://www.openmediavault.org

debian login: root
Password:
Last login: Thu Jan  9 10:54:01 PST 2020 on ttyS0
Linux debian 5.2.9-kirkwood-tld-1 #1 PREEMPT Sat Aug 17 15:00:56 PDT 2019 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian:~# [  227.298183][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link down
cat /proc/mdstat[  228.911952][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled

Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md127 : inactive sdb[0](S) sdc[1](S)
      1953263024 blocks super 1.2

unused devices: <none>
root@debian:~# [  235.040571][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link down
[  236.629264][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled
[  239.458627][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link down
[  241.075136][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled
[  242.809710][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link down
[  244.430528][    C0] mv643xx_eth_port mv643xx_eth_port.1 eth1: link up, 100 Mb/s, full duplex, flow control disabled
mdadm --stop /dev/md127
[  253.154177][ T1402] md: md127 stopped.
mdadm: stopped /dev/md127
root@debian:~# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
unused devices: <none>
root@debian:~# [  336.869003][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  337.507855][  T169] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  341.925788][  T167] ata3.00: qc timeout (cmd 0xec)
[  341.930645][  T167] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  341.941094][  T167] ata3.00: revalidation failed (errno=-5)
[  342.277770][  T167] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  342.565778][  T169] ata4.00: qc timeout (cmd 0xec)
[  342.570640][  T169] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  342.580339][  T169] ata4.00: revalidation failed (errno=-5)
[  342.917881][  T169] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  352.485644][  T167] ata3.00: qc timeout (cmd 0xec)
[  352.490505][  T167] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  352.500231][  T167] ata3.00: revalidation failed (errno=-5)
[  352.507168][  T167] ata3: limiting SATA link speed to 1.5 Gbps
[  352.837824][  T167] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  353.125657][  T169] ata4.00: qc timeout (cmd 0xec)
[  353.130516][  T169] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  353.140111][  T169] ata4.00: revalidation failed (errno=-5)
[  353.147316][  T169] ata4: limiting SATA link speed to 1.5 Gbps
[  353.153214][  T169] ata4.00: limiting speed to UDMA/133:PIO3
[  353.487853][  T169] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)

root@debian:~# dmesg[  383.205139][  T167] ata3.00: qc timeout (cmd 0xec)
[  383.210000][  T167] ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  383.219750][  T167] ata3.00: revalidation failed (errno=-5)
[  383.226928][  T167] ata3.00: disabled
[  383.557136][  T167] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  383.575304][    C0] sd 2:0:0:0: [sdb] tag#18 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  383.584849][    C0] sd 2:0:0:0: [sdb] tag#18 CDB: Read(10) 28 00 00 00 00 08 00 00 08 00
[  383.593023][    C0] print_req_error: I/O error, dev sdb, sector 8 flags 800
[  383.600685][ T1520] md: disabled device sdb, could not read superblock.
[  383.611484][ T1520] md: sdb does not have a valid v1.2 superblock, not importing!
[  383.623507][ T1520] md: md_import_device returned -22
[  383.659696][    C0] sd 2:0:0:0: [sdb] tag#20 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  383.669289][    C0] sd 2:0:0:0: [sdb] tag#20 CDB: Read(10) 28 00 74 70 6d 00 00 00 08 00
[  383.677471][    C0] print_req_error: I/O error, dev sdb, sector 1953524992 flags 80700
[  383.715161][    C0] sd 2:0:0:0: [sdb] tag#21 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  383.724740][    C0] sd 2:0:0:0: [sdb] tag#21 CDB: Read(10) 28 00 74 70 6d 00 00 00 08 00
[  383.732918][    C0] print_req_error: I/O error, dev sdb, sector 1953524992 flags 0
[  383.740555][    C0] Buffer I/O error on dev sdb, logical block 244190624, async page read
[  383.845163][  T169] ata4.00: qc timeout (cmd 0xec)
[  383.850023][  T169] ata4.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[  383.859817][  T169] ata4.00: revalidation failed (errno=-5)
[  383.866471][  T169] ata4.00: disabled
[  384.197282][  T169] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[  384.215552][  T427] sd 3:0:0:0: [sdc] Read Capacity(16) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  384.234851][  T427] sd 3:0:0:0: [sdc] Sense not available.
[  384.243957][  T427] sd 3:0:0:0: [sdc] Read Capacity(10) failed: Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  384.260266][    C0] sd 3:0:0:0: [sdc] tag#2 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  384.269761][    C0] sd 3:0:0:0: [sdc] tag#2 CDB: Read(10) 28 00 74 70 6d 00 00 00 08 00
[  384.277851][    C0] print_req_error: I/O error, dev sdc, sector 1953524992 flags 80700
[  384.289619][  T427] sd 3:0:0:0: [sdc] Sense not available.
[  384.297084][    C0] sd 3:0:0:0: [sdc] tag#3 FAILED Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[  384.306593][    C0] sd 3:0:0:0: [sdc] tag#3 CDB: Read(10) 28 00 74 70 6d 00 00 00 08 00
[  384.314636][    C0] print_req_error: I/O error, dev sdc, sector 1953524992 flags 0
[  384.322276][    C0] Buffer I/O error on dev sdc, logical block 244190624, async page read
[  384.352886][  T427] sd 3:0:0:0: [sdc] 0 512-byte logical blocks: (0 B/0 B)
[  384.361882][  T427] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[  384.375311][  T427] sd 3:0:0:0: [sdc] Write Protect is on
[  384.395427][  T427] sdc: detected capacity change from 1000204886016 to 0
see the weird errors at the end, again the same 2 hdds behaved perfectly on the 1 and 2 ports
TrashCanMan
Re: Help with iomega ix4-200d installation
January 09, 2020 01:58PM
matbe this helps? if not tell me what to test:

root@debian:~# lspci
00:01.0 PCI bridge: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 03)
01:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II / PATA Controller (rev b2)

Re: Help with iomega ix4-200d installation
January 09, 2020 02:23PM
It looks like you've got the SoC sata and the PCI sata enabled and two of the ports are connected to both. I ran into the same thing with the Buffalo Linkstation LS441DE though it never caused any instability that I noticed. You should be able to disable the SoC sata in the dtb and allow all 4 to use the PCI sata. Hopefully that would resolve the issue, or at least help narrow it down.
TrashCanMan
Re: Help with iomega ix4-200d installation
January 09, 2020 02:32PM
My *nix knowledge is very limited, i wouldnt even know where to start to do that lol maybe bodhi can help
Re: Help with iomega ix4-200d installation
January 10, 2020 05:54AM
TrashCanMan,

Quote

Sorry the delay, ive been busy troubleshooting a very weird problem, first of all i solved myself the eth1 problem, since i was planning to install omv anyway i started that process and when i tried to add the second card on the omv interface everything worked perfectly, no error, restart and the second eth work perfect, no idea what magic does omv under the hood but it solved the issue

It is simple to solve this network problem. But since OMV did that, we don't need to go into it anymore.

Quote

but now i have another problem, 2 of the 4 sata ports of this unit are behaving really bad, at first i thought that i had hdd problems but then i started isolating the disks, if i place a pair of my disks on port 1 and 2 (detected as sda and sdb, dont think it matters) i can use them without problems, create fs, format, use them, i was even able to create a mirror raid (is it called raid 1 i think? and it took 2 hours but the entire consistency check succeded and i was able to create a fs and copy some stuff to it...but if i place the SAME 2 disks on ports 3 and 4 the nas start giving issues as soon as i try to work with them...afaik this unit use a different chip for port 3 and 4, maybe that second driver have problems?

Like 1000... said above, there might be a conflict between the Marvell SATA assignment with PCI assigment. Marvell Soc SATA gives you 2 ports, and the PCI are for the other 2.

Unfortunately, OMV has cluttered the boot log too much, so I can't see the problem clearly. I think you should boot a another new rootfs without OMV, and then once you got all 4 SATA ports working, install OMV after that.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Help with iomega ix4-200d installation
January 10, 2020 09:20AM
TrashCanMan,

Please search this thread for 4 SATA solution (It's been a while, I dont recall exactly what were done for this box). This has 2 SoC SATA ports and 2 PCI SATA ports.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 10, 2020 05:57PM
im starting to hate this mini project, now i tried to test on 4.4 because there was some report about pci failing on 4.8 but i cant make my nas boot from usb anymore, how can i go back to stock uboot envs so i can test if i the nas isnt hardware failing somehow?

This was the stock envs:

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_3114995
preroot_ver=0.1.5
serial_number=5560Y01011G20100292J0J1
ethaddr=00:D0:B8:1F:50:89
serialNo=USC010GSA1
modelname=31962501
serialno=0,0118gBxqcDGGeguzOfdnxDWIlC5ZgYwIbHDMYf+jxSXdjJcBN5EYWlzzPx4UCzchQT,USC010GSA1,
runintime=10800
ftpserver=192.168.16.4
testfile=4NC
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:1f:50:8a
enaAutoRecovery=yes
pcieTune=no

Environment size: 1931/16380 bytes
Marvell>>

im scared to fuck it up (altho having serial console its kinda hard but anyway)
Re: Help with iomega ix4-200d installation
January 10, 2020 06:16PM
When you say it wont boot usb anymore, what error/problem are you seeing?

I just remembered I have one of these in my closet, I’m going to see if I can get mine up and running in the coming days/weeks.
TrashCanMan
Re: Help with iomega ix4-200d installation
January 10, 2020 06:27PM
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
Failed to mount ext2 filesystem...
** Bad ext2 partition or disk - usb 0:1 **
## Booting image at 00800000 ...
Bad Magic Number

Re: Help with iomega ix4-200d installation
January 10, 2020 09:53PM
TrashCanMan Wrote:
-------------------------------------------------------
>
> Hit any key to stop autoboot:  0
> (Re)start USB...
> USB:   scanning bus for devices... 3 USB Device(s)
> found
>        scanning bus for storage devices... 1
> Storage Device(s) found
> Failed to mount ext2 filesystem...
> ** Bad ext2 partition or disk - usb 0:1 **
> Failed to mount ext2 filesystem...
> ** Bad ext2 partition or disk - usb 0:1 **
> ## Booting image at 00800000 ...
> Bad Magic Number
> 
>

Just a bad USB drive or messed up file system. Recreate the rootfs and plug it in.

Power up, interrupt serial console,

printenv
boot

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
TrashCanMan
Re: Help with iomega ix4-200d installation
January 11, 2020 03:10PM
I finally decided to take a nuclear aproach and started a zero fill wipe of the usb drive (for about 10% of the drive) and started all over again and it worked (not even re creating all with gparted worked) so now im testing an mdadm raid on 5.2.9 and seems to be working without problems so i guess that there are something that omv does during installation that makes the drives unstable, its still resyncing but on omv it didnt reach so far:

root@debian:~# cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md0 : active raid10 sde[3] sda[2] sdc[1] sdb[0]
      1953260544 blocks super 1.2 512K chunks 2 near-copies [4/4] [UUUU]
      [==>..................]  resync = 10.9% (213995840/1953260544) finish=481.3min speed=60224K/sec
      bitmap: 14/15 pages [56KB], 65536KB chunk

unused devices: <none>

i guess i will resort to use webmin as ui and a few dockers for the time being (if they work, i dont want to touch much until the resync ends)

But i got back to the "issue" about the second eth not activating

root@debian:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.149  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 2800:810:476:8262:2d0:b8ff:fe1f:5089  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::2d0:b8ff:fe1f:5089  prefixlen 64  scopeid 0x20<link>
        ether 00:d0:b8:1f:50:89  txqueuelen 1000  (Ethernet)
        RX packets 34529  bytes 40287251 (38.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 13649  bytes 1199660 (1.1 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 36

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12  bytes 1050 (1.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 1050 (1.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Any suggestion?
Re: Help with iomega ix4-200d installation
January 12, 2020 03:55AM
TrashCanMan ,

In the WIki thread:

Quote

Debian Stretch and OpenMediaVault (OMV4) on Netgear Stora

Quote

Thanks to information found mainly here (but also a little found elsewhere), I have made my Stora into an Open Media Vault. Note that the current release of OMV, OMV4, is NOT supported on Buster and does not install. You must install Stretch

So your OMV problem is just that. Many users have tried Debian buster and it did not work. All have reported that Debian stretch is the right version to use.

Debian stretch rootfs:

https://forum.doozan.com/read.php?2,12096,12098#msg-12098

Quote

Updated 24 Jul 2017:

Basic Debian stretch Kirkwood rootfs for most Kirwood plugs:

- tarball size: 188M
- install size: 488M
- The init system used in this rootfs is sysvinit . To boot with systemd, see note 2 below.
- Installed packages: nano, avahi, ntp, busybox-syslogd (log to RAM), htop, isc-dhcp-client, dialog, bzip2, nfs server/client, iperf, ethtool, sysvinit-core, sysvinit, and sysvinit-utils.
- see LED controls in /etc/rc.local, and /etc/init.d/halt
- see some useful aliases in /root/.profile
- root password: root

Download at Dropbox:

Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2


You can upgrade the kernel to the latest version after booting Debian-4.12.1-kirkwood-tld-1-rootfs-bodhi.tar.bz2.

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



Edited 1 time(s). Last edit at 01/12/2020 03:57AM by bodhi.
Re: Help with iomega ix4-200d installation
January 12, 2020 03:58AM
bodhi Wrote:
-------------------------------------------------------
> It looks OK. Let's try this.
>
> Shutdown, and plug your ethernet cable into the
> other port. And then power up. See if you have
> network connection. Please post bootlog here.

Regarding 2nd ethernet port.

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

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: