Re: Raspberry Pi 4B UEFI No Serial Console Installation

2020-09-04 Thread Brett Coburn
I have found that "set tty fb0" is also necessary to get a console on the Pinebook 1080P. I added this to /etc/boot.conf and can now get the framebuffer console upon boot. This works on the final installed system, but I also had success adding this to the install disk, which let me do the install w

Re: Raspberry Pi 4B UEFI No Serial Console Installation

2020-09-05 Thread Brett Coburn
> Basically what needs to be done for this is the inverse of what we do > on amd64: Check whether the installer ramdisk kernel uses the glass > console and ask a question that offers to use fb0 as the console. > > To make this work, look at the md_consoleinfo() function in the > src/distrib/arm64/r