Raspberry Pi 3 support

Hans Petter Selasky hps at selasky.org
Mon Dec 19 21:50:21 UTC 2016


On 10/22/16 22:49, Hans Petter Selasky wrote:
> On 10/20/16 18:38, Michael Tuexen wrote:
>>> On 20 Oct 2016, at 18:02, Shawn Webb <shawn.webb at hardenedbsd.org> wrote:
>>>
>>> On Thu, Oct 20, 2016 at 05:57:06PM +0200, Michael Tuexen wrote:
>>>>> Cool! Thanks!
>>>> I followed the instructions in the Wiki with the difference that I
>>>> had to go
>>>> via a file image. I successfully installed it on an SD card and
>>>> booted the
>>>> RPI3. The only problem is that it misses an /usr/bin/ld although it has
>>>> /usr/bin/cc
>>>>
>>>> Any idea what might went wrong?
>>>
>>> Hey Michael,
>>>
>>> You'll need to use the projects/clang390-import branch to bring in lld.
>>> lld will get installed as /usr/bin/ld.lld. You'll need to create a
>>> symlink (or hardlink) pointing /usr/bin/ld to /usr/bin/ld.lld.
>>>
>>> I didn't document steps for the clang 3.9.0 / lld work mainly because
>>> it's extremely experimental and doesn't even work right at the moment.
>> OK. You might want to put on the Wiki that ld is missing and therefore
>> you can't compile things on the RPI3 right now.
>>
>
> Hi,
>
> Did anyone benchmark ue0 with the RPI3 arm64 build? Just curious. Maybe
> I need to get one myself :-)

Hi,

Finally got FreeBSD running on my RPI3 using the pre-built binary images.

Needed to temporarily umount /tmp to get packages installed.

Answering my own question:

ue0 gets you ~90MBit/s as before.

When downloading the bottle neck seems to be the MMC card.

Tested an USB audio device aswell, plays back perfectly using SOX.

--HPS



More information about the freebsd-arm mailing list