Re: BeagleBone Black doesn't boot without serial console (10.0 release)
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 13, 2024 at 04:19:36PM +0200, Manuel Bouyer wrote: > What should the CNMAGIC default be ? Maybe it's time to change it, because > some hardware sends spurious BREAK (when disconnecting a USB/serial > adapter for example) and because some hardware cannot send a BREAK on demand > (e.g. Dell's idrac). But this is something that should be discussed first. The current default is a good one because it just can not happen in any regular console communication, while all other strings (like +++++) might theoretically be part of some random text entered on the console. But indeed the number of setups where the default needs to be overriden is increasing. Martin