Re: [PATCH] flash-kernel: add support for eSATA SheevaPlug

2010-02-19 Thread Martin Michlmayr
* John Holland  [2010-02-19 23:25]:
> Supplement the debian flash-kernel package with support for the eSATA
> SheevaPlug hardware.

Thanks.  Let's wait and see first what the kernel people say.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100219231929.go1...@jirafa.cyrius.com



[PATCH] flash-kernel: add support for eSATA SheevaPlug

2010-02-19 Thread John Holland
Supplement the debian flash-kernel package with support for the eSATA
SheevaPlug hardware.

Signed-of-by: John Holland 
--
diff -Naur usr/sbin/flash-kernel usr/sbin/flash-kernel.new
--- usr/sbin/flash-kernel   2010-02-19 09:11:25.799090095 +0100
+++ usr/sbin/flash-kernel.new   2010-02-19 09:14:38.985535448 +0100
@@ -94,6 +94,7 @@
"Marvell OpenRD Base Board")exit 0 ;;
"Marvell OpenRD Client Board")  exit 0 ;;
"Marvell SheevaPlug Reference Board")   exit 0 ;;
+   "Marvell eSATA SheevaPlug Reference Board") exit 0 ;;
"QNAP TS-109/TS-209" | "QNAP TS-409")   exit 0 ;;
"QNAP TS-119/TS-219")   exit 0 ;;
"QNAP TS-41x")  exit 0 ;;
@@ -319,7 +320,7 @@
) > "$imtd" || error "failed."
echo "done." >&2
;;
-   "Marvell OpenRD Base Board" | "Marvell OpenRD Client Board" | "Marvell 
SheevaPlug Reference Board")
+   "Marvell OpenRD Base Board" | "Marvell OpenRD Client Board" | "Marvell 
SheevaPlug Reference Board" | "Marvell eSATA SheevaPlug Reference Board")
check_subarch "kirkwood"
tmp="$(tempfile)"
printf "Generating kernel u-boot image... " >&2
diff -Naur usr/share/doc/flash-kernel/README 
usr/share/doc/flash-kernel/README.new
--- usr/share/doc/flash-kernel/README   2009-11-03 18:28:26.0 +0100
+++ usr/share/doc/flash-kernel/README.new   2010-02-19 18:20:59.849901929 
+0100
@@ -41,6 +41,7 @@
  - QNAP TS-410 and TS-410U Turbo NAS
  - QNAP TS-419P and TS-419U Turbo NAS
  - SheevaPlug
+ - eSATA SheevaPlug
  - Thecus N2100

 If you would like to see support for another device, please file a bug
--- usr/share/initramfs-tools/hooks/flash_kernel_set_root   2009-11-03 
18:28:26.0 +0100
+++ usr/share/initramfs-tools/hooks/flash_kernel_set_root.new   2010-02-19 
09:37:07.408945884 +0100
@@ -62,6 +62,9 @@
"Marvell SheevaPlug Reference Board")
echo "default"
;;
+   "Marvell eSATA SheevaPlug Reference Board")
+   echo "default"
+   ;;
"Thecus N2100")
echo "override"
;;

Refers-to:
http://lists.infradead.org/pipermail/linux-arm-kernel/2010-February/010119.html
thread lead.



--
John Holland

___

Cellent Finance Solutions AG

Firmensitz: Calwer Straße 33, 70173 Stuttgart
Registergericht: Amtsgericht Stuttgart, HRB 720743
Vorstand: Thomas Wild
Vorsitzender des Aufsichtsrats: Rudolf Zipf


--
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1266618325.8172.147.ca...@oklahoma



Re: Alternative to using USB-Stick as mass storage on NSLU2

2010-02-19 Thread Ruediger Leibrandt
Am Donnerstag 18 Februar 2010 schrieb Björn Wetterbom:
> I've used a Freecom 2.5" drive for a couple of years with good
> results. USB powered of course.

I'd say go for a 1.8" external usb hdd.
Same wear-cycle as a 2.5" drive ( MTBF ~> 50.000 hours ), but uses even less 
power.

--

Rüdiger


--
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002191746.35562.ruediger.leibra...@gmx.de



Re: 2nd try: Thermaltake Muse NAS-RAID (N0001LN) - IOP architecture - HELP requested

2010-02-19 Thread Mello
So, basically, I must stop the startup sequence at a point where I can
gain access to the Redboot prompt.
Then issue the commands you suggested, right?

Questions:
1. where do I find/how can I generate such a kernel?
2. what happens to my device after doing this test? Will it revert to
normal after a power-cycle or do those command overwrite the
flash/disk somehow?

Thanks,
-c



On Thu, Feb 18, 2010 at 3:30 PM, Arnaud Patard
 wrote:
> Mello  writes:
>
> Hi,
>
>> Hi Arnaud and all,
>> sorry for the long wait but I've been traveling (for work).
>>
>> Please find attached the requested data. I believe I've taken the
>> entire boot log.
>> Also I've run a few commands to explore /proc filesystem.
>
> From what I can see from the 2 files, your nas looks very similar to the
> ep80219 board from intel (bootloader & pci informations). From a quick
> look, I only see e100 device replaced with a e1000. I can't be sure
> about the crystal frequency (33.3MHz vs 30MHz) but that should not
> prevent things to boot.
>
> You can try booting a kernel with ep80219 support and looks what's
> happening. Unfortunately, you can't use debian iop32x kernel packages as
> iirc, they don't have the iq31244 option enabled.
>
> Please, note that you'll have to add 'force_ep80219' on the kernel command
> line. For instance :
>
> fis load ramdisk.gz
> 
> exec -c "console=ttyS0,115200 rw root=/dev/ram0 init=/linuxrc 
> initrd=0xa180,8M mem=2...@0xa000 force_ep80219"
>
>
> Arnaud
>


-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/3b5f6ee21002190413h37f665d4mfdc8db1b87b2f...@mail.gmail.com



Re: Alternative to using USB-Stick as mass storage on NSLU2

2010-02-19 Thread u7l11ey
Björn Wetterbom wrote:

> I've also used an external WD 3.5" drive which I am very pleased with,
> and since WD offers a wide variety of 2.5" drives at good prices I
> would go for one of those.

Thanks for that suggestion. I've read several recommendations for WD 2.5"
drives, so I'd like to go that route.

The "My Passport Essential" drives look nice:
http://www.wdc.com/en/products/Products.asp?DriveID=701

However, there are numerous reviews on the net stating that these drives
do not behave like "normal" drives but require a (Windows) driver and a
"virtual cd". Is it possible to repartition/reformat these drives using
standard linux/debian tools, so they can be used with the slug under
Debian?

Regards, Richard



-- 
To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/62481.138.245.1.1.1266572498.squir...@webmail.lrz-muenchen.de