Welcome! Log In Create A New Profile

Advanced

Possible to install Debian on Seagate Business Storage 2?

Posted by iamnewbie 
Re: Possible to install Debian on Seagate Business Storage 2?
May 25, 2015 03:40PM
Please post the output of printenv right before booting.

Whitney # printenv
Whitney # printenv bootargs
Whitney # run bootcmd

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 25, 2015 05:18PM
Whitney # printenv
bootargs=root=/dev/mtdblock0 mem=256M console=ttyS0                           
baudrate=38400
ipaddr=192.168.1.2
port=0
boardtest_state_memory=none
model_name=whitney_2bay
cpu_clock=700
mfgmodel=halfdome
netmask=255.255.0.0
bootfile="/tftpboot/uImage"
tftp_bsize=512
udp_frag_size=512
whitney_state=saved
opid=Z1290178
hddlocation=T
hddpn=1CH164-515
ethaddr=00:10:75:5E:83:82
serialNo=NA6F1CJ2
ethaddr0=00:10:75:5E:83:82
ethaddr1=00:10:75:5E:83:83
modelname=1BW5P3-500
serial_number=5564S01001G42300332J0A1
tftp_serverip=192.168.32.4
serverip=192.168.32.4
tftp_path=halfdome/bootimage
autoload=no
netboot_cmd=dhcp;setenv serverip ${tftp_serverip}; tftp 0x4000000 ${tftp_path}/bootpImage; go 0x4000000;
fw_zone=normal
create_volume=pass
mfgtest_state=final_tested_ok
rtclog=53916ae1
CONFIG_BOOTARGS1=root=/dev/sda2 rootwait
CONFIG_BOOTCOMMAND1=setenv bootargs $(bootargs_console) $(CONFIG_BOOTARGS1);run bootcmd_scsi;bootm
current_kernel=kernel1
stdin=serial
stdout=serial
stderr=serial
verify=n
num_boot_tries=3
bootargs_console=console=ttyS0,38400
bootargs_root=root=/dev/sdc2 rootwait initrd=/initramfs.gz
bootcmd_scsi=scsi init;fatload scsi 0 0x800000 /uImage.400
bootdelay=15
bootcmd=setenv bootargs $(bootargs_console) $(bootargs_root);run bootcmd_scsi;bootm

Environment size: 1237/65532 bytes
Whitney # printenv bootargs
bootargs=root=/dev/mtdblock0 mem=256M console=ttyS0

Tried it that way, too:
bootargs=root=/dev/sda2 rootwait initrd=/initramfs.gz console=ttyS0,38400
Whitney # run bootcmd_scsi
Whitney # bootm

Still freeze on same point.



Edited 1 time(s). Last edit at 05/25/2015 05:18PM by Yama.
Re: Possible to install Debian on Seagate Business Storage 2?
May 25, 2015 06:21PM
Several things could be the problem:

- arcNumber should be defined in u-boot envs:
setenv arcNumber 2776

- Why does this uImage named uImage.400 ? was uImage renamed to that?
bootcmd_scsi=scsi init;fatload scsi 0 0x800000 /uImage.400

- bootcmd should have bootm <uImage address>. If the uImage was loaded to 0x800000 then:
bootcmd=setenv bootargs $(bootargs_console) $(bootargs_root);run bootcmd_scsi; bootm 0x800000

- This syntax is suspected.
bootargs=root=/dev/sda2 rootwait initrd=/initramfs.gz console=ttyS0,38400
Normally we would load uInitrd to a location such as 0x1100000, and then
bootm 0x800000 0x1100000

- And to create uInitrd, use mkimage. For example, the Kirkwood command would be:
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.0.0-kirkwood-tld-2 -d /boot/initrd.img-4.0.0-kirkwood-tld-2 uInitrd

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 03:46PM
Hi bodhi look at that ^^.

Whitney # printenv
bootargs=root=/dev/mtdblock0 mem=256M console=ttyS0
bootdelay=2
baudrate=38400
port=0
boardtest_state_memory=none
model_name=whitney_2bay
cpu_clock=700
mfgmodel=halfdome
netmask=255.255.0.0
tftp_bsize=512
udp_frag_size=512
whitney_state=saved
opid=Z12101594
hddlocation=C
serialNo=NA6F07WF
modelname=1BW5D3-570
serial_number=5564S01001G3130037BJ0A1
ethaddr=00:10:75:38:43:26
ethaddr0=00:10:75:38:43:26
ethaddr1=00:10:75:38:43:27
netboot_cmd=tftp 0x4000000 bootpImage;go 0x4000000;
autoload=no
RMAPN=1BW5D3-570
tftp_serverip=192.168.1.100
tftp_path=.
tftp_log_path=whitney_fga_logs
create_volume=done
mfgtest_state=final_tested_ok
test=test
rtclog=51573a2e
num_boot_tries=0
arcNumber=2776
stdin=serial
stdout=serial
stderr=serial
verify=n
bootfile=/tftpboot/uImage
ipaddr=192.168.1.43
serverip=192.168.1.51

Environment size: 806/65532 bytes
Whitney # tftp 0x800000 cnx/uImage
TFTP from server 192.168.1.51; our IP address is 192.168.1.43
Filename 'cnx/uImage'.
Load address: 0x800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 2164536 (210738 hex)
Whitney # bootm 0x800000
enter do_eth_down!!!
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   linux
   Created:      2015-05-26  20:36:39 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2164472 Bytes =  2.1 MB
   Load Address: 02000000
   Entry Point:  02000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

