-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Updated Install Guide) DragonOS Pi64 36 #200
Comments
If there is a desire to use the Caribou Lite with SDRAngel on the Pi, make sure to start sdrangel from the command line |
alphafox02: |
It’s still there but under soapy folder now https://github.com/cariboulabs/cariboulite/tree/main/examples/adsb_soapy |
Seemed to compile fine, but still throwing errors: CARIBOULITE Radio cariboulite_radio_activate_channel@cariboulite_radio.c:1099 PLL didn't lock CaribouLite: Signal [11] received from pid=[-1446313462] |
But I do get a similar failure on Gqrx. |
So weird. Did you change any other permissions for the default ubuntu/dragon login? My ubuntu login is always asking for sudo password. |
I do have a fan hat in between the Pi and the Cariboulite. I wonder if that if F'ing it up. I'll try removing that. |
You mean the login that comes up at each boot? That’s just the ubutnu user password it’s asking for. You can disable that in gdm3 if you want an auto login. I would try and remove that fan for sure and see what happens then. I’m also curious, are you looking for the dump1090 app to do much more then display results? It seems like all of what you’d expect out of the normal 1090 is missing. |
Can you maybe share a picture of your Caribou? Perhaps it’s something specific to the model you have vs mine. It seems soapy finds it (ignore sdrplay comments) but I don’t get all that output you get before and after it finds the device. |
On Mar 19, 2024, at 10:15 AM, alphafox02 ***@***.***> wrote:
Can you maybe share a picture of your Caribou? Perhaps it’s something specific to the model you have vs mine. It seems soapy finds it (ignore sdrplay comments) but I don’t get all that output you get before and after it finds the device.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
![cariboulite](https://github.com/cariboulabs/cariboulite/assets/99858536/4731585c-a774-4afa-be43-27e5400cb0ce)
|
Add a glance it looks just like mine I think. I don’t know what would be the difference maybe something during the manufacturing or loading of the hat? |
This guide worked for me but I was warned about |
Okay, finally got it working. Damn typo in the rc.local line. Now seem to just be sitting on that "starting stream loop". How long did it take before adsb data started being detected? |
It just sits and runs but I’ve never seen it get anything. However, I did get adsb results in SDRAngel with it. I better go back and look at my guide above, sounds like I might have missed something in the config.txt. |
Thanks for catching that! I went back and fixed it. |
This modification actually resolves as well the same issue I have experienced now running Raspbian bookworm, kernel 6.6.31-1+rpt-rpi-v6 on Raspberry Pi Zero WH. Thanks for that |
Can you confirm what hardware was used? |
Something has changed with (https://github.com/cariboulabs/cariboulite.git) and I needed to use an older build. This method works as of 11.07.2024 and DragonOS build 37.
Ensure the following lines are present:
Add the following line right below fi and above exit 0:
|
Now tested with DragonOS Pi64 36 @ https://sourceforge.net/projects/dragonos-pi64/files/
Clone the CaribouLite repository from GitHub:
git clone https://github.com/cariboulabs/cariboulite.git cd cariboulite
Navigate to the SMI stream driver file:
Inside the editor, use Ctrl+W to search for "Create sysfs". Look for the line below it:
Modify it to:
Save the changes by pressing Ctrl+O, then Enter, and exit the editor by pressing Ctrl+X.
Run the installation script:
Modify the
/boot/firmware/config.txt
file:Ensure the following lines are present:
Edit the
/etc/rc.local
file:Add the following line right below
fi
and aboveexit 0
:Reboot your system and enjoy using CaribouLite.
To use with SDR++, enable Soapy within the module manager which is in the lower left hand side of the GUI. Also make sure to set the proper antenna and set specific bandwidth settings opposed to leaving it on Auto.
The text was updated successfully, but these errors were encountered: