Bootable image for Macchatobin Double Shot?
Marcel Flores
marcel at brickporch.com
Sat Mar 21 17:03:49 UTC 2020
> On Mar 21, 2020, at 3:58 AM, Mark Murray <markm at FreeBSD.org> wrote:
>
> Hi Folks,
>
> I'm keen to get a Macchiatobin Double Shot running as both a firewall and native build box at home. Part of the appeal is also to retire a very old, large, slow and power-hungry PC.
>
> I know there are no drivers for the on-board network devices, and I'm very happy to use a dual-port PCIe card. Serial console is fine. I'll be needing the SATA. If SATA doesn't work, this is a hard failure.
>
> Does anybody here have a recipe for creating a bootable image for this board please? Success/failure stories also welcome!
>
> Thanks!
>
> M
> --
> Mark R V Murray
I’ve had no trouble using edk2 UEFI and CURRENT. My setup has the edk2
binary on an SD Card and the FreeBSD install on SATA (though it booted fine
from the USB originally to install it). An intel PCIE nic seems to work fine as
well, but I’ve not really played with it exhaustively to see what works.
I used the 18.09.4 UEFI image from here:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/wiki/Binaries
Did something like:
dd if=/root/flash-image-18.09.4.bin bs=512 seek=1 of=<path-to-sd-device> conv=sync
to copy to the SD card. And it basically booted straight away with no issue.
Sorted this based on discussion in this thread:
https://lists.freebsd.org/pipermail/freebsd-arm/2019-December/020823.html
-m
More information about the freebsd-arm
mailing list