[Mep-dev] [Fwd: Re: [dttsp-linux] SDR-Core / DTTSP on the Beagleboard - Angstrom Linux]
Michelle
w5nyv at yahoo.com
Thu Aug 20 07:00:32 PDT 2009
That's pretty much where we're at as well. The script from Edson is what we used for both Atom Smash and intend to use for Dog Pack.
For the Atom boards, we were able to successfully copy signals using a Softrock 40. The entire process wasn't so much hard as tedious and involves tracking down dependencies. The script required some changes. I commented those lines, so I'll find them again and share. They involved the location of the jack audio libraries, if memory serves.
Let me see where we left off mid-summer on the Beagleboards and report back. With school starting again in the near future, I should be able to pick back up. :+)
More soon, -Michelle W5NYV
Potestatem obscuri lateris nescis.
----- Original Message ----
From: Bob McGwier <rwmcgwier at gmail.com>
To: mep <mep-dev at uppermeadow.com>
Sent: Wednesday, August 19, 2009 6:28:02 AM
Subject: [Mep-dev] [Fwd: Re: [dttsp-linux] SDR-Core / DTTSP on the Beagleboard - Angstrom Linux]
FYI
-----Inline Message Follows-----
Fantastic Rob!!
dahdahdidit wrote:
> Hey all,
> I have SDR-Shell, Jackd and sdr-core all running on my Beagleboard, OMAP3 processor with Angstrom Linux. Here is how I have gotten it to run by using a script from Edson Pereira's site. It runs without giving any errors (but without displaying any signals in SDR-Shell either)::
>
> #!/bin/sh
> # define name used in the RMI registry
> NAME=SDR-SHELL
> export SDR_DEFRATE=48000
> export JACK_BUFFER=1024
>
> # start jackd (firewire fa-66)
> echo "starting jackd ..."
> #DELTA-44
> /usr/bin/jackd -d alsa -d hw:0 -r$SDR_DEFRATE -p${JACK_BUFFER} -n3&
>
> sleep 5
>
> # start RX DttSP
> echo "starting DttSP ${NAME}_RX ..."
> /usr/bin/sdr-core --spectrum --metering --client-name=${NAME}_RX
> --buffsize=${JACK_BUFFER} --ringmult=4 --command-port=19001
> --spectrum-port=19002 --meter-port=19003&
>
> sleep2
>
> # start sdr-shell
> sdr-shell&
>
> ------------------------- so that ^ seems to start everything but it does not like NAME=SDR-SHELL.
> Am I using the wrong startup script? I found this one on your site. I also notice Delta44 - is that a sound card? The Beagleboard's is onboard so I have changed the device number to BB's defaul hw:0. Again what I am trying to do is get a signal displayed on SDR-Shell. Edson mentions qjackctl I never came across that anywhere in the documentation to date so if you have some info on what that
> does it would be helpful.
>
> And just for comparison as additional info, I do have FLDigi running on the system with the same sound card and have successfully made many contacts in PSK31 with the small wonder labs PSK series (20 & 80 - Warbler). This is using a USB/Serial adapter for PTT to the rig and audio in and out for RXTX. All of which worked upon installation with no setup. so I know the hardware is capable of doing everything.
>
> Now I am trying to get all this running on the Beagleboard with my SoftRock v6.3 and SDR-Shell (or whatever) so if you have any additional info on how to interface with the Si570 I2C board that would be awesome.
>
> Thanks & 73,
>
> Rob Thomas, KC4NYK
More information about the Mep-dev
mailing list