Thread: Booting an apu2
View Single Post
  #6   (View Single Post)  
Old 6th December 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

While it's not the BSD you want, OpenBSD's bootloader can do this with an /etc/boot.conf file. All you need is a two line /etc/boot.conf file on the booting filesystem (optical, disk, or PXE). One line to set the console device to the first serial port, and a second line to set the speed to match the hardware:
Code:
set tty com0
stty com0 115200
Should you consider this as a possible solution, see the boot.conf(5) man page.
Reply With Quote