▒x▒x▒x▒x▒▒x▒x▒x▒▒x▒▒x▒xxxx▒▒▒x▒x▒x▒x▒x▒x▒▒xxx▒x▒▒xxxxx▒▒x▒▒▒▒x▒x▒x▒▒x▒xxxx▒▒▒xxx▒x▒x▒▒x▒x▒x▒▒x▒▒x▒xx▒x▒x▒x▒▒xxx▒x▒x▒x▒x▒xx▒▒x▒▒x▒x▒x▒xx▒x▒x▒xxxxx▒▒xx▒x▒x▒x▒xxx▒▒▒xxx▒x▒x▒▒x▒x▒x▒▒xx▒▒x▒▒▒▒xxxxx▒▒xx▒x▒▒xx▒▒x▒▒▒xxx▒▒xx▒xx▒▒▒▒▒▒xx▒xx▒x▒▒xxxxx▒xxxx▒▒xx▒x▒x▒x▒xx▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒▒xxxx▒▒▒▒▒x▒x▒x▒x▒xxxxx▒▒xx▒xx▒x▒x▒xx▒x▒x▒▒xxx▒x▒▒xx▒xxx▒x▒x▒xxxx▒x▒x▒x▒x▒▒▒x▒x▒▒▒▒xx▒▒▒▒▒xx▒▒▒xxx▒x▒▒x▒x▒▒x▒x▒x▒▒▒xxx▒xx▒x▒x▒xxx▒▒x▒x▒▒▒▒xx▒▒▒▒▒▒▒x▒▒x▒xxxxx▒▒xx▒xxxx▒▒x▒▒xx▒▒xxxx▒▒▒x▒x▒xx▒x▒▒xx▒x▒▒x▒x▒x▒▒xx▒xx▒▒xxx▒xxxx▒▒xx▒▒xxxx▒xx▒x▒▒xx▒x▒▒x▒x▒x▒x▒x▒x▒x▒x▒xxxx▒x▒▒x▒x▒x▒▒xxx▒xxx▒▒xx▒xxx▒x▒▒x▒xxx▒▒▒xx▒x▒▒xxx▒▒x▒▒▒xxx▒x▒x▒x▒xxx▒x▒▒x▒x▒x▒▒▒▒▒xxx▒x▒▒x▒xx▒x▒▒x▒x▒x▒▒x▒xx▒x▒x▒▒xx▒xxx▒▒x▒x▒x▒x▒x▒x▒x▒▒xx▒x▒▒xx▒xx▒▒xxx▒xxx▒▒▒x▒x▒▒x▒xxxx▒x▒x▒xx▒▒xxxx▒x▒xxxxx▒▒xx▒▒xxxx▒x▒xxx▒x▒x▒▒▒xx▒xxx▒xx▒xxxx▒xx▒x▒xxx▒▒▒▒▒▒▒x▒▒x▒x▒▒▒▒▒▒▒x▒x▒x▒▒▒▒▒▒x▒▒▒▒▒▒▒x▒▒▒x▒x▒▒x▒▒▒▒x▒x▒xxx▒▒x▒x▒x▒x▒▒▒▒x▒x▒xxx▒x▒▒x▒x▒x▒x▒x▒x▒x▒▒▒x▒▒x▒xxx▒▒▒x▒x▒xxx▒xx▒x▒x▒xx▒▒x▒x▒▒x▒x▒x▒▒x▒x▒xxxx▒▒x▒x▒x▒▒▒x▒xx▒▒xx▒x▒xx▒x▒xx▒xxx▒x▒▒▒▒x▒▒▒▒▒▒x▒x▒xxxx▒x▒xxx▒x▒▒x▒x▒▒x▒▒xx▒x▒x▒▒x▒▒x▒xxx▒▒▒▒x▒x▒x▒x▒▒x▒xxx▒xxx▒x▒x▒xx▒x▒xxxx▒▒x▒xxx▒▒x▒x▒▒x▒x▒▒x▒x▒x▒x▒x▒xxx▒▒x▒x▒x▒x▒x▒xxx▒xx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒x▒▒▒▒▒▒▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒x▒▒▒▒▒x▒x▒xxx▒x▒xx▒xxxx▒x▒x▒x▒x▒▒xxx▒xxx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒▒▒▒▒▒▒▒x▒▒x▒x▒xxx▒x▒▒x▒x▒x▒▒x▒▒▒▒▒▒x▒x▒xxx▒x▒xx▒xx▒x▒x▒x▒xxx▒x▒xxx▒xxx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒x▒▒▒▒▒▒▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒x▒x▒▒▒▒▒x▒x▒xxx▒x▒xx▒xx▒xxx▒▒x▒x▒x▒x▒▒▒▒▒x▒x▒x▒▒▒▒xxx▒▒▒▒▒x▒▒▒▒xx▒xx▒xx▒▒x▒xxx▒xxx▒x▒▒▒x▒▒▒▒xx▒▒xxxx▒x▒xxx▒x▒▒x▒x▒xxxx▒x▒▒▒▒xx▒▒▒x▒x▒xx▒xxx▒x▒▒▒▒xx▒▒▒x▒x▒xx▒xxx▒x▒▒▒▒▒xx▒x▒x▒x▒▒x▒xx▒▒▒▒xx▒▒x▒x▒xx▒▒▒▒▒▒▒xx▒▒▒xxx▒xxx▒x▒xxx▒xx▒▒▒xx▒▒x▒▒xx▒x▒▒xxx▒xxx▒x▒xxx▒x▒xx▒x▒xx▒▒x▒x▒xxxx▒x▒▒xxxx▒x▒xxx▒x▒x▒xxx▒▒x▒x▒x▒x▒▒xx▒x▒xxx▒x▒x▒x▒▒▒▒▒▒xxxx▒x▒x▒x▒▒▒▒▒▒x▒x▒x▒x▒x▒▒▒▒▒xx▒▒x▒x▒x▒x▒x▒▒▒▒▒▒▒x▒▒▒▒▒▒xxx▒xx▒x▒▒▒▒▒▒x▒▒xx▒▒xxx▒▒▒▒▒▒x▒x▒xx▒▒▒▒▒▒xx▒▒x▒x▒x▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒▒xxx▒xx▒x▒▒▒▒▒▒x▒▒xx▒x▒x▒xx▒▒▒▒▒x▒x▒▒▒▒▒▒▒▒xx▒▒x▒x▒x▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒x▒xx▒xx▒x▒▒▒▒▒x▒x▒x▒▒xxx▒▒x▒▒▒▒▒▒xx▒▒▒▒▒▒▒▒xx▒▒x▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒▒▒x▒xx▒xx▒x▒▒▒▒x▒x▒x▒xxx▒xxx▒x▒▒▒▒▒xx▒x▒▒▒▒▒▒▒xx▒▒xx▒▒▒▒▒▒▒▒▒▒x▒▒x▒▒▒▒x▒xx▒xx▒x▒▒▒▒▒▒▒x▒xxxx▒x▒▒▒▒▒xx▒▒▒▒▒▒▒▒xx▒▒xx▒▒x▒x▒xxx▒▒▒x▒x▒x▒▒▒▒xxx▒xx▒x▒▒▒▒▒▒▒xx▒x▒x▒▒x▒x▒▒▒▒▒xx▒▒x▒xx▒▒▒▒▒xx▒▒xx▒▒▒x▒x▒▒▒▒▒▒x▒x▒▒▒▒▒▒xxx▒xx▒x▒▒▒▒▒▒▒x▒xx▒xx▒▒▒▒▒xx▒▒▒x▒x▒▒▒▒xx▒▒xx▒▒▒▒x▒x▒▒▒▒x▒▒x▒▒▒▒▒xxx▒xx▒x▒▒▒▒▒▒▒▒x▒x▒x▒x▒▒▒▒▒xx▒▒▒▒x▒x▒▒xx▒▒xx▒▒▒▒▒▒▒▒x▒▒▒x▒▒▒▒▒▒▒xxx▒xx▒xx▒▒xxxxx▒▒xx▒x▒▒xx▒xxx▒▒x▒▒xxx▒xx▒xx▒x▒▒xxx▒x▒▒▒x▒xxx▒x▒x▒▒xx▒xxx▒▒xxx▒x▒xx▒x▒▒x▒x▒xxx▒xxxx▒x▒x▒▒x▒x▒▒x▒x▒xx▒x▒xxx▒x▒x▒xxxxx▒x▒x▒x▒x▒x▒x▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒x▒x▒x▒▒x▒xx▒x▒x▒xxx▒xx▒▒x▒xxx▒▒▒xxx▒x▒x▒x▒▒xx▒x▒▒x▒x▒x▒▒xxxxx▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒x▒x▒xxxxx▒xx▒▒▒▒x▒x▒▒▒x▒xx▒xxxxxx▒x▒x▒x▒x▒▒xx▒x▒▒x▒xxx▒▒▒xx▒xxxxx▒x▒x▒▒x▒x▒x▒▒xxx▒x▒▒xxx▒x▒x▒x▒▒▒x▒x▒x▒▒▒xxxxx▒▒xx▒x▒xxx▒xx▒xxxx▒x▒x▒▒▒x▒▒▒x▒xx▒xxxxxx▒x▒x▒x▒x▒x▒x▒▒x▒x▒xx▒x▒xxx▒x▒▒x▒▒▒▒▒▒x▒xxx▒x▒xx▒x▒x▒▒▒▒x▒▒▒x▒x▒xx▒xxx▒xx▒x▒x▒xxxx▒▒▒▒▒▒x▒▒x▒x▒x▒xx▒x▒x▒▒▒▒▒x▒xx▒▒▒xxx▒x▒x▒xxx▒x▒▒x▒x▒x▒x▒▒▒▒▒▒▒▒▒▒x▒xx▒▒▒x▒xxx▒x▒x▒x▒xxx▒x▒x▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒x▒x▒x▒x▒x▒x▒xxx▒▒▒x▒x▒x▒xxx▒x▒▒xxx▒▒x▒▒x▒x▒▒xxx▒x▒▒xxxx▒▒▒x▒▒▒x▒x▒x▒x▒x▒x▒x▒xxx▒▒▒x▒x▒x▒x▒x▒xx▒x▒x▒xxx▒xxx▒x▒▒x▒xx▒x▒▒xx▒xx▒x▒▒x▒x▒x▒▒xxx▒xx▒x▒▒x▒x▒xxx▒x▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒x▒x▒x▒x▒x▒▒xx▒x▒x▒xxxx▒x▒▒▒▒x▒▒▒xxx▒xx▒▒x▒xxx▒xxx▒▒▒xxx▒xxxx▒x▒x▒▒▒▒▒▒▒▒▒x▒x▒▒x▒x▒▒x▒▒xxx▒▒x▒▒▒▒x▒x▒xx▒x▒xxx▒x▒x▒x▒xxx▒xxx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒x▒▒▒▒▒▒▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒x▒▒▒▒▒x▒x▒xxx▒x▒xx▒xx▒x▒xxx▒x▒xx▒x▒▒x▒x▒x▒x▒xxx▒xxx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒x▒▒▒▒▒▒▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒x▒▒▒▒▒x▒x▒xxx▒x▒xx▒x▒xxxxx▒▒xxxx▒x▒x▒▒x▒x▒x▒▒▒x▒x▒▒x▒xxx▒▒xxx▒x▒xxx▒x▒▒x▒x▒xxx▒xxx▒xx▒x▒▒▒▒xxx▒▒xx▒x▒▒x▒x▒x▒▒x▒x▒x▒▒xxx▒x▒▒xxxx▒▒▒x▒x▒xxx▒▒▒x▒x▒x▒▒xxxxx▒▒x▒x▒xxxxx▒▒▒▒▒x▒x▒xxxx▒x▒xxx▒x▒▒xxxx▒▒x▒▒x▒xxxxxx▒x▒xxx▒x▒x▒xx▒▒x▒x▒x▒x▒▒▒x▒x▒xx▒x▒x▒x▒▒x▒x▒x▒x▒xx▒▒x▒xx▒x▒▒xx▒x▒x▒xxx▒x▒x▒▒x▒x▒x▒x▒xxx▒▒▒x▒x▒x▒▒x▒▒▒▒x▒▒▒▒▒xx▒▒x▒▒▒▒x▒▒▒▒x▒x▒x▒x▒xxx▒x▒x▒x▒x▒xx▒x▒▒▒xxxxx▒x▒▒x▒xx▒xx▒▒▒xx▒x▒xx▒x▒▒▒x▒x▒x▒▒x▒x▒xxxx▒x▒x▒x▒x▒x▒xxx▒x▒▒x▒xx▒xxx▒x▒x▒▒▒▒▒▒▒x▒▒▒▒▒x▒x▒x▒x▒x▒▒xx▒xxx▒xx▒x▒xxxxx▒▒xx▒x▒x▒▒xxxxxx▒x▒x▒▒x▒xx▒x▒xxx▒x▒x▒x▒x▒▒x▒xxx▒x▒x▒x▒xxxxx▒x▒▒xxxxx▒▒▒▒xx▒x▒x▒▒x▒x▒xxx▒xxx▒x▒x▒x▒x▒x▒xx▒x▒x▒▒▒xx▒▒x▒▒x▒x▒x▒x▒▒▒x▒xx▒xx▒▒x▒xxxx▒x▒x▒xxx▒xxx▒x▒▒▒▒x▒▒▒▒xx▒▒xx▒x▒x▒x▒x▒▒▒x▒x▒x▒xx▒x▒x▒▒x▒▒xx▒▒x▒x▒xxx▒xxx▒x▒x▒xx▒x▒x▒xxx▒x▒▒x▒x▒x▒x▒▒x▒x▒▒▒x▒▒xxxxx▒xx▒x▒x▒x▒x▒▒x▒x▒x▒x▒x▒▒x▒x▒▒xxx▒x▒xxxxx▒▒x▒x▒x▒x▒x▒x▒x▒▒▒xxx▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒▒xx▒▒▒▒x▒▒▒▒x▒▒▒▒▒▒x▒x▒x▒▒▒x▒x▒x▒▒▒▒xxx▒xxx▒▒x▒x▒x▒x▒x▒x▒x▒xxx▒x▒x▒x▒xxx▒xxx▒xx▒▒▒▒▒xx▒x▒xx▒▒▒▒x▒▒▒▒xxx▒▒x▒x▒▒▒x▒x▒x▒▒▒▒▒▒xxx▒xxxxx▒xx▒▒x▒x▒▒▒▒▒▒x▒x▒xxxxx▒x▒xxx▒x▒x▒▒x▒▒▒x▒▒▒▒▒▒x▒x▒▒x▒xxx▒xx▒▒▒x▒xx▒xxx▒x▒▒x▒x▒x▒xx▒x▒▒xxxx▒x▒x▒x▒xxx▒▒x▒x▒x▒x▒▒x▒x▒▒xx▒x▒▒x▒xxx▒x▒▒x▒x▒▒x▒▒x▒xx▒xxx▒x▒▒x▒x▒▒x▒x▒xxxx▒x▒xxx▒xxxx▒▒▒x▒xxxxx▒xxx▒x▒▒x▒x▒xxx▒xxx▒xxx▒▒▒x▒xx▒xxx▒x▒▒x▒▒xxx▒xxxx▒▒xx▒x▒x▒▒xxx▒xxx▒x▒x▒x▒x▒x▒▒xxx▒x▒▒▒▒▒x▒▒▒x▒▒x▒x▒xxx▒x▒▒▒▒▒x▒x▒▒▒▒▒▒▒▒x▒x▒xxx▒x▒xx▒xx▒x▒x▒▒xx▒xxx▒xxx▒xxx▒x▒▒▒x▒x▒xx▒▒▒xxx▒x▒▒x▒x▒xxx▒xxx▒x▒▒xx▒x▒x▒▒xx▒xxx▒xxx▒xxx▒x▒▒xxxx▒x▒x▒▒x▒xxx▒▒▒xxx▒x▒▒x▒x▒xxx▒xxx▒x▒x▒xxx▒xxxx▒x▒x▒xx▒x▒xx▒x▒x▒▒xx▒x▒▒▒▒▒▒x▒▒▒xx▒▒▒x▒x▒▒▒▒x▒x▒▒x▒xxx▒xx▒▒▒x▒x▒x▒x▒xx▒x▒x▒xxx▒▒x▒xx▒x▒▒x▒x▒x▒▒x▒▒x▒xxx▒xxx▒x▒▒x▒xxx▒x▒▒xx▒x▒▒▒▒x▒▒▒▒▒▒x▒x▒x▒x▒▒xx▒x▒x▒x▒x▒▒x▒x▒▒x▒▒▒▒▒▒▒▒▒xx▒x▒xx▒x▒▒▒x▒x▒▒xx▒xxxx▒xxxx▒x▒x▒▒x▒x▒▒▒▒▒▒xx▒x▒x▒x▒xx▒x▒▒▒x▒x▒▒xx▒▒x▒x▒x▒x▒▒x▒x▒x▒xxx▒xxx▒▒x▒xx▒xxx▒x▒▒x▒x▒x▒xx▒▒x▒x▒x▒xxx▒xxx▒▒x▒xx▒xxx▒x▒▒xx▒xx▒▒x▒xxx▒x▒x▒x▒xx▒x▒x▒▒x▒x▒▒x▒xxx▒xx▒x▒x▒x▒▒▒▒▒▒▒▒x▒xx▒▒x▒xxx▒▒x▒xxx▒xx▒x▒x▒x▒▒xxx▒x▒xx▒x▒x▒x▒x▒▒x▒▒▒x▒xx▒x▒x▒▒xxx▒x▒▒xxxx▒▒▒▒▒▒▒▒▒▒▒xx▒x▒x▒▒▒▒▒▒▒▒x▒xx▒x▒x▒x▒▒xxx▒x▒▒x▒xx▒x▒x▒x▒x▒x▒x▒▒xxx▒x▒▒x▒xx▒x▒xx▒▒▒▒x▒xxxxx▒x▒xxxx▒▒▒xx▒▒x▒xxx▒x▒▒xx▒x▒xxx▒xxx▒xxx▒x▒▒x▒x▒x▒▒▒▒x▒x▒xxx▒xxx▒▒xxx▒x▒▒xxxx▒▒x▒x▒▒x▒▒x▒x▒x▒▒▒x▒x▒x▒xx▒x▒x▒x▒x▒▒xxxx▒▒xx▒x▒▒x▒xxx▒x▒▒x▒x▒▒xxx▒xxx▒▒▒▒▒xxxxx▒x▒x▒x▒xx▒xx▒x▒▒x▒x▒x▒xx▒x▒xxxx▒xxx▒x▒x▒xxx▒▒xxx▒xx▒x▒xxxx▒x▒xxx▒x▒x▒x▒x▒x▒▒x▒x▒x▒xx▒▒x▒▒▒xx▒xxxx▒xxx▒x▒▒x▒x▒▒x▒xx▒x▒▒x▒x▒x▒x▒▒x▒x▒x▒x▒x▒x▒x▒xxx▒x▒x▒x▒x▒xxx▒x▒xxxxx▒▒x▒x▒▒x▒xxx▒x▒▒x▒x▒x▒xx▒▒x▒▒▒x▒xx▒x▒x▒▒x▒x▒x▒xx▒x▒x▒xx▒xxx▒x▒xxx▒▒x▒x▒x▒▒xx▒x▒▒x▒x▒x▒xx▒▒x▒xx▒x▒x▒x▒▒x▒▒▒xx▒xx▒▒x▒x▒xx▒x▒x▒x▒x▒▒x▒xx▒x▒x▒▒xx▒▒x▒x▒▒x▒xxx▒x▒▒xxx▒xxxx▒x▒▒xx▒x▒▒xxx▒▒x▒▒x▒x▒x▒x▒xx▒xx▒xxx▒xxx▒x▒x▒▒xxx▒▒xxx▒x▒xx▒x▒▒xx▒x▒▒xxx▒▒x▒▒x▒x▒x▒x▒xx▒▒x▒xxxxxx▒▒xx▒xx▒▒x▒▒x▒xxx▒▒xx▒xxx▒xx▒x▒xx▒x▒x▒▒x▒xxx▒x▒xxxx▒xx▒x▒▒xxx▒▒x▒xxxx▒▒xx▒xx▒xx▒▒xx▒xxxxxx▒x▒xx▒xx▒x▒xxx▒▒xxx▒x▒▒x▒x▒x▒▒▒▒▒▒▒x▒x▒xxx▒x▒▒xxxx▒xxx▒xxx▒▒x▒x▒▒xx▒x▒x▒xxx▒▒xxxx▒x▒xxx▒x▒▒▒xxx▒x▒x▒x▒x▒▒x▒x▒xxx▒x▒▒xxx▒xxx▒xxx▒xxx▒xxxx▒xx▒x▒▒▒x▒▒x▒x▒xxxx▒x▒xx▒x▒x▒xxx▒x▒x▒▒▒▒▒▒▒xx▒x▒xx▒x▒x▒x▒▒▒x▒▒▒▒▒▒▒x▒x▒▒x▒▒▒▒▒▒xx▒xx▒▒x▒x▒x▒x▒▒▒▒▒▒▒▒▒x▒xx▒x▒x▒xxx▒x▒xx▒x▒x▒x▒x▒x▒x▒x▒▒▒x▒xx▒x▒▒x▒▒▒▒x▒▒x▒xx▒x▒▒xxxxx▒xxxx▒▒xx▒xx▒xx▒xx▒x▒▒xx▒x▒x▒xxx▒xxx▒x▒▒x▒▒x▒xxxxx▒x▒x▒x▒x▒x▒x▒xxxxx▒▒▒▒xx▒xx▒▒x▒▒▒x▒x▒▒x▒▒x▒▒▒x▒xxxxxx▒xx▒▒▒▒x▒x▒x▒▒xx▒▒x▒x▒xxx▒x▒▒x▒▒x▒xx▒x▒x▒x▒▒xxx▒x▒x▒x▒x▒xx▒▒▒▒▒x▒x▒xx▒x▒x▒xx▒xxx▒▒▒xx▒▒xxx▒▒▒xx▒x▒▒xxx▒▒x▒▒▒xxx▒x▒x▒x▒xxx▒x▒▒x▒x▒x▒▒▒▒▒xxx▒x▒▒x▒xx▒x▒▒x▒x▒x▒▒x▒xx▒x▒x▒▒x▒xx▒xxx▒▒▒x▒x▒x▒▒▒▒▒▒▒▒x▒▒x▒▒▒x▒x▒▒▒▒▒x▒▒▒▒▒xx▒xxxx▒x▒▒x▒▒▒x▒x▒▒▒▒▒x▒▒▒x▒xx▒x▒x▒x▒x▒xx▒x▒xx▒▒xx▒xxx▒xxxx▒x▒x▒▒x▒x▒xx▒x▒x▒▒xx▒▒x▒xx▒▒x▒xx▒▒x▒▒▒x▒x▒▒x▒x▒x▒x▒x▒x▒x▒xx▒x▒xx▒▒xx▒x▒xxxx▒xxxx▒▒x▒x▒x▒xx▒xxx▒xx▒▒x▒▒▒x▒x▒▒x▒x▒x▒xxx▒▒▒▒▒▒x▒▒x▒x▒▒▒x▒x▒x▒▒▒▒xx▒▒▒▒▒x▒x▒▒▒▒▒▒x▒▒x▒x▒x▒xx▒x▒x▒xx▒▒▒▒x▒x▒x▒▒xx▒▒▒▒x▒x▒▒x▒x▒xx▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒x▒xx▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒▒▒xx▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒x▒▒x▒▒x▒▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒x▒▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒xx▒▒▒▒▒▒x▒xx▒▒▒xx▒▒▒▒▒▒x▒▒▒▒▒▒x▒xx▒▒▒xx▒▒x▒x▒▒x▒▒▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒x▒xx▒▒▒xx▒▒x▒x▒x▒xx▒x▒x▒▒▒▒x▒xx▒x▒▒x▒x▒xxx▒x▒▒▒x▒x▒▒▒x▒▒xx▒x▒▒▒x▒x▒▒x▒x▒x▒xxx▒▒x▒xxxx▒▒▒▒x▒x▒xxx▒xx▒xx▒x▒▒▒xx▒x▒x▒▒xxx▒x▒x▒▒xxxx▒x▒xxx▒x▒▒x▒x▒x▒x▒x▒x▒x▒x▒▒▒▒▒xx▒▒▒▒▒▒▒x▒▒xxxx▒xxx▒▒▒▒▒▒▒▒▒xx▒▒xxx▒▒▒▒▒▒▒▒x▒x▒x▒xx▒▒x▒xxxx▒x▒x▒▒x▒xxxxxx▒xx▒▒xx▒▒x▒x▒▒x▒x▒▒x▒xxxxx▒▒x▒▒x▒▒x▒▒x▒x▒x▒▒▒xx▒x▒▒▒▒▒x▒x▒▒xxx▒x▒x▒xxxxx▒▒x▒xx▒x▒▒▒▒▒x▒x▒▒▒▒x▒x▒▒xx▒x▒▒▒▒x▒x▒▒▒xxx▒x▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒xx▒▒▒xx▒▒▒▒x▒▒x▒▒▒▒x▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒x▒x▒x▒xx▒x▒x▒▒▒x▒x▒▒▒x▒x▒x▒▒x▒x▒x▒x▒▒▒▒▒▒x▒▒x▒▒x▒▒▒x▒▒▒▒▒▒▒▒x▒▒xx▒▒▒▒x▒x▒▒▒▒x▒x▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒x▒xxx▒▒x▒x▒▒▒▒▒x▒xx▒▒▒x▒x▒▒x▒▒▒xx▒▒▒x▒x▒▒x▒▒xx▒▒x▒▒x▒x▒xx▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒x▒▒▒x▒x▒▒▒▒▒x▒xx▒▒▒x▒▒xxx▒x▒▒▒▒x▒▒xxx▒xx▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒▒▒▒x▒▒x▒▒▒x▒▒x▒▒▒▒x▒▒x▒▒▒▒▒▒▒▒▒▒x▒x▒x▒xx▒▒▒▒▒x▒▒x▒▒▒▒x▒xx▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒x▒xxxx▒▒x▒x▒▒▒▒▒x▒x▒x▒▒▒x▒▒x▒▒x▒▒xx▒▒x▒▒xxxxxx▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒x▒x▒x▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒x▒▒x▒x▒▒▒▒▒xxx▒▒x▒x▒xxx▒▒▒▒▒▒x▒x▒x▒xx▒x▒▒x▒▒x▒x▒x▒xx▒x▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒x▒x▒x▒x▒xx▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒xx▒▒x▒x▒xxx▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒▒x▒▒▒x▒x▒▒▒▒▒▒x▒x▒x▒xx▒x▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒xxx▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒x▒▒x▒▒x▒▒▒▒▒x▒▒x▒▒x▒▒▒x▒x▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxx▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒▒x▒x▒xx▒▒▒x▒▒x▒▒▒x▒x▒▒x▒▒▒x▒▒▒▒x▒▒x▒▒▒▒▒▒▒▒▒▒x▒x▒xxx▒▒▒▒▒▒x▒x▒▒▒▒▒xxxxx▒▒x▒▒x▒▒▒▒x▒x▒▒▒▒x▒▒x▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒x▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒xxxx▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒x▒▒▒▒▒▒▒x▒▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒▒x▒x▒▒x▒x▒xxxx▒▒▒▒▒x▒▒x▒▒x▒x▒▒▒▒x▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒xxxxx▒▒▒x▒x▒▒▒▒▒xxx▒x▒▒▒x▒▒x▒x▒▒▒▒▒▒x▒▒x▒x▒xx▒▒x▒▒x▒x▒▒▒▒▒x▒xx▒▒x▒▒x▒x▒▒▒▒▒xxxxx▒x▒x▒xxxxx▒▒▒▒▒x▒▒▒▒x▒▒x▒▒▒x▒▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒▒x▒x▒▒▒▒x▒▒x▒▒x▒x▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒x▒▒x▒x▒▒▒▒▒x▒x▒▒x▒x▒x▒x▒▒▒▒▒▒x▒▒x▒xx▒▒▒▒▒▒▒x▒x▒▒xxx▒xx▒▒x▒x▒x▒xx▒xxx▒▒▒x▒x▒x▒xx▒x▒▒x▒▒x▒x▒▒▒▒▒x▒xx▒▒x▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒▒x▒▒▒▒▒▒▒x▒▒▒▒▒▒x▒▒x▒xx▒x▒x▒x▒x▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒x▒x▒x▒▒▒▒▒▒x▒▒▒▒xx▒▒▒x▒▒▒xx▒x▒x▒▒▒x▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒x▒▒x▒xx▒▒x▒xx▒▒x▒▒▒▒▒▒xx▒▒x▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒xx▒x▒x▒x▒▒▒x▒▒▒▒x▒x▒xx▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒x▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒x▒xxx▒▒x▒x▒▒▒▒▒x▒x▒▒▒▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒x▒▒x▒xx▒▒xxxx▒▒x▒x▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒x▒xx▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒▒▒x▒xx▒▒▒x▒▒▒x▒▒▒▒▒▒▒x▒▒▒▒x▒x▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒x▒xx▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒x▒xxx▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x▒x▒x▒▒x▒▒▒xx▒x▒▒▒x▒▒x▒x▒xxxxx▒x▒xxxxx▒▒x▒x▒▒x▒▒x▒x▒▒▒x▒x▒▒▒▒▒xx▒xxx▒▒xx▒xxx▒xxxx▒x▒x▒▒x▒x▒xx▒x▒x▒▒xx▒▒x▒xx▒▒x▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒x▒x▒xx▒x▒x▒xx▒xxx▒▒xx▒x▒xxxx▒xxxx▒▒x▒x▒x▒xx▒xxx▒xx▒▒x▒▒▒x▒x▒▒x▒x▒xxx▒x▒▒▒xx▒▒▒▒x▒▒x▒▒▒▒x▒▒▒▒▒▒x▒▒▒x▒xx▒▒▒xx▒▒x▒x▒▒x▒▒x▒x▒x▒xx▒x▒▒x▒xx▒xxx▒▒xx▒x▒xxxx▒xxxx▒▒x▒x▒x▒xx▒xxx▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒x▒x▒xx▒x▒▒x▒xx▒xxx▒▒xx▒xxx▒xx▒▒x▒x▒x▒xx▒xxx▒xx▒▒xx▒▒▒x▒xx▒xxx▒x▒▒▒x▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒▒▒x▒▒▒▒▒x▒x▒▒▒x▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒xx▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒x▒x▒▒x▒▒x▒x▒x▒xx▒▒▒▒▒xx▒xxx▒▒xx▒xxx▒xx▒▒x▒x▒x▒xx▒xxx▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒▒x▒x▒▒▒▒▒▒xx▒xxx▒▒xx▒x▒x▒▒x▒▒x▒x▒xxx▒x▒x▒▒x▒xx▒xxx▒xx▒▒x▒▒▒▒▒x▒x▒▒x▒x▒xxx▒x▒▒▒x▒▒▒x▒▒▒▒xx▒▒▒▒▒xx▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒x▒▒▒▒▒xxx▒▒x▒x▒▒x▒▒x▒▒▒x▒x▒xx▒▒▒xx▒xxx▒▒xx▒x▒x▒▒x▒▒x▒x▒xxx▒x▒x▒▒x▒xx▒xxx▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒x▒x▒xx▒▒▒x▒xx▒x▒x▒x▒x▒▒xxxxxx▒▒xxxxx▒x▒x▒▒x▒xx▒xx▒xxxx▒▒x▒▒▒▒▒xx▒x▒▒▒▒x▒xx▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒▒x▒▒x▒▒▒▒▒▒x▒▒▒x▒▒x▒▒x▒▒▒▒▒▒x▒▒▒▒▒▒▒▒x▒x▒▒▒▒xx▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒▒x▒▒▒x▒▒x▒▒▒▒x▒x▒▒x▒x▒▒x▒▒x▒▒x▒x▒xx▒▒▒▒xx▒x▒x▒x▒x▒▒xxxxxx▒▒xxxxx▒x▒x▒▒x▒xx▒xx▒xxx▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒x▒x▒▒▒▒▒▒xx▒xx▒x▒x▒▒x▒xxx▒xxx▒x▒▒x▒xxxx▒xx▒xxxx▒▒x▒▒▒▒x▒x▒▒▒xxx▒x▒▒▒x▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒▒x▒▒x▒x▒▒▒▒▒x▒▒▒x▒▒x▒▒x▒x▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒xx▒▒▒▒x▒▒x▒x▒▒▒▒▒▒▒x▒▒▒x▒x▒▒x▒▒▒▒▒x▒x▒▒x▒▒x▒▒x▒x▒▒▒▒xx▒xx▒x▒x▒▒x▒xxx▒xxx▒x▒▒x▒xxxx▒xx▒xxx▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒▒▒x▒▒x▒▒▒xx▒x▒x▒xx▒▒x▒xxxxx▒x▒x▒▒x▒xxx▒x▒xx▒▒x▒▒▒▒x▒x▒▒xx▒xx▒x▒▒x▒▒x▒▒▒▒▒▒x▒▒▒xx▒x▒x▒xx▒▒x▒xxxxx▒x▒x▒▒x▒xxx▒x▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒x▒xx▒▒x▒xx▒xx▒x▒xxxx▒x▒xxx▒xxx▒x▒x▒▒x▒xx▒▒x▒xxxxxxx▒xxxx▒▒x▒x▒▒xx▒x▒x▒x▒xxx▒x▒▒▒x▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒▒▒xx▒x▒x▒▒▒▒x▒▒▒x▒▒▒▒xx▒▒▒▒xx▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒x▒x▒▒x▒▒x▒▒x▒xx▒▒xxx▒▒▒xx▒x▒xxxx▒x▒xxx▒xxx▒x▒x▒▒x▒xx▒▒x▒xxxxxxx▒xxx▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒xx▒x▒xxxx▒x▒xxx▒xxx▒x▒x▒▒x▒xx▒▒x▒▒▒x▒xxxx▒xx▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒xx▒▒▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒x▒▒x▒▒x▒▒▒▒x▒x▒▒▒▒▒▒▒xx▒x▒xxxx▒x▒xxx▒xxx▒x▒x▒▒x▒x▒x▒▒▒x▒x▒x▒▒x▒▒▒x▒▒x▒▒▒x▒▒▒▒▒▒▒xx▒x▒▒xxx▒xx▒▒x▒x▒x▒▒xx▒▒x▒x▒xxxx▒▒x▒▒▒x▒x▒▒▒xxx▒x▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒x▒x▒▒▒▒▒x▒▒▒x▒x▒x▒x▒xxx▒▒x▒x▒xx▒▒x▒▒▒x▒x▒x▒▒▒▒▒▒x▒x▒▒▒▒x▒x▒▒▒▒xx▒▒▒▒x▒x▒xx▒x▒▒▒▒▒xx▒xx▒x▒x▒▒▒xx▒xx▒x▒xxxxxxx▒▒x▒x▒x▒x▒x▒▒x▒xxxxx▒xxxxx▒▒▒x▒xx▒▒xx▒▒▒x▒xxx▒x▒▒▒▒xxxxxxxxx▒x▒xxxx▒x▒xxx▒x▒xx▒x▒▒xx▒xx▒▒▒x▒x▒x▒▒x▒x▒xx▒▒x▒x▒x▒▒xx▒x▒xxx▒▒xx▒xxx▒x▒▒x▒x▒▒xx▒▒x▒x▒x▒x▒x▒x▒▒x▒x▒▒x▒xx▒▒x▒xx▒x▒xxx▒▒x▒▒▒▒▒▒▒▒x▒▒xx▒xxxxxxx▒▒x▒x▒x▒x▒x▒▒xxxx▒x▒xxx▒x▒xx▒x▒▒xx▒xx▒▒▒x▒x▒x▒▒x▒x▒xx▒▒x▒x▒x▒▒xx▒x▒xxx▒▒xx▒xxx▒x▒▒x▒x▒▒xx▒▒x▒x▒x▒x▒x▒x▒▒x▒x▒▒x▒xx▒▒x▒xx▒x▒xxx▒▒x▒▒▒▒▒▒▒▒x▒▒xx▒x

