> Date: Thu, 24 Oct 2019 14:47:50 +0000 (UTC) > From: adr <a...@sdf.org> > > As far as I know (I used OpenBSD some 15 years ago for a while, > and now is been some months, so don't trust me too much) there is > no system console driver for arm. You have to use a serial console > (there are very cheap CH341 usb to ttl ones) to see the output from > the kernel at boot time. If you don't have one at hand, you can > take advantage of the efifb support of wscons in two ways:
On armv7/arm64 we have simplefb(4) instead of efifb(4). On arm64 I recently added supportfor switching to the framebuffer console in the bootloader. I'll see if I can port that code to armv7 as well.