mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Add Luma P1 support (#2135)
## Description Adds support for building images for the Luma P1. This bumps the image modifier pin to v2025.0.4. This pulls in: * Allow users to install any release via install.sh by @crschardt in https://github.com/PhotonVision/photon-image-modifier/pull/49 * Exit install script if run on systemcore by @crschardt in https://github.com/PhotonVision/photon-image-modifier/pull/58 * Fix --list-versions in install.sh by @crschardt in https://github.com/PhotonVision/photon-image-modifier/pull/59 * Remove large folders of firmware that (probably) isn't needed by @crschardt in https://github.com/PhotonVision/photon-image-modifier/pull/41 * Cancel in progress runs by @spacey-sooty in https://github.com/PhotonVision/photon-image-modifier/pull/65 * Add limelight 4 support by @spacey-sooty in https://github.com/PhotonVision/photon-image-modifier/pull/52 **Full Changelog**: https://github.com/PhotonVision/photon-image-modifier/compare/v2025.0.3...v2025.0.4 ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2025.3.2 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -445,6 +445,12 @@ jobs:
|
||||
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_limelight4.img.xz
|
||||
cpu: cortex-a76
|
||||
image_additional_mb: 0
|
||||
- os: ubuntu-24.04
|
||||
artifact-name: LinuxArm64
|
||||
image_suffix: luma_p1
|
||||
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_luma_p1.img.xz
|
||||
cpu: cortex-a76
|
||||
image_additional_mb: 0
|
||||
- os: ubuntu-24.04
|
||||
artifact-name: LinuxArm64
|
||||
image_suffix: orangepi5
|
||||
|
||||
Reference in New Issue
Block a user