Re: Cross-compile worked, cross-install not so much ...

From: Patrick M. Hausen <pmh_at_hausen.com>
Date: Tue, 26 Apr 2022 13:59:02 UTC
Hi all,

I just threw a bit of hardware at the problem for now.

In addition to the seven-node TuringPi that I would like to run with
FreeBSD after I cannot make Raspbian run stable even when
completely idle I have another actively cooled single CM3+ system
(the "pi8" you saw in my first post)

So I connected a USB powered SSD and compile on the Pi now.
System is CPU bound, so no bottleneck because of USB:

--------
CPU: 95.4% user,  0.0% nice,  4.5% system,  0.1% interrupt,  0.0% idle
Mem: 395M Active, 95M Inact, 384K Laundry, 224M Wired, 97M Buf, 187M Free
Swap: 4096M Total, 27M Used, 4069M Free

  PID USERNAME    THR PRI NICE   SIZE    RES STATE    C   TIME    WCPU COMMAND
39861 root          1 100    0   248M   162M CPU0     0   0:55  96.39% c++
39867 root          1  86    0   124M    54M CPU1     1   0:06  96.34% c++
39865 root          1  87    0   124M    56M RUN      2   0:07  91.54% c++
39863 root          1  99    0   224M   138M RUN      3   0:45  83.17% c++
--------

I'd rather run 13.1 and use freebsd-update, but 13 does not support the CM3(+).
That was in fact the first not so pleasant surprise - thought, ARM64 was tier 1, now?
Anyway, if -current works for now, there will be a 14.0-RELEASE, eventually.

Thanks for your help, folks.
Patrick