F5OEO / datvplutofrm

Digital Television custom firmware for PlutoSDR
27 stars 9 forks source link

Porting to newer plutosdr-fw #29

Open m0vse opened 11 months ago

m0vse commented 11 months ago

Hi.

I am attempting to port your excellent work to the newest plutosdr-fw (v0.37) but since v0.36 they have moved from glibc to uClibc and using the internal toolchain of buildroot due to incompatibilities with the Vivado one.

This means that the executable files in /root no longer work due to missing shared libraries, so I am trying to locate the source code for all required files so I can create buildroot packages for them, but I am stuck on pluto_dvb as I can't find the source code for that anywhere. Is this something that you can make available?

73 Phil M0VSE

F5OEO commented 11 months ago

Hi Phil,

I swap to a next firmware : https://github.com/F5OEO/pluto-ori-frm The sourcecide of the PS is at https://github.com/F5OEO/pluto-ori-ps I can give you the sdk if needed (sdk build from buildroot ulibc)

The 0.37 ulibc is a pain, I will try to swap to glibc soon...

Thanks for interest.

m0vse commented 11 months ago

Thanks for the reply, I saw that you were actively developing pluto-ori-frm, can you tell me what features that provides compared to the older firmware? I see that you have added plutoplus support, is this working as that is my main area of interest?

Phil

F5OEO commented 11 months ago

Before swapping to 0.37 I succeed in pluto+ firmware. I have to integrate it with the new toolcahin. A lot of things have move since 0.37 and the actual repository is not uptodate.