docs: add note for Penta SATA HAT compatibility issue on latest Raspberry Pi OS (Debian trixie)#1589
Open
tangzz-radxa wants to merge 1 commit intoradxa-docs:mainfrom
Conversation
…erry Pi OS (Debian trixie) Fixes radxa-docs#1540 Adds a note to the Penta SATA HAT top board documentation about known compatibility issues with the latest Raspberry Pi OS (Debian trixie). Users may encounter: - OLED display stuck showing static message - Fan stuck at 100% power - Service startup errors with FileNotFoundError The note references the user-reported fix at: https://github.com/HabiRabbu/rockpi-penta-pi5-fix This is a docs-only clarification based on issue radxa-docs#1540 feedback.
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.
Summary
Adds a note to the Penta SATA HAT top board documentation about known compatibility issues with the latest Raspberry Pi OS (Debian trixie). This addresses user-reported problems documented in issue #1540.
Why
Users have reported that on the latest Raspberry Pi OS (Debian trixie), the Penta SATA HAT top board exhibits the following issues:
FileNotFoundError: No such file or directoryThe root cause appears to be changes in the
gpiodlibrary or system configuration in Debian trixie. While this is primarily a software compatibility issue, it's important to document the problem and provide users with references to known workarounds.Verification
Fixes #1540