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.