Skip to content

Commit ee4501f

Browse files
authored
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 PhotonVision/photon-image-modifier#49 * Exit install script if run on systemcore by @crschardt in PhotonVision/photon-image-modifier#58 * Fix --list-versions in install.sh by @crschardt in PhotonVision/photon-image-modifier#59 * Remove large folders of firmware that (probably) isn't needed by @crschardt in PhotonVision/photon-image-modifier#41 * Cancel in progress runs by @spacey-sooty in PhotonVision/photon-image-modifier#65 * Add limelight 4 support by @spacey-sooty in PhotonVision/photon-image-modifier#52 **Full Changelog**: PhotonVision/photon-image-modifier@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
1 parent d9b86a7 commit ee4501f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,12 @@ jobs:
445445
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_limelight4.img.xz
446446
cpu: cortex-a76
447447
image_additional_mb: 0
448+
- os: ubuntu-24.04
449+
artifact-name: LinuxArm64
450+
image_suffix: luma_p1
451+
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_luma_p1.img.xz
452+
cpu: cortex-a76
453+
image_additional_mb: 0
448454
- os: ubuntu-24.04
449455
artifact-name: LinuxArm64
450456
image_suffix: orangepi5

0 commit comments

Comments
 (0)