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

From: Klaus Kuechemann <maciphone3_at_googlemail.com>
Date: Mon, 25 Apr 2022 21:31:58 UTC
You can  :
-
setenv DESTDIR /wherever

make -jWhatever TARGET_ARCH=aarch64 -DNO_ROOT DESTDIR=$DESTDIR installworld

make -jWhatever TARGET_ARCH=aarch64 -DNO_ROOT DESTDIR=$DESTDIR distribution

make -jWhatever TARGET_ARCH=aarch64 -DNO_ROOT DESTDIR=$DESTDIR installkernel
-

Patrick M. Hausen <pmh_at_hausen.com> wrote:
> What are typical
> build times on a CM3+?
depends on how long you sleep at night if yo want it finished after wakeup ;-),
.. on the Pi4 approx. 8 to 9 hours w/o fine-tuning but with powerd configured .

you can immediately PXE-boot your  -DNO_ROOT from a pxe-configured server(e.g. where your DESTDIR lives)
 if you’re not in the mood of waiting so long.

K.