-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UP2 console no output after commit fb4f5e727b. #14554
Comments
I tried commit 2320973 using Did you update the BIOS? If so, the MMIO addresses might have changed. Do you have |
Hi, I test using Thanks & Regards, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I tried cherry-picking config options from the your uploaded files. The issue is actually an chicken-or-egg problem. When Not an actual bug on UP2. So close this one and opening another one on logging... |
Describe the bug
After this commit
fb4f5e727b logging: Use k_uptime_get_32 for high frequency system clock
and build Zephyr for up squared board with the default configs + CONFIG_SHELL:
1.) https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/x86/up_squared/up_squared_defconfig#L4
2.) https://github.com/zephyrproject-rtos/zephyr/blob/master/drivers/timer/Kconfig#L19
3.) https://github.com/zephyrproject-rtos/zephyr/blob/master/kernel/Kconfig#L754
There is no console output from UART port 0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Console shell is able to show up on UART port 0 and user able to interact with Zephyr through the shell terminal.
Impact
User unable to interact with Zephyr shell terminal.
Screenshots or console output
Environment (please complete the following information):
Additional context
To workaround this issue, we could compile with CONFIG_TICKLESS_KERNEL=n
The text was updated successfully, but these errors were encountered: