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 Fri, Oct 11, 2024 at 05:33:21PM +0200, Dr. Nicola Mingotti wrote: > I will see, probably better i conclude this project with a RPi3B+ where i > accumulated already more experience in NetBSD, > i also found other surprises about GPIO with BBB, i will say in another > message. No, it is a plain setup issue. Build your own kernel either witout ddb or with the console magic changed. You can create a "GENERIC64.local" file with no options DDB or if you want to keep ddb but disable the serial break to enter it options CNMAGIC="+++++" and all will be fine. Martin