Skip to content
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

PiSDR For PINN #111

Open
rickmoon1 opened this issue May 19, 2024 · 2 comments
Open

PiSDR For PINN #111

rickmoon1 opened this issue May 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@rickmoon1
Copy link

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.

@rickmoon1 rickmoon1 added the enhancement New feature or request label May 19, 2024
@rickmoon1
Copy link
Author

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

@n1ai
Copy link

n1ai commented May 20, 2024

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.

HTH, de N1AI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants