-
-
Notifications
You must be signed in to change notification settings - Fork 502
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
Release v8.23 #6693
Merged
Release v8.23 #6693
Conversation
This file contains 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
- CI | raspberrypi-sys-mods: Enforce xz compression for DEB package. This is default on Debian, hence for all other package builds done in DietPi containers, but on Ubuntu zstd is the default. And we do not build this package in a container but on the GitHub Actions runner with Ubuntu Jammy directly.
- DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: #6636 (comment)
- DietPi-Software | Sonarr: Migrate APT keyring from apt-key and /etc/apt/trusted.gpg to /etc/apt/trusted.gpg.d. Also remove /etc/apt/trusted.gpg when removing Sonarr v2 keyring, if there is no other keyring inside. Do all keyring-related actions in pre-patches, to take effect on APT upgrades proceeding the DietPi update and (post-)patches.
- ROCK 4 | Added an option to dietpi-config "Advanced Option" to flash the SPI bootloader, which enables USB and in case NVMe boot for DietPi images. Note that not all ROCK 4 models ship with an onboard SPI storage. DietPi-Config will check for it, in case apply a related device tree overlay and suggests a reboot. If after the reboot an SPI device has still not been found, your board seems to have none. Report back if this is definitely wrong. Many thanks to @andreagdipaolo for doing this request: #6688
- DietPi-Software | Sonarr: Fix method to install the APT key, using one which works on Buster and Bullseye as well - DietPi-Software | Home Assistant: Fix install on ARMv6/7/RISC-V as of newly required build dependencies - DietPi-Software | Rclone: Update fallback URL - CHANGELOG | Add v8.23 release PR URL - CHANGELOG | Add VisionFive 2 entry about major kernel upgrade
- DietPi-Config | VisionFive 2: Assure that a U-Boot environment is flashed before allowing to update the bootloader, since the default from StarFive does not support any other then boot files on FAT on partition 3. Also fix the update, as the U-Boot environment is not on /dev/mtd1 and the U-Boot image on /dev/mtd2.
- ROCK 3A | Migrate from rk35xx edge to rockchip64 current kernel: armbian/build@fc66f37
@MichaIng could it be that we missed to remove that line from Bookworm upgrade script?? DietPi/.meta/dietpi-bookworm-upgrade Line 64 in e95a135
|
Oh indeed! Will do it now (also on master). |
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.
v8.23
(2023-10-21)
Enhancements
fw_setenv
to do that. Afterwards you can use this command andfw_printenv
to edit the environment, including theboot_targets
variable to define boot targets and priorities. Additionally this release will apply device tree overlays to enable 8 GB RAM and A revision Ethernet support. As this is a major change, we recommend adietpi-backup
or even an image backup. We are happy for any feedback: RISC-V and VisionFive 2 testing #6212Bug fixes
@tenoritiger
for reporting this issue: https://dietpi.com/forum/t/sparky-sbc-allo-not-booting-os/18011