-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[202012 branch] UART issue on booting stage #11238
Comments
6 tasks
Can Accton team help to take a look? Is this Accton platform specific or applicable to other platforms? Please work with Cisco if required. |
@dereksun01 can you please join the issue triage meeting next time if the issue stil there? |
@zhangyanzhao , It's great and what's the meeting time? My location is Taiwan. |
saiarcot895
pushed a commit
to sonic-net/sonic-linux-kernel
that referenced
this issue
Jul 28, 2022
Issue: UART parameter of Cisco linux kernel configuration will cause Accton platform not to dump any message on booting stage. See sonic-net/sonic-buildimage#11238. Fix: Remove SERIAL_8250_RUNTIME_UARTS config. This will be passed as bootargs to the kernel during bootup (8250.nr_uarts=32). Signed-off-by: Madhava Reddy Siddareddygari <msiddare@cisco.com> Co-authored-by: Madhava Reddy Siddareddygari <msiddare@cisco.com>
The kernel config that was causing this issue has been reverted in 3d81b61. Closing this issue. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
The number b9a3edd of commit-ID that UART parameter of Cisco linux kernel configuration will cause our platform not to dump any message on booting stage.
Fail parameter:
"CONFIG_SERIAL_8250_RUNTIME_UARTS=32"
Pass parameter:
"CONFIG_SERIAL_8250_RUNTIME_UARTS=4"
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: