Remove support for Revolution Pi Connect and Core 3#1322
Merged
Conversation
It was decided we remove support for these boards since they are not supported anymore by the hardware vendor. Changelog-entry: Remove support for Revolution Pi Connect and Core 3 Signed-off-by: Florin Sarbu <florin@balena.io>
Contributor
|
I think instead of deleting the workflow files we want to just remove the triggers: https://github.com/balena-os/balena-intel/pull/1041/changes like this |
acostach
reviewed
Apr 1, 2026
| IMAGE_OVERHEAD_FACTOR:revpi-connect-4 ?= "1.0" | ||
| IMAGE_ROOTFS_EXTRA_SPACE:revpi-connect-4 ?= "53248" | ||
| IMAGE_ROOTFS_MAXSIZE:revpi-connect-4 ?= "372736" | ||
| IMAGE_ROOTFS_SIZE:revpi-connect-s = "372736" |
Contributor
There was a problem hiding this comment.
Note: This does not change the existing rootfs size, because there is only one available release for this device-type - v3.0.8+rev2 - and its rootfs size is the same as the one being set here:
dumpe2fs /dev/sdb2 | grep "^Block"
Block count: 372736
Block size: 1024
acostach
reviewed
Apr 1, 2026
| IMAGE_ROOTFS_EXTRA_SPACE:revpi-connect-4 ?= "53248" | ||
| IMAGE_ROOTFS_MAXSIZE:revpi-connect-4 ?= "372736" | ||
| IMAGE_ROOTFS_SIZE:revpi-connect-s = "372736" | ||
| IMAGE_ROOTFS_SIZE:revpi-connect-4 = "372736" |
Contributor
There was a problem hiding this comment.
Both v6.10.24 and the oldest v5.3.3 have the same size of 372736 so this stays unchanged
acostach
approved these changes
Apr 1, 2026
Contributor
Author
I am anyway removing all references to these boards from the code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It was decided we remove support for these boards since they are not supported anymore by the hardware vendor.
Changelog-entry: Remove support for Revolution Pi Connect and Core 3