So i think your kernel boot, but i cannot set the correct setting for serial out, and after i can try with initrd.


Second try :

Whitney # setenv bootargs root=/dev/mtdblock0 mem=256M console=ttyS0,34800
Whitney # printenv
bootdelay=2
baudrate=38400
port=0
boardtest_state_memory=none
model_name=whitney_2bay
cpu_clock=700
mfgmodel=halfdome
netmask=255.255.0.0
tftp_bsize=512
udp_frag_size=512
whitney_state=saved
opid=Z12101594
hddlocation=C
serialNo=NA6F07WF
modelname=1BW5D3-570
serial_number=5564S01001G3130037BJ0A1
ethaddr=00:10:75:38:43:26
ethaddr0=00:10:75:38:43:26
ethaddr1=00:10:75:38:43:27
netboot_cmd=tftp 0x4000000 bootpImage;go 0x4000000;
autoload=no
RMAPN=1BW5D3-570
tftp_serverip=192.168.1.100
tftp_path=.
tftp_log_path=whitney_fga_logs
create_volume=done
mfgtest_state=final_tested_ok
rtclog=51573a2e
num_boot_tries=0
arcNumber=2776
bootfile=/tftpboot/uImage
ipaddr=192.168.1.43
serverip=192.168.1.51
stdin=serial
stdout=serial
stderr=serial
verify=n
bootargs=root=/dev/mtdblock0 mem=256M console=ttyS0,34800

