You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Hi Luigi, I'd like to try and incorporate PiSDR 6.1 64 Bit to work with PINN multi boot software. I understand broadly what to do to create the files required for this, but just need to know which version of Raspian it's based on. Many thanks, rickmoon1
just need to know which version of Raspian it's based on
My understanding is that it uses whatever version it is being run on. You see in build.sh that it just uses 'apt' commands to pull packages, this means it expects the running system to be running the same OS as the target.
If you look at Dockerfile on the master branch that it has BASE_IMAGE=debian:buster so the answer to your question is in this file.
I believe all the images with v6.x tags are buster i.e. debian 10 and v7.x tags are bullseye i.e. debian 11. I believe v6.x is built on the master branch and v7.x is build on the v7.0 branch. Please confirm.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: