This layer is intended to add recipes for SDR packages, digital modes and other software packages for amateur radio operators.
This layer depends on:
- URI: http://git.yoctoproject.org/cgit/cgit.cgi/poky/
- layer:
meta
- branches:
kirkstone
/scarthgap
- layer:
- URI: http://git.openembedded.org/meta-openembedded
- layer:
meta-oe
- branches:
kirkstone
/scarthgap
- layer:
Optional dependencies:
- URI: https://github.com/meta-qt5/meta-qt5
- layer:
meta-qt5
- branches:
kirkstone
/scarthgap
- layer:
- URI: http://git.openembedded.org/meta-openembedded
- layer:
meta-networking
- branches:
kirkstone
/scarthgap
- layer:
Please send your issues, patches and pull requests on the github repository, at https://github.com/adrians/meta-amateurradio.
-
Some digital modes (WSPR, FT8, etc.) require a synchronized system clock. If the board does not have a synchronized RTC module but has an internet connection, you might want to install
ntpdate
(from themeta-networking
layer). -
Some packages (WSJT-X, JS8Call) depend on fortran libraries, but the fortran runtime is not enabled by default in the yocto project. You'll need to add the following line to the
conf/local.conf
file:
FORTRAN:forcevariable = ",fortran"
- If using rtl-based sdr dongles, you might need to unload the
dvb_usb_rtl28xxu
module from the kernel, as it is automatically inserted.
rmmod dvb_usb_rtl28xxu
- When starting direwolf, you need a configuration file in
~/direwolf.conf
specifying the audio interface. Usecm108
tool to identify the audio interface and then create the file like this:
echo "ADEVICE plughw:0,0" > ~/direwolf.conf