procount / pinn

An enhanced Operating System installer for the Raspberry Pi
1.11k stars 123 forks source link

Raspios not showing latest version (2024-07-04) #834

Closed Hordeking closed 2 weeks ago

Hordeking commented 2 weeks ago

Describe the bug PINN Lite offers the Raspios version from 2024-03-15, but does not offer 2024-07-04 https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2024-07-04/2024-07-04-raspios-bookworm-armhf.img.xz https://downloads.raspberrypi.com/raspios_full_armhf/images/raspios_full_armhf-2024-07-04/2024-07-04-raspios-bookworm-armhf-full.img.xz https://downloads.raspberrypi.com/raspios_lite_armhf/images/raspios_lite_armhf-2024-07-04/2024-07-04-raspios-bookworm-armhf-lite.img.xz ...And so on.

To reproduce No special steps.

Expected behaviour Installer should offer updated version.

Actual behaviour Out of date version offered

System

Additional context Worked on trying to produce my own OS metafiles for inclusion on USB stick based on the ones produced by downloading the offered version. Was successful at separating Raspios image into boot.tar.xz and root.tar.xz, and determining most items in os.json. Was unable to determine how download_size is computed and unable to find clear instructions for how to do this manually.

What do I need to do to produce the correct value for this field?

Hordeking commented 2 weeks ago

Posted Update request at https://github.com/procount/pinn-os/issues/20

procount commented 2 weeks ago

Was unable to determine how download_size is computed and unable to find clear instructions for how to do this manually.

Try the following links:

Hordeking commented 2 weeks ago

That's helpful. Especially the explanation of the json fields. No clue why that one didn't come up in the searches. Thanks.