Tested to boot successfully into live environment on Fitlet2 with Celeron J3455 Apollo Lake. Had to disable sdhci though, otherwise boot stuck at controller timeout.
Edit:
Using image OPNsense-19.1.b-OpenSSL-vga-amd64.img.bz2 (2018-11-02 23:43)
If anyone looking to disable sdhci,
Edit:
Using image OPNsense-19.1.b-OpenSSL-vga-amd64.img.bz2 (2018-11-02 23:43)
If anyone looking to disable sdhci,
QuoteYou can disable the SD slot in pfSense by hitting ESC at the bootloader and then typing these lines:
set hint.sdhci_pci.0.disabled=1
set hint.sdhci_pci.1.disabled=1
boot
Once you are done installing you can permanently disable the SD slot by adding these lines to /boot/loader.conf.local:
hint.sdhci_pci.0.disabled=1
hint.sdhci_pci.1.disabled=1