Draft
NanoPC-T6: preserve HDMI baseline and force serial-getty baud handoff on USB-C debug UART#11
Conversation
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review previous commits for USB console issue
Nanopc-T6: enable USB-C serial console across nabam and FriendlyARM kernel naming
Feb 25, 2026
Copilot
AI
changed the title
Nanopc-T6: enable USB-C serial console across nabam and FriendlyARM kernel naming
NanoPC-T6: make USB-C debug console work across nabam and FriendlyARM kernels
Feb 25, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot
AI
changed the title
NanoPC-T6: make USB-C debug console work across nabam and FriendlyARM kernels
NanoPC-T6: restore stable Rockchip kernel and broaden USB-C debug console aliases
Feb 25, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot
AI
changed the title
NanoPC-T6: restore stable Rockchip kernel and broaden USB-C debug console aliases
Revert NanoPC-T6 console/kernel tweaks to restore prior HDMI behavior
Feb 25, 2026
Co-authored-by: edtubbs <84785904+edtubbs@users.noreply.github.com>
Copilot
AI
changed the title
Revert NanoPC-T6 console/kernel tweaks to restore prior HDMI behavior
NanoPC-T6: preserve HDMI baseline and force serial-getty baud handoff on USB-C debug UART
Feb 25, 2026
Copilot stopped work on behalf of
edtubbs due to an error
February 27, 2026 01:49
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.
Boot logs were visible on USB-C only during early kernel startup, then console output/login stopped; HDMI had to remain on the previously working baseline. This change targets post-boot serial handoff instead of further kernel/console-device churn.
USB-C serial login handoff
serial-getty@ttyS2andserial-getty@ttyS0ExecStartto explicitly keep high-speed UART negotiation.agettywith--keep-baud 1500000,115200,57600,38400,9600so runtime getty can continue at the early boot speed used by RK3588 debug UART.HDMI-preserving scope
ttyFIQ0/kernel flavor expansion in this iteration.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.