Non-debug uarts triggering the UEFI boot gui config in Scarthgap #2136
Replies: 3 comments
-
|
I seem to randomly encounter this issue, and not sure exactly what triggers it. I think it might have something to do with my terminal zellij setup and stray characters getting into the serial session. But it sounds like what you are seeing is something different. |
Beta Was this translation helpful? Give feedback.
-
|
If you configure your UEFI build for "single boot," the Platform boot manager ( |
Beta Was this translation helpful? Give feedback.
-
|
The trick I use to do this is in the devicetree disable the serial ports that I wish to hide from UEFI. Then use an overlay to enable them just for linux with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm running into an issue after upgrading a jetson-orin based platform to scarthgap. It seems that now during the boot process, UEFI will listen for activity on multiple (all?) uarts, and activity on a particular uart that streams data from a peripheral is now causing the device to enter the uefi config gui on boot. I assume that there must be some simple way to disable this behavior, but nothing that I've tried has worked...
Things that I've tried that have not worked
chosenconfiguration to the main device tree: doesn't appear to be used during UEFI?enable_combined_uart=<0>in the mb2 dtsi: Causes boot to halt entirelyIs this something that anyone else has encountered and/or fixed? any input would be greatly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions