Re: RPI4 usb, external ssd
adr <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 16 Feb 2024, Michael van Elst wrote: > A regular kernel without UEFI should use the console specified on > in cmdline.txt and default to keyboard/display. The RPI4 has two > HDMI ports, we only support one (the left). Just for people in the future reading the archive, the uefi firmware will offer the frame buffer no matter what hdmi port is connected. And for the record, it supports serial console. Also to do things more confusing, the wifi chip firmware name expected is different than the one using dtb: ln -s brcmfmac43455-sdio.raspberrypi,4-model-b.txt 'brcmfmac43455-sdio.Raspberry Pi 4 Model B.txt' adr