• These commercial threads are for private transactions. diyAudio.com provides these forums for the convenience of our members, but makes no warranty nor assumes any responsibility. We do not vet any members, use of this facility is at your own risk. Customers can post any issues in those threads as long as it is done in a civil manner. All diyAudio rules about conduct apply and will be enforced.

Amanero Isolator/Reclocker GB

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
James - would you make a recommendation? Been thinking about buying one for a while. TIA - Pat
The one I've just borrowed is a Veho Discovery and I'd recommend it. I have a cheaper Chinese one off ebay which cost half as much, but the software was crap and it broke on me after not much use...

I've had a frustrating time this evening chasing a couple of faults which were mainly u.fl soldering errors and the fact I'd bypassed the clock buffer, but these ndk chips definitely need it in place..... but I have a 45mhz clock mounted on my s03 in the x1 position and it's asynchronously reclocking well now.

I'm having trouble getting the BBB to do what I want though... It seems that regardless of what I do in the config file, it's playing double speed, so even though I have it set for clock option 0 it's still seeing an mck and just using that....

Could someone who has synchronous clocking working with 45/49 oscillators post up the contents of their uEnv.txt file and note which position they have which oscillator please?

Thanks,
James
 
It's still open ?

SuperCape EOI:

PET-240 x 2
Chanh x2
Acko x1
Stijn001 x1
Emyeuoi x 2
Mull3t x2
Myint 67x1
bk856er x1
Supersurfer x1
RollE2k x1
Crazikid x 1
Nautibuoy x1
DQ828 x 1
Lindamar x 2
iancortez x 1
CAAD x 1
Greg Stewart x 1 (but you knew that, Acko... also, maybe x 2)
IanS1 x 1
tods 1x
wlowes x 1
odem81 x1
ochabo x1
potstip x1
dwjames x1
vanofmonks x1
wollie x 2
jarrettv x 1
MadKid x 1
mvaldes x 1
 

Hi James, It sound like the clock divider on the S03 is not doing it's thing. Do you have the /2 resistor (would have to look up the nr.) in place?

This is how I've got it setup at the moment:

+++++++++++++++++

X1: 45.1584Mhz, X2: 49.152Mhz

+++++++++++++++++
kernel_file=zImage
initrd_file=initrd.img
fdtfile=am335x-boneblack-botic.dtb
##Enable systemd
initopts=quiet init=/lib/systemd/systemd
##Disable usage of external Botic clocks
optargs=coherent_pool=1M snd_soc_botic.ext_masterclk=3
console=ttyO0,115200n8
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext4 rootwait fixrtc
loadkernel=load mmc ${mmcdev}:${mmcpart} 0x82000000 ${kernel_file}
loadinitrd=load mmc ${mmcdev}:${mmcpart} 0x88080000 ${initrd_file}; setenv initrd_size ${filesize}
loadfdt=load mmc ${mmcdev}:${mmcpart} 0x88000000 /dtbs/${fdtfile}
loadfiles=run loadkernel; run loadinitrd; run loadfdt
mmcargs=setenv bootargs console=tty0 console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype} ${initopts}
uenvcmd=run loadfiles; run mmcargs; bootz 0x82000000 0x88080000:${initrd_size} 0x88000000
#
 
Hi James, It sound like the clock divider on the S03 is not doing it's thing.
It's fair to say that it definitely isn't ;)
An externally hosted image should be here but it was not working when we last tested it.

I'm not fitting a divider, but setting the frequency in the Botic uEnv.txt file so the division is done in the software.
I have this working with 44khz now and I'll add the second clock shortly.
The info I was missing is that the snd_soc_botic.clk_44k1 value in the file must be placed on the same line as the clock selection value.

I'll post up some info on what I've done when I have it sorted.
 
OMG..., it's gone! :D:D:D
Well, not fitted in the first place, but yes, it appears it's not needed at all if you're using the Botic driver for bbb as you just set the frequency in there and let the software handle it all.
I got it all working earlier today, but had guests here so only heard enough to confirm it works and nothing more.

Looking forward to hearing the results of a good few hours of work :)

The software side of things is easy enough once you've figured a few things out. I'll post a how 2 when I get a spare moment, but probably not for a day or so.
 
Member
Joined 2010
Paid Member
The software side of things is easy enough once you've figured a few things out. I'll post a how 2 when I get a spare moment, but probably not for a day or so.

Hi James, I completed all the HW parts, I tested the S03 how much I can test without signals (various PS at the pins of the flip flop, XO and isolators)
I download and flashed the img miero file in the microsSD and I am actually ready to power up... I will wait your post before to understand how can go ahead and don't proceed blindly :eek:

Thanks for your help!
Enrico
 

Attachments

  • DSC02634.jpg
    DSC02634.jpg
    741.7 KB · Views: 377
  • DSC02631.jpg
    DSC02631.jpg
    816.7 KB · Views: 328
Hi James, I completed all the HW parts, I tested the S03 how much I can test without signals (various PS at the pins of the flip flop, XO and isolators)
I download and flashed the img miero file in the microsSD and I am actually ready to power up... I will wait your post before to understand how can go ahead and don't proceed blindly :eek:

