UPDATE 2019-12-16: rpi4 is not supported yet, the behavior described below is not a bug or some kind of anomaly.
I am trying to run FreeBSD on Raspberry Pi 4, 4GB version (rpi4).
I get no HDMI output or any other life signs during boot.
What could be wrong?
How to investigate?
Here are my steps:
1. Get the image, unzip, burn to SD card:
2. Unmount, eject the SD card and plug into rpi4
3. Connect rpi4 to HDMI monitor (via HDMI port that next to USB-C power port)
4. Connect rpi4 via USB-C to CanaKit 3.5A power
5. Observe:
- within first 1-2 seconds: red light is on, green light flashes rapidly
- after that, red light is on, green light is off, no other activity
- no HDMI signal
6. Plug ethernet cable, observe:
- yellow light on on rpi4's ethernet port
- no IP taken via DHCP
NOTES:
- Using images from 12.0 and 11.X releases and stables didn't make a change.
- Using
- Using other, completely new SD cards 16GB and 32GB didn't make a change.
- Using an SD card with the latest Raspbian boots on this rpi4 just fine.
- I got this rpi4 and a power adapter from here
I am trying to run FreeBSD on Raspberry Pi 4, 4GB version (rpi4).
I get no HDMI output or any other life signs during boot.
What could be wrong?
How to investigate?
Here are my steps:
1. Get the image, unzip, burn to SD card:
Code:
$ wget "https://download.freebsd.org/ftp/releases/arm64/aarch64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img.xz"
$ unxz FreeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img.xz
$ sudo dd if=./FreeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img of=/dev/rdisk2 bs=100m
3. Connect rpi4 to HDMI monitor (via HDMI port that next to USB-C power port)
4. Connect rpi4 via USB-C to CanaKit 3.5A power
5. Observe:
- within first 1-2 seconds: red light is on, green light flashes rapidly
- after that, red light is on, green light is off, no other activity
- no HDMI signal
6. Plug ethernet cable, observe:
- yellow light on on rpi4's ethernet port
- no IP taken via DHCP
NOTES:
- Using images from 12.0 and 11.X releases and stables didn't make a change.
- Using
dd ... of=/dev/disk2
didn't make a change.- Using other, completely new SD cards 16GB and 32GB didn't make a change.
- Using an SD card with the latest Raspbian boots on this rpi4 just fine.
- I got this rpi4 and a power adapter from here
Last edited: