Port-amd64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Console issues on PC Engines APU2



On Tue, Jun 23, 2020 at 07:20:07AM -0700, Jason Thorpe wrote:
> 
> > On Jun 23, 2020, at 12:23 AM, Ignatios Souvatzis <is%netbsd.org@localhost> wrote:
> > 
> > So, in short, you might need to switch your terminal program to 9600 after
> > the kernel boots.
> 
> Ok, if I do: "consdev com0" and then reset my terminal program to 9600 it works.  Thanks.
> 
> This is the UEFI install image -- you'd think it would be able to get accurate info about the console settings from the UEFI environment?

No idea. My only NetbSD/UEFI setup is on an experimental new laptop.

I notice that on my other APU2 I have

% cat /boot.cfg
consdev=pc
menu=Boot normally:rndseed /etc/entropy-file;consdev com0;boot netbsd8
menu=Boot mp:rndseed /etc/entropy-file;consdev com0;boot netbsd-mp
menu=Boot mp2:rndseed /etc/entropy-file;consdev com0;boot netbsd-mp2
...
and 
# /usr/sbin/installboot -ve /dev/rwd0a
File system:         /dev/rwd0a
Boot options:        timeout 15, flags 0, speed 115200, ioaddr 0, console pc

but this won't help you either, right?

So maybe compile the speed into the kernel.

	-is




Home | Main Index | Thread Index | Old Index