01-05-2020, 08:23 AM
Maybe this is answered somewhere here
But ...
armhf or armv7-hardfloat
and
aarch64
are different targets.
You can't mix them.
If you want to use them both on your pinebook you have to chroot in each target rootfs
Also it is not possible (currently) to use both targets in *one* rootfs.
(*)
And if you do this via chroot, you'll (maybe) get problems with some hardware i.e. graphics.
(*)
multiarch is here the "keyword"
There is some work to be done, to support multiarch, i.e. aarch64 and armv7 in one binary.
But currently this is not the case.
But don't worry your progs get ~3GB max. RAM each and the binaries are (maybe) smaller
But ...
armhf or armv7-hardfloat
and
aarch64
are different targets.
You can't mix them.
If you want to use them both on your pinebook you have to chroot in each target rootfs
Also it is not possible (currently) to use both targets in *one* rootfs.
(*)
And if you do this via chroot, you'll (maybe) get problems with some hardware i.e. graphics.
(*)
multiarch is here the "keyword"
There is some work to be done, to support multiarch, i.e. aarch64 and armv7 in one binary.
But currently this is not the case.
But don't worry your progs get ~3GB max. RAM each and the binaries are (maybe) smaller