Poll: Are You Interested In ARMv7 Edition of Snakeoil OS
You do not have permission to vote in this poll.
YES. (Remember to let me know what board you want)
88.89%
8 88.89%
NO.
11.11%
1 11.11%
Total 9 vote(s) 100%
* You voted for this item. [Show Results]

Any Interest in ARMv7 builds
#11
Count me in for testing !!
I have a Pi(1)B  a 2B and a 3B
[-] The following 1 user Likes Bromf's post:
  • agent_kith
Reply

#12
My Pi B+ arrived couple days ago, havn't had time to fire it up yet. But will do so soonish. Can't wait to get Snakeoil working on the ARM architecture again. Cool
Snakeoil Operating System - Music, your way!
Reply

#13
Good results can be obtained using a conventional smartphone as an audio source. Such data was received by our friend running Debian on his smartphone with 8 cores and 3 GB of RAM. And it looks like Android.

[Image: forumdocto_4561874_30235107.jpg]

This is how popular players look when they run under Android. The first graph is the sine of 1 kHz, the second jitter test, a test signal with 44100 smartphone on the E-MU 0202.
Aimp
[Image: forumdocto_1263294_30235104.jpg] [Image: forumdocto_1221367_30235108.jpg]
Foobar2000
[Image: forumdocto_2483443_30235113.jpg] [Image: forumdocto_9773831_30235116.jpg]
VLC
[Image: forumdocto_9427070_30235119.jpg] [Image: forumdocto_4507820_30235120.jpg]
Classic for Linux VLC is the best.

The same signal from PC, Album Player, was written on e-MU 0202
AP192 sound card
[Image: forumdocto_7184651_30235146.jpg]
Realtek ALC892
[Image: forumdocto_7969001_30235152.jpg]

A link to the forum author's Album Player, post #13058:
http://forum.doctorhead.ru/index.php?s=7...5&st=13075

Friends, maybe it's time to switch to smartphones and tablets as audio sources?
Smile
Reply

#14
Wow.. Didn't know foobar2k is now on Android. Heart

I reckon Smartphones/tablets will be the way of the future (or rather, the future is a mobile operating system Android). It's something that's on my mind and will be something to consider down the roll. i.e. roll our a special android build specifically for audio, or audio/video (aka a high end video player).

Alas time is the problem for me, somewhat unfortunate that I can't do this full time..
Snakeoil Operating System - Music, your way!
Reply

#15
Although I am not sure if ARM SOC is powerful enough to handle 8 channels 96/24 crossover processing, I would like to see it working on Odriod XU-4.
Reply

#16
(04-Jul-2018, 12:01 PM)vv329 Wrote: Although I am not sure if ARM SOC is powerful enough to handle 8 channels 96/24 crossover processing, I would like to see it working on Odriod XU-4.
Maybe they are not powerful enough now, but in future it will be? Hopefully to get it all ready before then.

Hope to start working on this soon, been so tired in the last month I hardly have the energy to do anything after work. Sad
Snakeoil Operating System - Music, your way!
Reply

#17
Unfortunately havn't had much time to look into this the past few weeks. However, finally managed to get a microsd card, and fired up the Pi 3B+ purchased way back in May with Raspbian. Machine boots up fine and all went well.

First step is to setup the web server and that works easily.

Second step is to port all (if not most) the music players as well the Snakeoil Web App over.

Some of the Snakeoil tweaks probably don't work in the Pi world, so they need to be disabled. This will be the third and probably final step. After which the Pi edition will be released.

Not entirely sure of ETA, but hope to begin working on this later after work.

Note that this is just the planning stage at the moment. Not entirely sure if I'd hit any technical hurdles or not. Time will tell.
Snakeoil Operating System - Music, your way!
Reply

#18
Progressing slowly, but at least there's progress! Some more things left to do:
  1. Custom RT kernel with custom DSD DAC support
    I have done this a long time ago, hopefully can re-create the magic now.

  2. Rebuild all the custom libs and playback software
    This is likely to take a while.

  3. Disable Things That Do Not Make Sense In Pi
    Some things may well not work in the Pi environment. Have to find out what they are and disable accordingly. This is not going to be a big issue so it's OK for some things to be missed in the first release

  4. Repackage the image
    Need to remove unnecessary packages, services. Shrink the image down into a managable download size and put it online. Ideally I would like to cross compile the Pi stuffs on a Linux machine, but alas my home lab is running out of RAM to make this possible. For now I will just have to build everything on a Pi, it is just going to take longer to release, but it'd have to do for now.

  5. Update the Snakeoil Manual
    Not going to think about this for now. Will cross the bridge when we've come this far.
 
[Image: Snakeoil_Pi_Edition.png]
Snakeoil Operating System - Music, your way!
[-] The following 2 users Like agent_kith's post:
  • Walzocker56, Bromf
Reply

#19
And we have the first test Raspberry Pi firmware. Technically this should work with any Debian based Arm v7 CPU. However, strangely, the firmware is about 3x bigger. Mainly because the MPD build is bigger somehow. 

Not entirely sure what the problem is at the moment. But will continue to test/troubleshoot.
 
Code:
-rw-r--r-- 1 snakeoil snakeoil 37153992 Aug 26 21:38 snakeoil-1.1.0-armv7l.fw
-rw-rw-r-- 1 snakeoil snakeoil 13280943 Aug 20 19:57 snakeoil-1.1.0-i686.fw
-rw-rw-r-- 1 snakeoil snakeoil 13558437 Aug 20 19:57 snakeoil-1.1.0-x86_64.fw
Snakeoil Operating System - Music, your way!
[-] The following 2 users Like agent_kith's post:
  • Walzocker56, Bromf
Reply

#20
Fixed the firmware file now, it's a lot smaller now:
Code:
-rw-r--r-- 1 snakeoil snakeoil 11977945 Aug 28 21:38 snakeoil-1.1.0-armv7l.fw
-rw-rw-r-- 1 snakeoil snakeoil 13280943 Aug 20 19:57 snakeoil-1.1.0-i686.fw
-rw-rw-r-- 1 snakeoil snakeoil 13558437 Aug 20 19:57 snakeoil-1.1.0-x86_64.fw

And the RT kernel is up and running:

[Image: RT_Kernel_For_Pi.png]

Only tested this image on Pi 2B and Pi 3B+ though. Think I am going to call the machine snakeoil.local (to make this consistent with the Intel builds).. Still some way to go, but at least it's another step forward.
Snakeoil Operating System - Music, your way!
Reply



Bookmarks



Users browsing this thread:
2 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
Something seriously wrong with Squeezeli...
Last Post: Coacharnold
21-Apr-2024 08:28 PM
» Replies: 1
» Views: 30
MP3 Not Playing
Last Post: davem
21-Apr-2024 10:41 AM
» Replies: 4
» Views: 89
Announcing Snakeoil Measurements 1.3.0
Last Post: kees1000
13-Apr-2024 11:54 PM
» Replies: 95
» Views: 4880
LMS rebranded to Lyrion Media Server
Last Post: Bromf
07-Apr-2024 01:59 PM
» Replies: 4
» Views: 106
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 698
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 202
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 102
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 241
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 64
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 94

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.