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

RPI Imager repo links for nightlies don't distinguish bit versions #843

Open
Taomyn opened this issue Jan 8, 2025 · 2 comments
Open

RPI Imager repo links for nightlies don't distinguish bit versions #843

Taomyn opened this issue Jan 8, 2025 · 2 comments

Comments

@Taomyn
Copy link

Taomyn commented Jan 8, 2025

Was hoping to try this some time this week, so I tried to use the RPi imager to grab the latest, but it's a bit confusing as to which 64bit one is which as some are duplicated:

image

I'm using the Windows imager with the command: "C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exe" --repo https://octopi.gnethomelinux.com/rpi-imager/rpi-imager-octopi.json the same happens with the mirror link.

Originally posted by @Taomyn in #837 (comment)

@guysoft
Copy link
Owner

guysoft commented Jan 16, 2025

Thanks for pointing out will look in to it.

The issue is because the ending was added in the variant here:
https://github.com/guysoft/OctoPi/blob/devel/src/variants/rpios_arm64/config#L8

But now OctoPi uses CustomPiOS v2 which uses the base board system and not a variant to build base64:

https://github.com/guysoft/CustomPiOS/blob/devel/src/images.yml#L7

Need to think if there is an elegant way to add this to the broad configuration

I could also just append it based on the folder or store somehow the base board path in my ci:
https://github.com/guysoft/unofficialpi/blob/ci/src/create_rpi-imager-distro.py#L62

@guysoft
Copy link
Owner

guysoft commented Jan 16, 2025

Ok according to the internal sourcing diagram I should be able to just inject the architecture in to the distro name because its already sourced, will test that:

https://github.com/guysoft/CustomPiOS/wiki/CustomPiOS-internals#execution-scripts-order

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

No branches or pull requests

2 participants