Thanks for your help!
Enrico
If you've got that far there's only really 1 simple step left I believe.
You can put the sd card back into your computer and look on the root of it for the file uEnv.txt
If you use windows or Mac you need a decent text editor, something like pspad (free)
Then just edit the line which says

Code:
optargs=coherent_pool=1M snd_soc_botic.ext_masterclk=0
And change the masterclk setting to be 3
Then save and you're ready to go I believe. It looks like your s03 is set up for 2x divider, so you don't need to change the frequency in the Botic driver.

Good luck!
J
 
Member
Joined 2010
Paid Member
If you've got that far there's only really 1 simple step left I believe.
You can put the sd card back into your computer and look on the root of it for the file uEnv.txt
If you use windows or Mac you need a decent text editor, something like pspad (free)
Then just edit the line which says

Code:
optargs=coherent_pool=1M snd_soc_botic.ext_masterclk=0
And change the masterclk setting to be 3
Then save and you're ready to go I believe. It looks like your s03 is set up for 2x divider, so you don't need to change the frequency in the Botic driver.

Good luck!
J

Thanks James for your help.

I downloaded the pspad and modified the line as you said.

What about the remote control through ipad or android? My actual configuration with the Edel_NMR is really simple. The server is the NAS and the application BubbleUnPn recognize automatically both the server and the Edel as rendered. Will be the same for the BBB?

Sorry for the silly questions but I remember when I setup the rPi with Volumio was not easy at all for many reasons including my ignorance with Linux :eek:

Anyway tonight is too late for me to give a trial and tomorrow starting a new working week. I am also sure that some trouble shooting will need so better take it easy :)

Thanks again,
Enrico
 
the application BubbleUnPn recognize automatically both the server and the Edel as rendered. Will be the same for the BBB?
With the current release of Miero's BBB software, no.
The core media server of Miero's Botic-v3 is Music Player Daemon. This requires MPD-compatible client controller applications - for Android something like MPDroid, for iOS something like MPoD/MPaD.

However, Miero said that in future releases he will include "GMediaRender" which you can use to turn the BBB into a UPnP renderer. Then you will be able to use a common controller application for all of your devices.

There's actually a third option, which is to add a plugin to MPD (upmpdcli) which turns MPD into a UPnP renderer application, itself. This seems an inefficient use of software to me, but apparently there are benefits. You can read about it here -
An UPnP Audio Media Renderer based on MPD
See the "What's the point?" section.
Miero mentioned that he is considering adding this plugin to future releases.
 
Thanks linuxfan for the detailed reply. I will give a look to the link trying to understand how can make the BBB work

Cheers,
Enrico

Enrico, I currently have upmpdcli installed on my miero equipped BBB and it works very well at turning the BBB into a UPnP renderer; I also use BubbleUPnP as my controller app.

I have also used GMediaRenderer before and it also worked well but, at the time, was a little more fiddly to install. I'll happily switch to GMedia if it's included with miero's package in the future.

Ray
 
Enrico, I currently have upmpdcli installed on my miero equipped BBB and it works very well at turning the BBB into a UPnP renderer; I also use BubbleUPnP as my controller app.

I have also used GMediaRenderer before and it also worked well but, at the time, was a little more fiddly to install. I'll happily switch to GMedia if it's included with miero's package in the future.

Ray

If this is the case do we then need RuneAudio or Volumio for BBB?
 
Member
Joined 2010
Paid Member
Enrico, I currently have upmpdcli installed on my miero equipped BBB and it works very well at turning the BBB into a UPnP renderer; I also use BubbleUPnP as my controller app.

I have also used GMediaRenderer before and it also worked well but, at the time, was a little more fiddly to install. I'll happily switch to GMedia if it's included with miero's package in the future.

Ray

Ray, this is a good news, thanks!!
But I have another silly question... where you have the upmpdcli installed? I mean, I flashed the microSD with the miero img file and I modified as per your post above. How can I include the upmpdcli?

I am sorry to bother you guys with all this basic questions and I really appreciate your patience :eek:
 
Member
Joined 2010
Paid Member
@Enrico,
I received your adapter board for Edel. Very nice design! Thank you for helping out :)
Once the S03 board is added the Combo with be ready for tests
An externally hosted image should be here but it was not working when we last tested it.

You are welcome Acko... great you have it in the hands :D

The PSU in the picture is the one?

I am really curious to hear from you about the Edel and most insteresting the Edel with the S03... :)

Cheers,
Enrico
 
Ray, this is a good news, thanks!!
But I have another silly question... where you have the upmpdcli installed? I mean, I flashed the microSD with the miero img file and I modified as per your post above. How can I include the upmpdcli?

I am sorry to bother you guys with all this basic questions and I really appreciate your patience :eek:

Enrico, here's the upmpdcli page;

An UPnP Audio Media Renderer based on MPD

All I did was download and install the RPi/Debian release on top of miero's software as per the instructions.

Here's the relevant page with the instructions.;

Upmpdcli downloads

It seemed very easy. I'm not a Linux expert by any means.

Ray
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.