Conversation
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.
Why
A customer (ROCK 5B+ V1.2, 2026-09-12 support request) wants to implement an external hardware power-on / wake-up using only the 40-pin header (to avoid soldering wires onto the on-board PWR button). The current page documents the full 40-pin pinout but never says whether a power-on/wake-up control signal is available there, so users keep hunting for such a pin (and some even suspect the released schematic is incomplete).
What was verified
Checked against the officially released schematics:
radxa_rock5bp_v1.2_schematic.pdf, 33 pages): sheet 29CONNECT 40pincarries only 5V / 3V3 / GND / GPIO / SPI / I2C / UART / I2S / RTC nets.PWRON/PWRON_Lappear only on the PMIC sheet (sheet 31Power-PMIC_RK806-1) in the whole document — it is not routed to the 40-pin connector.radxa_rock_5b_v1450_schematic.pdf):PWRONlikewise appears only on the PMIC sheet (page 22), not on the 40-pin page.Changes
Add a short
:::noteright after the 40-pin GPIO pinout inrock5/rock5b/hardware-design/hardware-interface.md(zh + en), stating that:PWRONpower-on signal nor a wake-up signal;Notes
pre-commit run --filespasses (including the translation / bilingual guards); local PR guard reportsok=true(1 commit / 2 files / single scopedocs/rock5/rock5b).