FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Installing on Intel SS4000-E (general Linux question)
- This topic has 24 replies, 7 voices, and was last updated 15 years, 5 months ago by
brad.chapin.
-
AuthorPosts
-
28/11/2007 at 7:15 PM #1989
cstern
ParticipantI am starting a new “project” – to install firefly on my Intel SS4000-E NAS
So far, I can: Log on to the NAS using SSH, and transfer files via the shared directories and later move them to the right place in the unix file system.
The system is supposedly based on an XScale 80219 processor and does not contain any development tools, incl. ipkg
So in these (probably first in a chain of) questions are
1) How can I tell which architecture and Linux type is on the system? Is there a command to determine this?
2) Do you know of a precompiled ipkg package for this system (assuming XScale)
29/11/2007 at 12:22 AM #14890sonichouse
Participant@cstern wrote:
I) How can I tell which architecture and Linux type is on the system? Is there a command to determine this?
You could always try
uname -a
29/11/2007 at 10:08 AM #14891fizze
ParticipantIt’s an XScale alright.
Maybe this article http://linuxdevices.com/articles/AT3184179979.html can help shed some light, too.I am also considering getting a RAID-5 capable NAS, and I have done some research previously. Cheers for bookmarks-archive! 🙂
Although in german, this site provides the necessary steps to get a cross-compile-environment going:
http://www.fbis.ch/index-de.php?page=18&frameset=4The part of how to set up that toolchain is also available in english here:http://people.debian.org/~debacle/cross/
You need to get the toolchain for “arm-linux” to be able to compile for the SS4000.Enjoy!
30/11/2007 at 4:39 AM #14892rpedde
Participant@sonichouse wrote:
@cstern wrote:
I) How can I tell which architecture and Linux type is on the system? Is there a command to determine this?
You could always try
uname -a
Also, you can root around proc — can’t have much of a system with proc, so it will be on every linux system.
cat /proc/cpuinfo
cat /proc/meninfowould be helpful.
— Ron
Oh, and dmesg is probably useful too… should show all the devices and stuff as the drivers loaded on boot, so long as you do it soon after boot.
30/11/2007 at 11:28 AM #14893cstern
ParticipantThanks I will try those commands and post the output.
As for the instructions on how to install a toolchain I have run into a deadlock – the machine does not have the apt-get (or any other packet handling system), so I am stuck already on the first step…
Anybody knows how to get apt-get precompiled for XScale?
30/11/2007 at 3:43 PM #14894fizze
ParticipantNonono, you got it wrong.
You need a proper PC with Linux installed, to compile to stuff there, and then you can just copy/install the binaries to the SS4000-E.
The SS4000-E isn’t self-contained (yet).
30/11/2007 at 9:05 PM #14895cstern
ParticipantOh, I see. But how can I then make sure I got all the supporting libraries etc – is there a check list somewhere? On the Synology DS107 it was very easy since i could use ipkg which automagically got everything in place.
01/12/2007 at 9:09 AM #14896fizze
ParticipantQuite simply, firefly itself won’t configure / run without all those libs 😉
And I’m sure Ron keeps a dependancy list somewhere. *nudge* *wink*
02/12/2007 at 10:51 PM #14897rpedde
Participant@fizze wrote:
Quite simply, firefly itself won’t configure / run without all those libs 😉
And I’m sure Ron keeps a dependancy list somewhere. *nudge* *wink*
Hrm.. it’s locked in my brain.
But you’ll need at a minimum:
1. zlib
2. libid3tag
3. sqlite 2.8.x or sqlite 3.xIf you want transcoding, you’ll need
4. libogg
5. libvorbisfile
6. libFLACAnd any deps those have.
— Ron
06/12/2007 at 3:44 AM #14898brad.chapin
ParticipantCstern,
I also have a SS4000-e and have been trying to get FireFly working on mine as well. I’ve love to help you get yours working as that will get me closer to getting mine working!With some good notes from someone, I was able to get TwonkyVision to work on mine and I’d be more than happy to share those notes as they do give some ideas on how best to get the software on to the Intel SS4000-e (from public folder), enable SSH, etc. Some good basic Linux command if you’re not super Linux proficient (I know that I’m not)
Of course Firefly is better IHMO than TwonkyVision and I’ve tried a lot of the builds that Ron has put together, but I haven’t been successful with any of them yet. I think that we need an ARM build for Little Endian (ARMEL) to order to make it fly (since that’s the type that I used from Twonky), but I wouldn’t know how to compile that.
I think the SS4000-e is running Linux 2.6.10 is that helps at all. Of the resources that Ron mentions, I don’t think we have any of them preinstalled as I looked in the open source files that Intel makes available for the 1.4 firmware and it doesn’t mention those.
Regards,
Brad -
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.