Environment size: 802/65532 bytes
Whitney # tftp 0x800000 cnx/uImage
Initialize PHY s/w auto-polling
phy_id: 1c
Initialize RTL8211
phy_id: 1c
Initialize RTL8211
TFTP from server 192.168.1.51; our IP address is 192.168.1.43
Filename 'cnx/uImage'.
Load address: 0x800000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 2164536 (210738 hex)
Whitney # bootm 0x800000
enter do_eth_down!!!
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   linux
   Created:      2015-05-26  20:36:39 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2164472 Bytes =  2.1 MB
   Load Address: 02000000
   Entry Point:  02000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

▒▒▒`f▒▒~▒▒▒▒f▒▒▒▒▒▒▒f▒f▒▒▒fff▒▒▒▒▒▒f~f▒▒▒▒f▒▒▒▒▒▒▒▒▒▒▒x▒f▒`▒`f▒▒▒▒▒`~▒``f▒▒f▒▒▒▒▒▒~▒▒▒▒~f▒▒▒▒f▒▒▒▒▒▒▒`fxf▒▒▒▒▒▒▒▒▒▒▒▒▒▒`▒▒f▒ff▒f`ff▒ff▒▒f~▒▒ffx`x~▒x▒▒f``fx▒▒▒▒▒ff▒~▒▒▒f▒x▒▒▒▒f~▒▒▒f▒▒▒fx▒▒▒▒▒xx`▒~▒fxxf▒f▒▒▒▒▒▒▒f▒x▒▒▒▒▒▒▒f▒▒f~▒`f▒▒▒ff▒~fff▒▒f▒▒ff▒▒▒▒▒▒▒▒▒f▒▒~x~▒▒f▒▒▒f▒f▒▒ff▒▒▒▒▒▒▒f▒▒~▒▒▒▒~f~~▒▒▒▒▒▒▒f▒▒▒ff▒▒▒▒▒▒▒▒▒▒f▒~▒▒f▒~▒▒ff▒▒f~~▒▒▒▒▒▒▒▒▒fx`xf▒▒▒`f~▒▒▒▒▒▒▒▒▒x怘▒▒ff▒▒▒f▒▒▒f▒~`~▒▒f▒▒▒f▒~f▒`fx▒▒▒▒f▒▒▒f▒▒▒ff▒~▒f▒fx`xfx▒▒f▒xf▒▒▒f~▒▒x`fx▒▒▒f▒▒▒x▒▒▒▒xxxx▒▒▒▒▒▒▒▒▒f~▒▒▒`▒▒▒▒▒f▒▒▒~▒▒▒▒▒▒▒f▒▒xf▒▒▒▒▒▒f▒▒▒`f▒x▒ff▒▒~▒▒▒▒f▒▒`f▒f▒xf▒▒~fx`▒▒▒▒▒f▒▒f▒▒▒▒▒▒▒▒`▒▒▒▒f▒~▒▒▒▒`f▒▒`fxx▒▒`x▒▒▒▒▒▒▒fx▒▒xf▒▒▒▒▒▒▒ff~`f▒▒▒▒▒▒f`▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~▒▒x`▒▒▒xf▒▒~▒▒▒▒f~f▒▒f▒怘▒`fx▒`▒▒f▒▒f▒▒▒f▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~▒x▒x▒▒▒xf▒▒~▒▒▒▒▒x▒▒f~f▒▒f▒怘▒▒▒▒▒▒`fx▒f▒▒▒f▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~▒▒▒▒▒xf▒▒~▒f▒▒xx▒f~f▒▒f▒怘▒▒ff▒▒▒f▒~xf▒▒▒▒▒▒▒▒▒`▒▒▒▒▒~f▒▒▒▒▒f▒▒▒▒x▒▒▒▒fx▒▒f▒▒▒▒`fx▒▒▒▒▒▒▒~`f~▒▒▒▒▒▒▒`f~▒▒▒`▒▒▒▒▒▒▒▒`▒▒▒▒▒▒▒▒▒▒x▒▒▒fxfx▒~fx▒▒▒▒▒f▒f▒fxfx▒~fx▒▒怘▒xf▒▒▒~ff▒▒▒fx▒▒f▒▒▒fx▒▒▒f▒f▒f~▒▒▒▒~f▒▒~▒▒~▒xx▒xx▒▒▒xx▒xxf▒▒憀f▒怘▒x▒▒▒f▒~▒xx▒▒▒▒▒xx▒x▒▒▒憀f▒怘▒~▒▒▒▒▒~x▒▒▒xx▒▒`▒▒▒f▒怘▒▒▒▒~f▒ff▒~▒▒▒▒x▒xf▒▒▒f▒怘▒▒▒▒`f~▒f▒▒~▒▒x▒▒▒▒▒▒▒▒▒▒f▒怘▒▒`fx▒~~▒▒▒▒▒▒▒xfx▒▒▒▒▒▒▒▒▒憀f▒怘▒▒▒▒▒`~▒▒▒xff▒▒▒▒▒▒▒▒▒`▒憀f▒怘▒▒`f~~▒▒▒▒▒▒▒▒▒▒▒▒▒▒憀f▒怘▒▒▒▒▒▒~▒▒▒▒▒▒▒▒x▒▒▒▒▒憀f▒怘▒f▒fxff▒~▒▒▒f▒▒▒f▒▒f▒▒▒▒▒▒▒f▒▒▒ff▒▒f▒▒ff▒f▒▒`f~▒▒▒▒▒▒怘▒▒▒x`f▒`f▒▒▒▒▒fxf▒ff▒▒▒▒x▒▒▒f▒▒`fx`▒~▒▒`▒▒▒~▒▒▒▒怘▒▒▒f▒ff▒fx~f▒~▒▒▒~▒▒ff▒▒x▒▒▒ff▒ff▒f~▒▒▒▒f▒f~▒f▒xf▒▒▒怘▒f▒ff▒▒x▒▒f▒▒~▒▒▒~▒xf▒▒f~fx▒▒▒▒▒f~▒fx▒▒▒▒f~▒f▒ff▒x▒▒▒▒▒f▒f~▒f▒xf▒▒▒▒▒ff▒▒ff▒▒~▒▒f▒▒▒f▒▒~▒▒怘▒▒▒▒fx▒f▒▒▒▒▒▒~▒x▒f▒`▒▒▒▒~▒▒▒▒▒▒fx▒▒f~▒▒▒▒▒▒▒▒▒▒~f▒▒▒▒▒~f▒▒fx~▒▒xx▒▒f▒▒▒▒▒▒▒f▒~▒▒▒▒▒▒f▒▒xff▒枆xf▒~▒▒fx▒x▒▒▒▒▒▒▒f▒▒~`f▒▒~▒▒▒▒▒▒▒fx怘▒f▒▒▒▒▒f~▒▒▒~xf▒f▒▒▒▒▒▒▒▒▒▒▒~▒~▒▒~▒昆▒f▒▒▒▒▒f▒▒x▒▒▒`▒▒▒▒▒f▒`▒f▒f▒~xf▒xf~▒`▒~▒x▒x▒▒f▒▒▒ff▒▒▒x▒▒▒▒▒▒▒f▒▒`f▒f▒▒▒f▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~▒▒x`▒▒▒xf▒▒~▒▒▒▒f~f▒▒f▒怘▒▒▒▒f▒▒`枆▒▒`f▒f▒▒▒f▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~▒▒x`▒▒▒xf▒▒~▒▒▒▒f~f▒▒f▒怘▒ff▒~ff▒▒~▒▒▒~▒~f▒`fx▒f~x▒xf▒▒▒▒枀▒f▒▒fx▒f▒~▒▒▒▒▒怘▒枆▒▒▒f▒▒~xf▒~▒▒fx▒▒▒`fxx▒▒▒▒ff▒▒▒ff~~▒▒fxx▒▒▒▒▒▒▒f~▒▒▒▒▒▒fx`▒▒▒▒▒▒▒f▒`▒▒▒▒▒▒▒f▒~`f▒▒~▒▒▒▒~~▒▒▒▒xf▒▒`f▒`f▒▒fx▒▒▒xx▒x▒▒▒▒xx怘▒▒▒▒f▒x▒▒`▒▒▒▒▒▒ff▒▒f▒▒▒ff~f▒▒`f▒▒▒x▒▒▒▒▒fx▒▒▒▒▒▒▒▒▒~▒▒xf~fx▒▒~▒~▒▒~▒昆▒f▒f▒▒怘▒ff▒~▒▒▒▒▒ff▒f▒▒▒~▒▒~fx▒▒▒▒▒▒▒f▒▒▒`fx▒怘▒▒ff▒▒fx~f▒~f▒▒fx`▒▒▒`▒▒▒xf▒▒▒▒▒▒怘▒`f▒▒~▒▒fx▒▒▒▒f~fxxf▒▒f▒▒▒▒▒x▒▒▒▒~▒▒枆▒▒▒枀▒f▒▒fx▒`▒▒▒▒▒▒f~▒▒▒▒▒f▒▒▒▒▒▒▒~``f▒▒~x▒f▒▒▒▒`f▒xf▒f▒▒▒▒f~▒▒▒▒▒`▒▒▒▒▒fx~f▒~f▒▒~x▒▒xf▒▒▒▒▒▒f▒▒▒▒▒f▒▒▒f▒▒▒▒`▒▒▒▒▒f▒▒▒▒▒▒▒▒▒fx▒▒~f▒▒▒xf▒憀f▒▒▒▒▒▒f▒▒▒~▒▒f▒▒f▒f`▒▒▒▒ff▒ff▒ff▒f▒▒▒x▒xf▒▒▒~▒▒▒xfx怘▒f▒▒f▒▒▒f~▒▒f▒▒~ff▒▒▒▒▒▒▒`f▒▒▒▒▒fx`f▒▒▒f~▒▒`▒▒▒fx~▒▒▒▒▒▒▒▒▒▒▒▒f▒▒▒▒fxxfxf▒▒f~▒怘▒x▒f▒f▒▒▒f▒~▒▒▒xfx怘▒xf~`fx▒▒▒▒▒~▒▒▒f▒▒▒▒`▒▒f▒f▒▒~xf▒▒▒xf▒▒~x▒▒▒▒f~f▒▒f▒怘▒▒▒▒▒▒▒▒▒▒fxf▒f▒▒▒▒▒▒▒▒fx~f▒~f▒▒fx`f▒▒▒▒▒▒▒▒▒▒▒▒fxf▒f▒▒xffx▒▒▒f▒fx~f▒~f▒▒fx`▒`fxxff~▒`f▒怘▒f▒▒▒f▒▒▒xf▒▒f▒▒xf▒xfx▒▒~▒▒▒▒ff▒▒▒▒▒f▒▒~x▒▒f▒▒▒fx怘▒fxf▒▒▒xf~~`f▒▒▒~▒f▒▒▒▒▒▒▒▒▒▒f▒▒f▒▒f▒▒fx▒f▒ff~`▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒f▒▒▒f▒▒▒▒▒x▒▒▒▒`f~▒f▒▒▒xfx怘▒▒▒▒▒▒▒~▒▒▒`f~▒f▒▒▒xfx怘▒▒~f▒▒f▒▒▒x▒▒▒▒xf▒xfx▒▒f▒x▒▒▒`▒▒▒f▒▒▒▒怘▒▒▒▒▒f▒▒~x▒f▒x▒▒▒▒xf▒~▒▒fx▒▒▒~▒▒▒▒▒▒▒▒▒f▒f▒x▒▒▒▒▒▒▒▒f▒f▒x▒▒▒▒▒~▒▒f▒f▒▒▒fxxf▒▒fx怘▒▒▒▒f▒▒fx`fxx▒~f▒▒▒▒▒f▒▒fxxf▒~▒▒fx▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒f▒fx怘▒`▒▒f▒xfx▒▒▒▒▒▒▒▒~▒ffx`▒▒▒▒x~▒▒▒~▒▒▒ff▒▒fx▒▒▒▒fx▒f~▒f~▒fx▒▒fx`▒▒▒`▒▒f▒▒▒x▒▒f▒▒▒▒fxf~fx`▒▒~f▒`f▒▒▒▒~▒▒▒▒`▒▒▒▒▒f▒▒▒▒▒`fx▒x▒▒fxxf▒xfxf▒▒▒x▒▒f▒▒▒▒▒f▒▒f▒~▒`▒f▒f▒fx▒▒fx▒▒▒▒f▒▒▒怘▒x▒▒f▒▒▒`▒x枘▒▒`▒▒f▒▒~x▒f▒▒▒▒▒`▒▒xxf▒xfx▒f▒fxf▒▒▒f▒f▒f▒~f▒~▒f▒~▒▒▒▒▒▒ff▒f▒f▒`f▒▒f▒怘▒f▒f▒f▒~f▒~▒f▒~▒▒▒f▒▒▒▒x~▒▒▒▒▒ffx▒▒▒▒怘▒▒▒▒▒▒▒▒怘▒f▒f▒f▒~▒f▒f▒fxx▒f▒fxf~f▒▒~▒f▒f▒▒fx▒▒fx`~▒▒▒▒x▒▒f~f▒▒f▒▒▒ff▒▒▒▒f~▒▒▒▒▒`▒f▒▒fx▒▒f▒▒ff▒▒枆▒▒`fxxf▒▒fxxfxfx▒fx▒▒~~▒▒~ff▒▒▒x`▒▒fx▒▒▒▒怘▒▒x`▒▒▒▒▒▒▒▒f▒▒▒ff▒x`fx▒▒▒▒▒`fx▒▒▒▒▒▒▒▒▒▒~▒▒▒▒▒▒~▒▒▒▒▒`▒~f▒f`ff▒ff▒▒f▒f▒▒▒f▒怘▒▒▒▒`f~▒f▒▒▒▒▒▒fx▒▒▒▒▒▒▒▒ff▒~f`▒▒▒▒▒▒▒枘▒▒▒~fx▒▒▒▒`~f▒▒`fx`▒▒▒▒▒▒▒x▒f▒`▒`f▒▒`▒▒▒▒▒▒▒x~f▒▒fx▒f▒f▒~▒▒f▒~▒▒ff▒▒f~~▒▒▒▒▒▒▒▒▒fx`xf▒▒▒`f~▒▒▒▒▒▒▒▒▒x怘▒`f▒▒▒▒~▒▒x▒▒▒▒~▒▒▒▒▒x▒x~▒▒▒憆`f▒▒▒▒x▒x▒▒▒f▒▒▒▒▒▒▒~▒▒f▒▒f▒f~▒f▒▒▒▒▒f▒~▒▒▒fx▒▒▒f▒▒▒f▒▒ff▒▒怘▒▒f▒▒▒▒▒▒~▒▒f▒▒f▒▒fx~f▒f▒▒▒▒`▒f▒f~▒f▒▒▒▒xf怘▒▒▒~▒▒▒▒▒▒x▒▒▒▒~▒~▒▒▒▒▒▒fx`▒~▒▒▒~▒▒▒▒▒x怘▒~▒▒x▒x`xx▒▒~▒▒x▒x`x▒x~▒▒x▒x`x~▒▒f▒▒▒f~▒▒x▒▒▒▒▒▒▒f~▒~▒▒▒▒~▒▒x▒▒▒▒▒~▒f~▒▒x▒`▒▒▒~▒▒x▒`▒▒▒▒▒▒x~▒▒x▒▒▒▒▒x~▒f~▒~▒▒x▒`▒▒▒▒▒x▒▒x▒~▒▒怆~▒▒▒ff▒▒▒▒`▒▒f▒▒▒▒▒▒`fx▒▒▒f▒fx▒▒f▒▒▒f▒▒▒fx~f▒f▒▒`▒▒fx▒▒f▒怘▒▒▒`▒▒▒▒▒▒f~▒`f▒▒▒f▒~▒▒`怆~▒▒▒▒▒f▒▒fx▒▒▒▒▒~fx▒▒f▒`▒~▒▒▒▒▒~▒▒▒▒▒▒▒枆▒`▒▒▒▒x▒xf▒▒▒▒▒▒▒f~▒▒▒▒~▒▒▒x▒x`xx~▒▒▒▒x▒xf▒▒▒▒▒`xx~▒▒x▒`▒▒▒▒x▒▒▒x▒x`fx▒▒x▒x`x▒▒▒▒▒fx`▒▒▒▒x▒▒▒怘▒`x▒~▒▒▒▒x▒▒▒▒▒x▒▒x▒▒▒x▒x`x▒▒▒▒x▒x`x▒▒▒▒x▒▒▒▒▒▒▒▒x▒▒▒▒▒f▒▒▒`x~▒▒x▒x`x`▒▒x▒x`x▒▒▒▒▒▒x▒▒▒▒▒▒x▒▒x▒▒▒▒▒x▒▒▒▒▒▒`x~▒▒x▒▒▒▒▒x▒x`xf▒▒▒▒x▒x`x`▒▒▒▒▒`▒▒▒▒▒▒▒▒▒▒fx▒▒x▒x`fx▒▒▒▒`xf~▒▒x▒x`fx`▒▒x▒▒▒▒▒▒x▒▒▒▒▒▒▒▒x▒x`fx▒▒▒▒x▒x`fx▒▒▒`fx~▒▒▒▒▒▒▒▒▒▒▒▒▒fx▒▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒x▒▒▒x▒x`fx▒▒▒x▒x`fx▒▒▒怘▒`fx~▒▒x▒x`fx~▒▒x▒x`fx▒▒▒▒▒x▒▒▒▒▒▒▒▒▒▒x▒▒▒▒▒▒▒▒▒`fx`~▒▒x▒x`fx`▒▒x▒x`fx`▒▒x▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒`fxx~▒▒x▒x`fx`▒▒x▒x`fx~▒▒▒xfx▒x▒▒▒▒▒▒▒▒x▒xx▒▒▒▒`fx▒~▒▒x▒x`fx▒▒▒▒x▒▒▒▒▒x▒▒▒▒▒x▒x`fx▒▒▒▒▒▒▒▒`fx~▒▒▒▒▒x`▒▒x▒▒▒x▒▒▒xf▒xx▒▒▒▒▒▒▒▒`fx~▒▒▒▒▒▒▒▒▒x▒x`fxf▒▒x▒x`fx`▒▒▒xf▒x▒▒▒▒xfxf▒▒▒▒x▒x`▒xf▒▒▒▒x▒x`fxf▒▒▒`fxf~▒▒▒▒▒▒▒▒xf▒x~▒▒▒▒▒▒▒▒▒▒▒x▒▒x▒x`▒x▒▒▒▒x▒x`▒x▒▒▒`▒x~▒▒▒xffx▒▒▒▒▒f▒▒x▒▒xx▒x▒▒f▒▒xx▒x▒▒x▒▒x▒x`▒xf▒▒▒▒x▒x`▒x▒▒xx▒x▒▒▒xfffx▒▒▒`▒x~▒▒▒▒▒▒▒▒▒▒怘▒`▒x`~▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒x▒x`▒x▒▒▒x▒x`▒xx▒▒▒xff`▒x▒▒▒▒▒f▒▒▒`▒xx~▒▒▒▒▒xfff▒▒▒▒xf▒xf▒▒▒▒xff▒x▒▒▒`▒x▒~▒▒x▒x`▒x▒▒▒▒x▒x`▒x▒▒▒xff▒▒▒xfffx▒▒x▒x▒▒▒`▒x~▒▒x▒x`▒x▒▒▒▒`▒▒xff▒x▒▒▒`▒x~▒▒▒`▒xf~▒▒x▒`▒▒▒x▒▒xf▒▒xx▒▒x怘▒f▒▒▒▒~f▒▒fx▒▒▒▒▒f▒▒▒▒x▒▒▒▒~▒▒▒f▒▒f▒f~▒f▒▒▒▒▒f▒~▒▒▒fx▒▒▒f▒▒▒f▒f▒x▒▒▒▒▒▒▒▒fx`▒~▒▒▒f▒▒f▒▒fx~f▒f▒▒▒▒`▒f▒f~▒f▒▒▒▒xf▒▒怘▒▒f▒▒▒x▒▒▒▒▒x▒`▒▒▒▒▒▒f▒▒▒▒fx▒▒▒~▒▒▒f▒▒f▒▒fx~f▒f▒▒▒▒`▒f▒f~f▒x▒▒▒▒▒▒▒▒▒▒▒▒▒~▒▒▒f▒▒f▒▒▒f▒▒▒f▒▒▒▒`▒f▒f~▒ff`▒▒▒▒▒▒▒▒▒▒f~▒x▒▒▒▒▒▒▒f~▒x▒▒▒▒▒~▒▒▒▒▒x▒x`fx`▒▒▒f▒▒▒▒▒▒▒▒x▒x`fx▒▒▒▒▒f▒▒▒▒▒▒▒▒~▒▒▒f▒▒f▒▒▒f▒▒▒f▒▒▒▒`▒f▒f~f▒x▒▒▒▒▒▒▒▒▒x▒~▒▒▒f▒▒f▒▒▒▒▒▒▒▒f▒▒▒▒▒`▒fxf▒~▒▒▒x▒▒▒▒xf▒▒▒▒▒▒▒▒▒▒f▒▒▒▒▒x▒x`fx▒▒▒▒▒f▒▒▒▒▒▒▒~▒▒▒f▒▒f▒▒▒▒▒▒▒▒f▒▒▒▒▒`▒fxf▒~▒▒x▒▒▒▒▒▒▒xfx▒x▒▒~▒▒▒▒x▒▒f▒▒f▒f▒f▒▒▒▒▒`▒f▒~f▒ffx▒f▒f▒怘▒▒f~▒f~▒~▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒f▒▒▒▒▒▒▒▒x▒▒▒怘▒▒f▒▒▒xfxf▒~▒▒▒▒x▒▒f▒▒f▒f▒f▒▒▒▒▒`▒f▒~ff▒x▒▒▒▒▒▒▒xf▒x▒▒~▒▒▒▒`▒f▒f▒▒▒▒▒▒f▒f▒~f▒f▒x`▒▒▒x▒▒▒▒▒▒f~▒~▒▒▒▒▒▒▒▒▒▒▒▒▒▒f▒▒▒▒xf▒xx▒▒▒▒x▒▒▒x▒▒▒▒f▒▒▒xf▒xx▒~▒▒▒▒`▒f▒f▒▒▒▒▒▒f▒f▒~ff▒x▒▒▒▒▒▒▒▒▒▒~▒`▒▒f▒▒f▒f▒▒▒▒▒`▒▒f▒▒▒f▒▒f▒▒▒f▒怘▒▒f▒▒▒▒~▒`▒▒f▒▒f▒f▒▒▒▒▒`▒▒f▒▒▒x▒▒▒▒▒▒▒xff`▒x▒▒~▒▒▒f▒▒f▒▒f▒▒▒▒▒`▒fxfxff▒▒▒f▒ff▒▒▒▒f▒▒▒▒怘▒▒f~▒~▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒f▒▒▒▒▒▒怘▒▒f▒▒▒xfffx▒~▒▒▒f▒▒f▒▒f▒▒▒▒▒`▒fxfxff▒▒▒ff▒x▒▒▒▒▒▒xff▒~▒▒▒f▒▒f▒▒f▒▒▒▒▒`▒ff▒▒fxf▒怘▒▒f~▒~▒▒▒▒▒▒f▒▒▒xff▒x▒▒▒▒▒▒f▒▒xff▒x▒~▒▒▒f▒▒f▒▒f▒▒▒▒▒`f▒x▒▒▒▒▒▒▒▒`▒~▒fx`▒fx▒▒▒fx▒▒▒▒▒ff▒▒▒x`▒▒▒▒▒▒▒▒▒x▒▒▒x▒x▒▒▒▒`fx▒▒▒f▒▒▒▒x▒▒fx`x▒▒x▒▒▒x`▒▒▒▒▒f▒▒▒▒▒ff▒▒▒▒▒▒▒▒▒▒▒▒憞f▒▒▒▒`~f▒▒fxxxx▒x▒▒▒▒x▒x`▒~f▒▒▒怘▒▒▒f▒▒f▒f▒▒▒▒▒▒▒▒▒`▒▒f▒▒f▒▒~▒~▒~`fx▒~fx~▒▒▒▒f▒▒▒▒▒▒▒▒▒`f▒▒f▒`▒▒▒`fx▒▒f▒▒▒怘▒▒▒憞f▒▒▒▒`▒▒fx▒▒f▒f▒▒▒▒▒▒▒▒▒`▒▒f▒▒f▒▒~▒~▒~`fx▒~fx~▒▒▒▒f▒▒▒▒▒▒▒▒▒`f▒▒f▒`▒▒▒`fx▒▒f▒▒▒怘▒



