docs: add UART2_M0 debug serial warning for ZERO 3 - #2004
Open
tangzz-radxa wants to merge 1 commit into
Open
Conversation
The debug serial port of ZERO 3 uses UART2_M0 (40-pin GPIO Pin 8 TX / Pin 10 RX) at 1500000n8 by default. UART2_M0 is also the default U-Boot console, so enabling it as a normal UART via rsetup overlay can interrupt the boot process. Document this limitation and the workaround (system/bootloader update via rsetup, /etc/default/u-boot prompt/timeout = 0, sudo u-boot-update). Fixes radxa-docs#418
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.
Fixes #418
Summary
The debug serial port of Radxa ZERO 3 uses UART2_M0 (40-pin GPIO Pin 8: TX, Pin 10: RX) at 1500000n8 by default. However, UART2_M0 is also the default U-Boot console: if a user enables UART2_M0 as a normal UART through the
rsetupoverlay, serial input during boot interrupts the boot process and the device may fail to boot (see radxa-build/radxa-zero3#19).This PR fills the previously empty "调试串口 / Debug Serial Port" section of the ZERO 3 hardware-interface page (ZH + EN) with:
rsetup, edit/etc/default/u-bootto setprompt/timeoutto 0, runsudo u-boot-update)Source
GitHub issue #418 referencing radxa-build/radxa-zero3#19 (comment from RadxaYuntian).
Changes
docs/zero/zero3/hardware-design/hardware-interface.md(ZH)i18n/en/docusaurus-plugin-content-docs/current/zero/zero3/hardware-design/hardware-interface.md(EN)Checklist