bliss on ARM based Netgear ReadyNAS?
Is there a way to install bliss on a Netgear ReadyNAS (it runs Debian on an ARM processor)?
-
Well, I'm no ReadyNAS expert so I don't know the process for developing an add-on.
You could start with the basic Linux installer and first of all get it installing. This requires you install a Java runtime. It's best if this is Java 6.
Once that's done, try running bliss and progressively fix stuff. My guess is that two things will break: 1) the file system event listener, 2) the audio fingerprinter. You can read about doing this for Synology (also ARM) here: http://pcloadletter.co.uk/2012/09/17/bliss-package-for-synology/
Then you need a way of packaging it all together so the add-on installs with one click.
-
Josh Hall commented
I'm keen to give it a go. I am a developer, however haven't done any of this sort of thing (building distro's for Linux). Are you able to give me some more pointers to get me started?
-
This is already available for Intel based devices:
http://www.readynas.com/?p=5624
http://www.readynas.com/forum/viewtopic.php?f=48&t=53986To have it done for ARM based would require a compatible Java runtime and various bits recompiled for ARM. This has already been done for the Synology version of bliss so I think it should work.
-
Josh Hall commented
Sadly that is an x86 port, not ARM.
:(