> From: Archimedes Gaviola <archimedes.gavi...@gmail.com> > Date: Fri, 4 Sep 2020 12:36:56 +0800 > > Hi, > > For the installation procedure here > https://ftp.openbsd.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64 is it > possible to add that we can already install even without the serial console > via TTL serial interface adapter (CP2102 USB-UART converter) because as > tested I can install using my monitor and USB keyboard now in my Raspberry > Pi 4B provided that upon installation you should type "set tty fb0" during > boot-up and the UEFI config.txt file should have this line "hdmi_safe=1" in > order to have display in the screen (see posted screenshots).
In ACPI mode, if you select the the Graphical console in the UEFI menu this should work without the need to "set tty fb0". But in device tree mode it defaults to serial since that's what the device tree says. The firmware should probably patch up the device tree based on the setting in the menu, but the devlopers of the firmware are focussing on ACPI. Whether hdmi_safe=1 is necessary depends on your HDMI display.