Beaglebone black gives the best sound quality compared to RP. I had RP and sold it because of not so great sound quality
Is that still true today? The latest HAT DAC's, and the new RPi4 with 'better' USB implementation will have addressed any perceived shortcomings.
What DAC did you use when you had an RPi?
new PiCore for Beaglebone Black
It does not depend on the architecture of the DAC! Can you port PiCore to Beaglebone Black?
Is that still true today? The latest HAT DAC's, and the new RPi4 with 'better' USB implementation will have addressed any perceived shortcomings.
What DAC did you use when you had an RPi?
It does not depend on the architecture of the DAC! Can you port PiCore to Beaglebone Black?
Last edited:
Hey guys! Has anybody used this repo to port PiCore to Beaglebone Black yet?
Converts piCorePlayer image to beaglebone-compatible image GitHub - tuxuser/picore_to_bbb: Converts piCorePlayer image to beaglebone-compatible image
Converts piCorePlayer image to beaglebone-compatible image GitHub - tuxuser/picore_to_bbb: Converts piCorePlayer image to beaglebone-compatible image
Seems simple enough to try, although it's quite old. PcP is now at V6.
Why not attempt it yourself? It'll either work or not...
Why not attempt it yourself? It'll either work or not...
Seems simple enough to try, although it's quite old. PcP is now at V6.
Why not attempt it yourself? It'll either work or not...
In my mind it is outdated information!
I have an issue with picore 5 on rpi3
Setting up an NFS share isn't working.
I have 'additional file systems' installed.
When trying to mount it 'by hand' in a shell I get
which indicates that something is still missing
(the mount works fine on a raspian-install)
Rüdiger
Setting up an NFS share isn't working.
I have 'additional file systems' installed.
When trying to mount it 'by hand' in a shell I get
Code:
sudo mount -t nfs 192.168.178.66:/export/data test
mount: wrong fs type, bad option, bad superblock on 192.168.178.66:/export/data,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so.
(the mount works fine on a raspian-install)
Rüdiger
Have you installed and enabled the extra file systems to use ntfs?
Ian
Edit: Oops, I see you have! sorry.
Ian
Edit: Oops, I see you have! sorry.
Last edited:
... and will have addressed any perceived shortcomings...
"any" "perceived" !?!?
Fact is that all RPI generations until gen 4 were IMO basically not suited to
run USB audio properly.
A single shared USB2.0 line for network and audio traffic - in/out at the same time simply doesn't work properly.
Hooking up a HDD to USB and running a USB DAC while controlling the RPI
via network doesn't make things much better.
Beside that the RPI up2 now had a very basic USB HW implementation.
The USB power rails need to be dead quiet and stable.
We shouldn't forget the power on the rail is shared with the RPI HW. Load variations and noise on that rail and of course data lines would impact both sides.
External power supply for a USB DAC IMO would be a must anyhow.
If you then try to run DSP work on the PI, such as quality resampling, the whole setup usually fails (XRUNS/lockups asf).
Let's better not start talking about running LMS tasks on such a setup.
That's one of the main reasons why audio HATs became extremely successful.
Another reason:
By using Allos reclocker device, Ian's reclocker&filter device or master-clock HATs the pretty low I2S performance of the RPI becomes pretty much irrelevant. Jitter levels in the femto second area can be and are achieved. And such a low jitter level easily competes with top USB audio implementations out there.
And a Beaglebone would look pretty outclassed on its I2S performance at that point.
The main issue of all the bones, droids, and fruit Pis (except RPI) out there is,
non of them can compete - not even close - with the RPI firmware, kernel and software support.
Without proper (longterm) SW (supplier + community) support your HW - no matter how great the specs seem to be - will be worth ...
Inmate amigo1 is basically proving the point: highjacking this thread while begging for BBB SW support that he'll never ever get.
For achieving highest quality audio the RPI can IMO be used in a very narrow band
and a rather specific setup only.
If you look for a general purpose high performance (USB) audio renderer and/or server you IMO better stick
to a NUC or similar and stay away from SBCs (and that'd even IMO include the Pi4).
Enjoy.
Last edited:
NFS is not NTFS. I doubt there is mount.nfs-3g, it is mount.ntfs-3g, a userspace FUSE-based NTFS driver.
For NFS you need mount.nfs "/sbin/mount.nfs" - Google Search
In debian-based distributions:
For NFS you need mount.nfs "/sbin/mount.nfs" - Google Search
In debian-based distributions:
Code:
sudo apt-get install nfs-common
True, but since it *should* have been installed I'd perefer the official way, if any (it's in the settings dialogue, so it should work)
I do not know what
in reality does. The current situation is there is no NFS support on your linux system.
TinyCore linux has kernel filesystems extension which does not include the userspace nfs utils. There is nsf-utils extension http://tinycorelinux.net/7.x/x86_64/tcz/nfs-utils.tcz.info
I have 'additional file systems' installed.
in reality does. The current situation is there is no NFS support on your linux system.
TinyCore linux has kernel filesystems extension which does not include the userspace nfs utils. There is nsf-utils extension http://tinycorelinux.net/7.x/x86_64/tcz/nfs-utils.tcz.info
Yeah, but in the networkshare dialogue one can choose between cifs and nfs, so it#s not consistent...
Maybe Greg will fill in?
Maybe Greg will fill in?
Sorry, I lost track of the conversations over here......did you get your NFS problem sorted.
More than likely you are missing a mount option "vers=x" (Where x = 3 or possibly 2) it depends on what you are trying to connect to.
And yes, we have a 6.0.0 beta out there as we sort through all of the PI4 fun. We have even released a 64 bit kernel (32 bit userspace) Which helps on some of the RAM and Disk through put.
More than likely you are missing a mount option "vers=x" (Where x = 3 or possibly 2) it depends on what you are trying to connect to.
And yes, we have a 6.0.0 beta out there as we sort through all of the PI4 fun. We have even released a 64 bit kernel (32 bit userspace) Which helps on some of the RAM and Disk through put.
Did u sort out your audio/rt kernel issue? Last time I looked you offered just one basic kernel.
I'm running 64bit-rt for quite a while now (on a 3B+) btw. Nice. 😉
***
A pity that the extremely slow/demanding DSP/decoding jobs can't make use of the 64bit and/or NEON infrastructure.
Or. Did you find a way??
I'm running 64bit-rt for quite a while now (on a 3B+) btw. Nice. 😉
***
A pity that the extremely slow/demanding DSP/decoding jobs can't make use of the 64bit and/or NEON infrastructure.
Or. Did you find a way??
Last edited:
Yes, there is a 6.0.0 RT image now. The RT version only includes 32 bit kernels. All of the RPi board less than a 4 have the usb issue that require the FIQ stuff for usb to work properly. FIQ is not available in 64bit mode.
Ah. OK. I don't use USB anyhow. rt-64 works great on Wifi+HAT-DAC installations. 😉
I just got myself into the process figuring out how to get the userspace to 64bit. Just the 64bit kernel is just half the story.
I just got myself into the process figuring out how to get the userspace to 64bit. Just the 64bit kernel is just half the story.
Ah. OK. I don't use USB anyhow. rt-64 works great on Wifi+HAT-DAC installations. 😉
I just got myself into the process figuring out how to get the userspace to 64bit. Just the 64bit kernel is just half the story.
That is a much bigger rabbit hole, especially for a minimal OS like pCPCore. Nothing can play at >32 bit, so I'm not sure of the benefit, but time will tell.
- Home
- Source & Line
- PC Based
- piCorePlayer = piCore Linux + Raspberry Pi + Squeezelite