-
Notifications
You must be signed in to change notification settings - Fork 92
Remove support for Revolution Pi Connect and Core 3 #1322
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,15 +20,8 @@ IMAGE_ROOTFS_SIZE:raspberrypi5="655360" | |
| BALENA_BOOT_SIZE:raspberrypi5="81920" | ||
|
|
||
| # Increase Root File system size | ||
| IMAGE_ROOTFS_SIZE:revpi-connect-s ?= "319488" | ||
| IMAGE_OVERHEAD_FACTOR:revpi-connect-s ?= "1.0" | ||
| IMAGE_ROOTFS_EXTRA_SPACE:revpi-connect-s ?= "53248" | ||
| IMAGE_ROOTFS_MAXSIZE:revpi-connect-s ?= "372736" | ||
|
|
||
| IMAGE_ROOTFS_SIZE:revpi-connect-4 ?= "319488" | ||
| 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" | ||
| IMAGE_ROOTFS_SIZE:revpi-connect-4 = "372736" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both v6.10.24 and the oldest v5.3.3 have the same size of 372736 so this stays unchanged |
||
|
|
||
| # Customize balenaos-img | ||
| BALENA_IMAGE_BOOTLOADER:rpi = "rpi-bootfiles" | ||
|
|
@@ -48,10 +41,6 @@ BALENA_BOOT_PARTITION_FILES:append:raspberrypi5 = " \ | |
| balena-bootloader/bootenv:/bootenv \ | ||
| " | ||
|
|
||
| BALENA_BOOT_PARTITION_FILES:append:revpi-core-3 = " revpi-core-dt-blob-overlay.dtb:/dt-blob.bin" | ||
|
|
||
| BALENA_BOOT_PARTITION_FILES:append:revpi-connect = " revpi-connect-dt-blob-overlay.dtb:/dt-blob.bin" | ||
|
|
||
| BALENA_BOOT_PARTITION_FILES:append:revpi-connect-s = " revpi-connect-dt-blob-overlay.dtb:/dt-blob.bin" | ||
|
|
||
| python overlay_dtbs_handler () { | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: