Quantcast
Channel: Possible to install Debian on Seagate Business Storage 2?
Browsing latest articles
Browse All 114 View Live

Re: Possible to install Debian on Seagate Business Storage 2?

Only via svn, which really sucked. I attached it. I hope I didn't modified anything^^

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

@Yama, I've built a test kernel 4.0 for it. I'm going to upload it to Dropbox and you can try.

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

Here is the kernel image for testing: Download at Dropbox linux-image-4.0.0-cns3xxx-tld-1_0.1_armel.deb md5 42d2dfa547b9c7621da27a023a572f70 Hopefully, you will be able to boot and get ethernet and...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

Nope... The uImage is really smal, just 2.1mb. Commands I used: wget https://www.dropbox.com/s/9iwa5keqvbutevt/linux-image-4.0.0-cns3xxx-tld-1_0.1_armel.deb?dl=1 ar -x...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

Yama, Can you boot with both uImage and uInitrd? This kernel was built with initrd. cd /boot dpkg -i linux-image-4.0.0-cns3xxx-tld-1_0.1_armel.deb - generate both uImage and uInitrd. - change bootargs...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

Like this? Same result :/ > dpkg -i linux-image-4.0.0-cns3xxx-tld-1_0.1_armel.deb Selecting previously unselected package linux-image-4.0.0-cns3xxx-tld-1. (Reading database ... 21817 files and...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

Please post the output of printenv right before booting. Whitney # printenv Whitney # printenv bootargs Whitney # run bootcmd

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

@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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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.

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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!

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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.

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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 :)

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

@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...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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)....

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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.

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

bodhi Wrote: ------------------------------------------------------- > Yama & blackdevil, > > Sure I will if I could get to my development box. > But can't promise that will happen...

View Article


Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

Right, only USB 3.0 ports, one on back, one front. No USB 2.0 ports.

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article

Re: Possible to install Debian on Seagate Business Storage 2?

Please see this new thread: http://forum.doozan.com/read.php?2,22114

View Article



Re: Possible to install Debian on Seagate Business Storage 2?

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...

View Article
Browsing latest articles
Browse All 114 View Live


Latest Images