Edited 1 time(s). Last edit at 05/26/2015 03:56PM by Val532.
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 04:04PM
@Val,

More progress! it must be arcNumber env that helped identifying the right box.

Your console setting has a typo:
console=ttyS0,38400

BTW, it will be better for me to remember which code version to look at if you use the image name that has the version number in it, such as this. Or shorten it somehow, but keep some version number in there.

mkimage -A arm -O linux -a 0x2000000 -a 0x2000000 -T kernel -C none -d /boot/vmlinuz-4.0.0-cns3xxx-tld-1 -n linux-4.0.0-cns3xxx-tld-1 uImage

or

mkimage -A arm -O linux -a 0x2000000 -a 0x2000000 -T kernel -C none -d /boot/vmlinuz-4.0.0-cns3xxx-tld-1 -n cns3xxx-tld-1 uImage

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



Edited 1 time(s). Last edit at 05/26/2015 04:09PM by bodhi.
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 04:10PM
Thanks, but it seams to bootargs need to have root= like : "bootargs root=/dev/mtdblock0 mem=256M console=ttyS0,38400", beacause with just "bootargs console=ttyS0,38400" it does not work.

So now i have that :
Whitney # setenv bootargs root=/dev/mtdblock0 mem=256M console=ttyS0,38400
Whitney # tftp 0x800000 cnx/uImage
Initialize PHY s/w auto-polling
phy_id: 1c
Initialize RTL8211
phy_id: 1c
Initialize RTL8211
TFTP from server 192.168.1.51; our IP address is 192.168.1.43
Filename 'cnx/uImage'.
Load address: 0x800000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 2164536 (210738 hex)
Whitney # bootm 0x800000
enter do_eth_down!!!
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   linux
   Created:      2015-05-26  20:36:39 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2164472 Bytes =  2.1 MB
   Load Address: 02000000
   Entry Point:  02000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

