Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: kanzlr on June 10, 2021, 09:40:33 PM

Title: RTL-SDR on piCore 12
Post by: kanzlr on June 10, 2021, 09:40:33 PM
Hi,

first: thanks for the awesome work on tiny core (and piCore), I enjoy using it every day :)

now to the issue:
I'd like to run RTL_433 on my raspberry, but noticed a few dependencies are missing, that I think where available for Tiny Core in the past. These are:


and actually the mosquitto-client, but I could build this myself

is it possible to add the libs/sdr to the repository for tce-load?
are they available in any other form that I missed?

thanks a lot
Bernhard
Title: Re: RTL-SDR on piCore 12
Post by: Juanito on June 11, 2021, 01:33:35 AM
The rtl-sdr and rtl-sdr-dev extensions are present in the piCore-7.x repo:

http://tinycorelinux.net/7.x/armv7/tcz/

libusb and libusb-dev are present in the piCore-12.x repos

You could try downloading rtl-sdr and rtl-sdr-dev manually from the 7.x repo to see if they work in 12.x
Title: Re: RTL-SDR on piCore 12
Post by: Rich on June 11, 2021, 04:25:52 AM
Hi kanzlr
Welcome to the forum.

... and actually the mosquitto-client, but I could build this myself ...
There is a mosquitto extension present in the 3 most recent versions of piCore:
http://tinycorelinux.net/11.x/armv6/tcz/mosquitto.tcz.info
http://tinycorelinux.net/12.x/armv6/tcz/mosquitto.tcz.info
http://tinycorelinux.net/13.x/armv6/tcz/mosquitto.tcz.info

You can check here to see if it contains what you are looking for:
http://tinycorelinux.net/13.x/armv6/tcz/mosquitto.tcz.list
Title: Re: RTL-SDR on piCore 12
Post by: kanzlr on June 13, 2021, 01:32:39 PM
Thanks a lot, I will give this angry and report back!
Title: Re: RTL-SDR on piCore 12
Post by: kanzlr on June 14, 2021, 12:40:47 AM
ok I just realized that the issue seems to be that piCorePlayer uses its own repo :)

thanks a lot!