alphafox02

Results 269 comments of alphafox02

You'll also need a sudo chmod g+rw /dev/gpiomem each time you boot or put it in the /etc/rc.local

Tested on latest DragonOS Pi64 after installation completed and up and running. ``` cd cariboulite/software/gr-caribouLite mkdir build && cd build cmake .. make -j4 sudo make install sudo ldconfig ```...

To confirm, this resolved the issue building CaribouLite on the latest DragonOS Pi64 (22.04 Ubuntu) after it switched to the 6.5 kernel for Pi5 support. I haven’t tested running the...

That’s strange so doing it from scratch on Pi4 is okay, transferring sd to pi5 is okay, but then you can’t do it from scratch? I swear in my case...

Did you check out the patch-1 branch?

Same happens now in SigDigger, GQRX, CubicSDR, etc. It wasn’t that way before, but at least now the frequencies can be changed and it can be started and stopped. Just...

Refer to this ticket. https://github.com/cariboulabs/cariboulite/issues/120 Download the source again, do a git pull of the revision I mention. Run the build script. That’s the last point I had it working,...

Good point on you using WiFi. I have it wired from the Pi to a ddwrt client bridge. Could you temporarily check if you get the same result with a...

One addition note to the great write up, in the script look at line 23 and take out raspberrypi-kernel-headers. This will keep the Ubuntu kernel in place, I seem to...

Flashed a new install of DragonOS Pi64 and decided to give the main repo another try. As of this moment you have to open and edit CaribouliteStreamFunctions.cpp and cariboulite.c files...