Booting Linux on physical CPU 0x900
Linux version 4.0.0-cns3xxx-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #3 SMP PREEMPT Sun May 24 22:13:49 PDT 2015
CPU: ARMv6-compatible processor [410fb024] revision 4 (ARMv7), cr=00c5787d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Cavium Networks CNS3420 Validation Board
Memory policy: Data cache writealloc
PERCPU: Embedded 10 pages/cpu @cfde9000 s10112 r8192 d22656 u40960
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: root=/dev/mtdblock0 mem=256M console=ttyS0,38400
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 255504K/262144K available (2983K kernel code, 96K rwdata, 972K rodata, 164K init, 72K bss, 6640K reserved, 0K cma-reserved)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc03e4fcc   (3956 kB)
      .init : 0xc03e5000 - 0xc040e000   ( 164 kB)
      .data : 0xc040e000 - 0xc04262e0   (  97 kB)
       .bss : 0xc04262e0 - 0xc043866c   (  73 kB)
Preemptible hierarchical RCU implementation.
        Additional per-CPU info printed with stalls.
        RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
NR_IRQS:16 nr_irqs:16 16
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836480000000ns
Console: colour dummy device 80x30
console [ttyS0] enabled
Calibrating delay loop... 277.70 BogoMIPS (lpj=1388544)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
CPU: Testing write buffer coherency: ok
missing device node for CPU 0
CPU0: thread -1, cpu 0, socket -1, mpidr 900
Setting up static identity map for 0x2f0038 - 0x2f0084
Brought up 1 CPUs
SMP: Total of 1 processors activated (277.70 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
L2C: DT/platform modifies aux control register: 0x02040000 -> 0x02540000
L2C-310 cache controller enabled, 8 ways, 256 kB
L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x06540000
vgaarb: loaded
SCSI subsystem initialized
Switched to clocksource freerun
FS-Cache: Loaded
futex hash table entries: 256 (order: 2, 16384 bytes)
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x78000000 (irq = 45, base_baud = 1500000) is a 16550A
brd: module loaded
loop: module loaded
mGine mflash driver, (c) 2008 mGine Co.
physmap platform flash device: 08000000 at 10000000
physmap-flash physmap-flash.0: map_probe failed
mousedev: PS/2 mouse device common for all mice
Driver 'mmcblk' needs updating - please use bus_type methods
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
PCIe: Port[0] Enable PCIe LTSSM
PCIe: Port[0] Check data link layer...
Link up.
PCIe: Max_Read_Request_Size set to 128 bytes
Unable to handle kernel NULL pointer dereference at virtual address 000000a4
pgd = c0004000
[000000a4] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
Modules linked in:
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.0.0-cns3xxx-tld-1 #3
Hardware name: Cavium Networks CNS3420 Validation Board
task: cf816800 ti: cf82c000 task.ti: cf82c000
PC is at pci_bus_assign_domain_nr+0x10/0x84
LR is at pci_create_root_bus+0x48/0x2e4
pc : [<c01f0558>]    lr : [<c01eadd4>]    psr: a0000113
sp : cf82dd68  ip : cf82dd80  fp : cf82dd7c
r10: cfa67fa0  r9 : 00000000  r8 : 00000000
r7 : cfa67f80  r6 : 00000000  r5 : cf9b0a00  r4 : cf9b0a00
r3 : cfa67f80  r2 : 00000000  r1 : 00000000  r0 : cf9b0a00
Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
Control: 00c5787d  Table: 0000400a  DAC: 00000015
Process swapper/0 (pid: 1, stack limit = 0xcf82c190)
Stack: (0xcf82dd68 to 0xcf82e000)
dd60:                   cf9b0a00 c0412988 cf82de04 cf82dd80 c01eadd4 c01f0554
dd80: c041054c 000080d0 a0000113 cf800040 cf82ddac cf82dda0 c01d9bc8 c01d9a8c
dda0: cf82ddd4 cf82ddb0 c00abd10 c00abda8 00000000 c04129c4 c04129c4 00000000
ddc0: c04129a8 00000000 cf82ddec cf82ddd8 c001c6dc c00abce0 00000000 cf82de88
dde0: 00000000 00000000 cf82de40 00000000 cfa67f80 cfa67fa0 cf82de2c cf82de08
de00: c01eb89c c01ead98 cfa67fa0 c01e8af8 cf82de88 cf82de88 00000000 c0434a84
de20: cf82de74 cf82de30 c000e330 c01eb854 cfa67fa0 00000000 00000000 00000000
de40: cf82de40 cf82de40 00000000 c0412994 00000000 00000011 c0410100 c0410100
de60: 00000000 00000000 cf82ded4 cf82de78 c03edb3c c000e0b4 c038d669 00000000
de80: cf82debc c0412994 c0412988 00000001 cf82de84 c0016060 00000000 00000000
dea0: 00000000 00000000 c0015f40 00000000 cf9c9a40 c03e8364 00000000 c0410e60
dec0: c0410e60 c0426300 cf82dee4 cf82ded8 c03e8388 c03eda1c cf82df5c cf82dee8
dee0: c00089b8 c03e8370 00000000 c0414194 c0414194 60000113 cf82df1c cf82df08
df00: c03e5600 c01cabfc cfffc0a5 cfffc09d cf82df5c cf82df20 c002f200 c03e55f0
df20: 00000056 00000007 00000007 00000057 00000000 00000007 00000007 00000057
df40: c0404bb8 c040a0e0 c0426300 c0426300 cf82df94 cf82df60 c03e5dfc c00088bc
df60: 00000007 00000007 c03e55e4 c02ef590 00000000 c02e9830 00000000 00000000
df80: 00000000 00000000 cf82dfac cf82df98 c02e9840 c03e5cec cf82c000 00000000
dfa0: 00000000 cf82dfb0 c0009640 c02e983c 00000000 00000000 00000000 00000000
dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 7d71529b 0d593693
Backtrace:
[<c01f0548>] (pci_bus_assign_domain_nr) from [<c01eadd4>] (pci_create_root_bus+0x48/0x2e4)
 r5:c0412988 r4:cf9b0a00
[<c01ead8c>] (pci_create_root_bus) from [<c01eb89c>] (pci_scan_root_bus+0x54/0xb8)
 r10:cfa67fa0 r9:cfa67f80 r8:00000000 r7:cf82de40 r6:00000000 r5:00000000
 r4:cf82de88
[<c01eb848>] (pci_scan_root_bus) from [<c000e330>] (pci_common_init_dev+0x288/0x2e0)
 r6:c0434a84 r5:00000000 r4:cf82de88
[<c000e0a8>] (pci_common_init_dev) from [<c03edb3c>] (cns3xxx_pcie_init_late+0x12c/0x17c)
 r10:00000000 r9:00000000 r8:c0410100 r7:c0410100 r6:00000011 r5:00000000
 r4:c0412994
[<c03eda10>] (cns3xxx_pcie_init_late) from [<c03e8388>] (init_machine_late+0x24/0x30)
 r9:c0426300 r8:c0410e60 r7:c0410e60 r6:00000000 r5:c03e8364 r4:cf9c9a40
[<c03e8364>] (init_machine_late) from [<c00089b8>] (do_one_initcall+0x108/0x1bc)
[<c00088b0>] (do_one_initcall) from [<c03e5dfc>] (kernel_init_freeable+0x11c/0x1e4)
 r9:c0426300 r8:c0426300 r7:c040a0e0 r6:c0404bb8 r5:00000057 r4:00000007
[<c03e5ce0>] (kernel_init_freeable) from [<c02e9840>] (kernel_init+0x10/0xec)
 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02e9830 r4:00000000
[<c02e9830>] (kernel_init) from [<c0009640>] (ret_from_fork+0x14/0x34)
 r4:00000000 r3:cf82c000
Code: e1a0c00d e92dd830 e24cb004 e1a05000 (e59100a4)
---[ end trace 561583b2e01e3872 ]---
Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

random: nonblocking pool is initialized

and with initrd :

Whitney # setenv bootargs root=/dev/mtdblock0 mem=256M console=ttyS0,38400
Whitney # tftp 0x800000 cnx/uImage
Initialize PHY s/w auto-polling
phy_id: 1c
Initialize RTL8211
phy_id: 1c
Initialize RTL8211
TFTP from server 192.168.1.51; our IP address is 192.168.1.43
Filename 'cnx/uImage'.
Load address: 0x800000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################
done
Bytes transferred = 2164536 (210738 hex)
Whitney # tftp 0x1100000 cnx/uInitrd
TFTP from server 192.168.1.51; our IP address is 192.168.1.43
Filename 'cnx/uInitrd'.
Load address: 0x1100000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #########
done
Bytes transferred = 2706140 (294adc hex)
Whitney # bootm 0x800000 0x1100000
enter do_eth_down!!!
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   linux
   Created:      2015-05-26  20:36:39 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2164472 Bytes =  2.1 MB
   Load Address: 02000000
   Entry Point:  02000000
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.0.0-cns3xxx-tld-1
   Created:      2015-05-26  20:01:01 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    2706076 Bytes =  2.6 MB
   Load Address: 00000000
   Entry Point:  00000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

Booting Linux on physical CPU 0x900
Linux version 4.0.0-cns3xxx-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #3 SMP PREEMPT Sun May 24 22:13:49 PDT 2015
CPU: ARMv6-compatible processor [410fb024] revision 4 (ARMv7), cr=00c5787d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Cavium Networks CNS3420 Validation Board
Memory policy: Data cache writealloc
PERCPU: Embedded 10 pages/cpu @cfde9000 s10112 r8192 d22656 u40960
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: root=/dev/mtdblock0 mem=256M console=ttyS0,38400
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 252860K/262144K available (2983K kernel code, 96K rwdata, 972K rodata, 164K init, 72K bss, 9284K reserved, 0K cma-reserved)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc03e4fcc   (3956 kB)
      .init : 0xc03e5000 - 0xc040e000   ( 164 kB)
      .data : 0xc040e000 - 0xc04262e0   (  97 kB)
       .bss : 0xc04262e0 - 0xc043866c   (  73 kB)
Preemptible hierarchical RCU implementation.
        Additional per-CPU info printed with stalls.
        RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
NR_IRQS:16 nr_irqs:16 16
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836480000000ns
Console: colour dummy device 80x30
console [ttyS0] enabled
Calibrating delay loop... 277.70 BogoMIPS (lpj=1388544)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
CPU: Testing write buffer coherency: ok
missing device node for CPU 0
CPU0: thread -1, cpu 0, socket -1, mpidr 900
Setting up static identity map for 0x2f0038 - 0x2f0084
Brought up 1 CPUs
SMP: Total of 1 processors activated (277.70 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
L2C: DT/platform modifies aux control register: 0x02040000 -> 0x02540000
L2C-310 cache controller enabled, 8 ways, 256 kB
L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x06540000
vgaarb: loaded
SCSI subsystem initialized
Switched to clocksource freerun
FS-Cache: Loaded
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 2644K (c1100000 - c1395000)
futex hash table entries: 256 (order: 2, 16384 bytes)
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x78000000 (irq = 45, base_baud = 1500000) is a 16550A
brd: module loaded
loop: module loaded
mGine mflash driver, (c) 2008 mGine Co.
physmap platform flash device: 08000000 at 10000000
physmap-flash physmap-flash.0: map_probe failed
mousedev: PS/2 mouse device common for all mice
Driver 'mmcblk' needs updating - please use bus_type methods
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
PCIe: Port[0] Enable PCIe LTSSM
PCIe: Port[0] Check data link layer...
Link up.
PCIe: Max_Read_Request_Size set to 128 bytes
Unable to handle kernel NULL pointer dereference at virtual address 000000a4
pgd = c0004000
[000000a4] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
Modules linked in:
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.0.0-cns3xxx-tld-1 #3
Hardware name: Cavium Networks CNS3420 Validation Board
task: cf816800 ti: cf82c000 task.ti: cf82c000
PC is at pci_bus_assign_domain_nr+0x10/0x84
LR is at pci_create_root_bus+0x48/0x2e4
pc : [<c01f0558>]    lr : [<c01eadd4>]    psr: a0000013
sp : cf82dd68  ip : cf82dd80  fp : cf82dd7c
r10: cf8cb2a0  r9 : 00000000  r8 : 00000000
r7 : cf8cb280  r6 : 00000000  r5 : cf3d4a00  r4 : cf3d4a00
r3 : cf8cb280  r2 : 00000000  r1 : 00000000  r0 : cf3d4a00
Flags: NzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
Control: 00c5787d  Table: 0f3e000a  DAC: 00000015
Process swapper/0 (pid: 1, stack limit = 0xcf82c190)
Stack: (0xcf82dd68 to 0xcf82e000)
dd60:                   cf3d4a00 c0412988 cf82de04 cf82dd80 c01eadd4 c01f0554
dd80: c041054c 000080d0 a0000013 cf800040 cf82ddac cf82dda0 c01d9bc8 c01d9a8c
dda0: cf82ddd4 cf82ddb0 c00abd10 c00abda8 00000000 c04129c4 c04129c4 00000000
ddc0: c04129a8 00000000 cf82ddec cf82ddd8 c001c6dc c00abce0 00000000 cf82de88
dde0: 00000000 00000000 cf82de40 00000000 cf8cb280 cf8cb2a0 cf82de2c cf82de08
de00: c01eb89c c01ead98 cf8cb2a0 c01e8af8 cf82de88 cf82de88 00000000 c0434a84
de20: cf82de74 cf82de30 c000e330 c01eb854 cf8cb2a0 00000000 00000000 00000000
de40: cf82de40 cf82de40 00000000 c0412994 00000000 00000011 c0410100 c0410100
de60: 00000000 00000000 cf82ded4 cf82de78 c03edb3c c000e0b4 c038d669 00000000
de80: cf82debc c0412994 c0412988 00000001 cf82de84 c0016060 00000000 00000000
dea0: 00000000 00000000 c0015f40 00000000 cf381900 c03e8364 00000000 c0410e60
dec0: c0410e60 c0426300 cf82dee4 cf82ded8 c03e8388 c03eda1c cf82df5c cf82dee8
dee0: c00089b8 c03e8370 00000000 c0414194 c0414194 60000113 cf82df1c cf82df08
df00: c03e5600 c01cabfc cfffc0a5 cfffc09d cf82df5c cf82df20 c002f200 c03e55f0
df20: 00000056 00000007 00000007 00000057 00000000 00000007 00000007 00000057
df40: c0404bb8 c040a0e0 c0426300 c0426300 cf82df94 cf82df60 c03e5dfc c00088bc
df60: 00000007 00000007 c03e55e4 c02ef590 00000000 c02e9830 00000000 00000000
df80: 00000000 00000000 cf82dfac cf82df98 c02e9840 c03e5cec cf82c000 00000000
dfa0: 00000000 cf82dfb0 c0009640 c02e983c 00000000 00000000 00000000 00000000
dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
dfe0: 00000000 00000000 00000000 00000000 00000013 00000000 7d71529b 0d593693
Backtrace:
[<c01f0548>] (pci_bus_assign_domain_nr) from [<c01eadd4>] (pci_create_root_bus+0x48/0x2e4)
 r5:c0412988 r4:cf3d4a00
[<c01ead8c>] (pci_create_root_bus) from [<c01eb89c>] (pci_scan_root_bus+0x54/0xb8)
 r10:cf8cb2a0 r9:cf8cb280 r8:00000000 r7:cf82de40 r6:00000000 r5:00000000
 r4:cf82de88
[<c01eb848>] (pci_scan_root_bus) from [<c000e330>] (pci_common_init_dev+0x288/0x2e0)
 r6:c0434a84 r5:00000000 r4:cf82de88
[<c000e0a8>] (pci_common_init_dev) from [<c03edb3c>] (cns3xxx_pcie_init_late+0x12c/0x17c)
 r10:00000000 r9:00000000 r8:c0410100 r7:c0410100 r6:00000011 r5:00000000
 r4:c0412994
[<c03eda10>] (cns3xxx_pcie_init_late) from [<c03e8388>] (init_machine_late+0x24/0x30)
 r9:c0426300 r8:c0410e60 r7:c0410e60 r6:00000000 r5:c03e8364 r4:cf381900
[<c03e8364>] (init_machine_late) from [<c00089b8>] (do_one_initcall+0x108/0x1bc)
[<c00088b0>] (do_one_initcall) from [<c03e5dfc>] (kernel_init_freeable+0x11c/0x1e4)
 r9:c0426300 r8:c0426300 r7:c040a0e0 r6:c0404bb8 r5:00000057 r4:00000007
[<c03e5ce0>] (kernel_init_freeable) from [<c02e9840>] (kernel_init+0x10/0xec)
 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c02e9830 r4:00000000
[<c02e9830>] (kernel_init) from [<c0009640>] (ret_from_fork+0x14/0x34)
 r4:00000000 r3:cf82c000
Code: e1a0c00d e92dd830 e24cb004 e1a05000 (e59100a4)
---[ end trace 4a1ee4afe57e0fa3 ]---
Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b



Edited 1 time(s). Last edit at 05/26/2015 04:13PM by Val532.
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 04:21PM
Val,

Excellent! that's what I expected to see. I did not incorporate the PCI patch because compilation errors.

And you were right about bootargs, mem and root have to be there. But root should be where your own rootfs is. So if you put my basic rootfs on a USB stick, then

setenv bootargs 'root=/dev/sda1 mem=256M console=ttyS0,38400'

Unfortunately, I'm running out of free time. I'll try to see if I can rebuild with the PCI patch.

Also, it seems there is only 1 CPU up

CPU0: thread -1, cpu 0, socket -1, mpidr 900
Setting up static identity map for 0x2f0038 - 0x2f0084
Brought up 1 CPUs
SMP: Total of 1 processors activated (277.70 BogoMIPS).
CPU: All CPU(s) started in SVC mode.

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



Edited 1 time(s). Last edit at 05/26/2015 04:24PM by bodhi.
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 04:28PM
Yes i know for the rootfs ^^, but for the moment it's secondary.

So i'm wait for your next kernel build ^^. Have you try to use 3.18 kernel in a first step ? Since patch are for this version.
Re: Possible to install Debian on Seagate Business Storage 2?
May 26, 2015 04:30PM
Val,

> So i'm wait for your next kernel build ^^. Have
> you try to use 3.18 kernel in a first step ? Since
> patch are for this version.

I know, just try want to my luck with 4.0 :) I'll have to go back to 3.18, like you said.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:51AM
Here is the Debian kernel 3.18.14 for CNS3xxx.

Download at Dropbox
linux-image-3.18.14-cns3xxx-tld-1_1.0_armel.deb
md5
7e435db3412c95c63dc62b71f323767e

I've only used a partial OpenWrt patch for watchdog (there was some incompatibilty between OpenWrt and Debian). Everything else should be in the kernel (SMP, ethernet, PCIe,...). Please install and try (cross your finger :)

I'm going to be a little bit tied up, so can only respond to posts. If we need to build another version then I'll get back to it in a few weeks.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 09:45AM
Hi,

which Kernel source, config and patch you have used? I may will try your kernel later this evening,

Regard and many thanks for your work, bodhi!
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 10:18AM
Bodhi, you forgot to upload the prepatched source inlcuding config? :/
I thought you would do that xD

We need to compile it ourself in order to be able to boot directly to our own rootfs without canceling uboot.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 10:40AM
Yama,

Fort the kernel source, it's notre realy needed, because fort the moment it's ju
st for test.
I think after we gave a working kernel, bohdi work on u-boot, to remove the wrong way it work.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 10:46AM
Well, nobody knows if it works or not :D
And since he can't provide new builds for few weeks, we might be able to work on it ourself after his great help :)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 12:11PM
So now we have that (on my system) :

Whitney # setenv bootargs root=/dev/sda2 mem=256M console=ttyS0,38400
Whitney # setenv serverip 192.168.1.51
Whitney # tftp 0x800000 cnx/uImage
Initialize PHY s/w auto-polling
phy_id: 1c
Initialize RTL8211
phy_id: 1c
Initialize RTL8211
TFTP from server 192.168.1.51; our IP address is 192.168.1.2
Filename 'cnx/uImage'.
Load address: 0x800000
Loading: T T #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ###################################
done
Bytes transferred = 2173432 (2129f8 hex)
Whitney # tftp 0x1100000 cnx/uInitrd
TFTP from server 192.168.1.51; our IP address is 192.168.1.2
Filename 'cnx/uInitrd'.
Load address: 0x1100000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############
done
Bytes transferred = 2724899 (299423 hex)
Whitney # bootm 0x800000 0x1100000
enter do_eth_down!!!
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   linux
   Created:      2015-05-27  16:55:26 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2173368 Bytes =  2.1 MB
   Load Address: 02000000
   Entry Point:  02000000
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs
   Created:      2015-05-27  16:56:42 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    2724835 Bytes =  2.6 MB
   Load Address: 00000000
   Entry Point:  00000000
   Loading Kernel Image ... OK
OK

Starting kernel ...

Booting Linux on physical CPU 0x900
Linux version 3.18.5-cns3xxx-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Wed May 27 01:43:59 PDT 2015
CPU: ARMv6-compatible processor [410fb024] revision 4 (ARMv7), cr=00c5787d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Cavium Networks CNS3420 Validation Board
Memory policy: Data cache writealloc
PERCPU: Embedded 9 pages/cpu @cfdeb000 s5888 r8192 d22784 u36864
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: root=/dev/sda2 mem=256M console=ttyS0,38400
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 252840K/262144K available (2979K kernel code, 125K rwdata, 952K rodata, 164K init, 78K bss, 9304K reserved)
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
    vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .text : 0xc0008000 - 0xc03def84   (3932 kB)
      .init : 0xc03df000 - 0xc0408000   ( 164 kB)
      .data : 0xc0408000 - 0xc04274a0   ( 126 kB)
       .bss : 0xc04274a0 - 0xc043aea0   (  79 kB)
Preemptible hierarchical RCU implementation.
        Additional per-CPU info printed with stalls.
        RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
NR_IRQS:16 nr_irqs:16 16
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836480000000ns
Console: colour dummy device 80x30
console [ttyS0] enabled
Calibrating delay loop... 277.70 BogoMIPS (lpj=1388544)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
CPU: Testing write buffer coherency: ok
missing device node for CPU 0
CPU0: thread -1, cpu 0, socket -1, mpidr 900
Setting up static identity map for 0x2ee7e0 - 0x2ee82c
Brought up 1 CPUs
SMP: Total of 1 processors activated (277.70 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
L2C: DT/platform modifies aux control register: 0x02040000 -> 0x02540000
L2C-310 cache controller enabled, 8 ways, 256 kB
L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x06540000
vgaarb: loaded
SCSI subsystem initialized
Switched to clocksource freerun
FS-Cache: Loaded
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 2664K (c1100000 - c139a000)
futex hash table entries: 256 (order: 2, 16384 bytes)
msgmni has been set to 499
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x78000000 (irq = 45, base_baud = 1500000) is a 16550A
brd: module loaded
loop: module loaded
mGine mflash driver, (c) 2008 mGine Co.
physmap platform flash device: 08000000 at 10000000
physmap-flash physmap-flash.0: map_probe failed
mousedev: PS/2 mouse device common for all mice
I2O subsystem v1.325
i2o: max drivers = 8
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
PCIe: Port[0] Enable PCIe LTSSM
PCIe: Port[0] Check data link layer...
Device not found.
PCIe: Port[1] Enable PCIe LTSSM
PCIe: Port[1] Check data link layer...
Device not found.
Registering SWP/SWPB emulation handler
Freeing unused kernel memory: 164K (c03df000 - c0408000)
Loading, please wait...
mount: No such device
W: devtmpfs not available, falling back to tmpfs for /dev
udevd[385]: error getting socket: Address family not supported by protocol

error initializing udev control socketudevd[385]: error initializing udev control socket
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... Failure: failed to load module md_mod.
cannot initialise MD subsystem (/proc/mdstat missing)
(initramfs)

Looks like we always have only one active CPU.



Edited 1 time(s). Last edit at 05/27/2015 12:16PM by Val532.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 03:53PM
@Val,

I would like to see you boot all the ways into Debian. Prepare the rootfs on a USB stick using Debian 3.18.5 rootfs in my kernel/rootfs thread.

Do what you are doing now with tftp is great. But booting with USB only is the goal.

To make thing simpler, if you have a Kirkwood box, you can install this kernel in that new Debian 3.18.5 USB rootfs on that Kirkwood box. And then take it to this box and attach it before booting.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:10PM
Yama & blackdevil,

Sure I will if I could get to my development box. But can't promise that will happen before a few weeks passes (I did not prepare the patch, since it is still under testing). And I want to see if anybody can boot Debian and identify what's missing.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:14PM
Yes i will try, but you have to know usb port are usb3.0, so i think uboot can load uImage and uInitrd cannot load from usb drive.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:18PM
bodhi Wrote:
-------------------------------------------------------
> Yama & blackdevil,
>
> Sure I will if I could get to my development box.
> But can't promise that will happen before a few
> weeks passes (I did not prepare the patch, since
> it is still under testing). And I want to see if
> anybody can boot Debian and identify what's
> missing.

Yush, kthx <3

Val532 Wrote:
-------------------------------------------------------
> Yes i will try, but you have to know usb port are
> usb3.0, so i think uboot can load uImage and
> uInitrd cannot load from usb drive.


Exactly. But Bodhi is talking about putting Debian on a USB stick, not the kernel.
If USB drivers are well (USB works awefully on my current setup with Debian Testing and kernel 2.6), you should be able to set a USB partition as root.
Even on my current kernel it should work, since the drivers are supposed to be in my initramfs.

I will try later to boot to Debian on a HDD.
I am not sure if I want to move the OS to USB later or use it on a 2.5" drive HDD...



Edited 1 time(s). Last edit at 05/27/2015 04:20PM by Yama.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:35PM
Yama,

> I will try later to boot to Debian on a HDD.
> I am not sure if I want to move the OS to USB
> later or use it on a 2.5" drive HDD...

You're right! I was not aware that it has USB 3.0 ports only, no USB 2.0, right?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 04:37PM
Right, only USB 3.0 ports, one on back, one front.
No USB 2.0 ports.
Re: Possible to install Debian on Seagate Business Storage 2?
May 27, 2015 08:11PM
Yama Wrote:
-------------------------------------------------------
> Right, only USB 3.0 ports, one on back, one
> front.
> No USB 2.0 ports.

Ah. Then best to have both the kernel and rootfs on SATA.

Kernel on tftp and rootfs on USB 3.0 normally should be OK, but I don't think I've turned XHCI on in this kernel build. Duh.

So Val, don't bother trying USB rootfs.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Possible to install Debian on Seagate Business Storage 2?
May 28, 2015 03:04PM
Please see this new thread:
http://forum.doozan.com/read.php?2,22114

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Hi can anyone tell me a guide to mod this NAS seagate business storage 2-bay? and run a webserver from it? or just how to access the root through ssh to install debian?

please im a newbie to this, i hope you guys can really help!


Waiting to hear from you .







DonCharisma Wrote:
-------------------------------------------------------
> That's quite an interesting bit of hardware. I'm
> sorry I don't know if it's possible or exactly how
> to do it ... but ... the first thing you'll need
> to do is get root access, via console of some
> sort, telnet or ssh ... there's a procedure
> described here to do it :
>
> http://notesabouttech.com/getting-ssh-access-on-a-
> seagate-business-storage-nas/
>
> Once your "in", you'll need to figure out how to
> boot off of something other than the stock
> firmware, from a USB or hard drive. That'll put
> you in a version of linux your in control of, and
> you can sit back and hack the device to your
> heart's content.
>
> Another way "in" is via a serial cable, and
> interrupt the boot process. I'll bet there's a
> serial connector on that board somewhere ...
> personally I've stayed away from serial wherever
> possible, so not really my field of expertise ...
>
> Another way "in" is via TFTP'ing a new firmware
> image in (I was able to unbrick my router like
> this) ... however that would imply that you have a
> firmware image that's bootable, and helps you in
> some way, like giving you root access.
>
> There are other forums and sites to look on apart
> from here - OpenWRT has a lot of info on hardware
> including the GoFlexNet for instance. OpenWRT runs
> embedded, so it's related .... Also check out
> archlinux for info ... personally I think Debian
> is the best choice for what you'll be doing with
> it, but arch or openwrt are possibles too ...
>
> It's a starting point, sorry I can't help any
> further, perhaps one of the more experienced guys
> here can offer some advice :D Keep searching,
> chances are someone somewhere will have done it
> already ... if not then you could be a pioneer,
> and I'll look forward to seeing your how-to post
> here once you've done it ....
>
> Quick question, does it have 2xSATA ports or 3 ?
> ... ie I couldn't see if the top drive slot for
> the laptop drive is USB or SATA ... reason I ask
> is, maybe I'll buy one myself !
>
> Cheers
>
> DC
Author:

Your Email:


Subject:


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