Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2020 10:03:13 -0700
From:      Marcel Flores <marcel@brickporch.com>
To:        Mark Murray <markm@FreeBSD.org>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Bootable image for Macchatobin Double Shot?
Message-ID:  <CA07A9C8-267B-4657-B9D1-1F53B62A969B@brickporch.com>
In-Reply-To: <1039B382-2CA4-4F49-9F95-08BD1386A447@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

> On Mar 21, 2020, at 3:58 AM, Mark Murray <markm@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






home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA07A9C8-267B-4657-B9D1-1F53B62A969B>