I just installed the 1.6.7 julia on my Raspberry Pi 400. It runs but the
TTFX is excruciating. I would like to install 1.10.x+ but there appear
to be no binaries from the julialang.org site.
Has anyone successfully built the latest version of julia for the RPi 4
hardware? I’m in the process of determining whether to go with a
native build or to try one with cross compiling.
The Raspberry Pi 400 is arm7 with hardware float and not arm8
which is the AArch64 version. I did try downloading and then discovered
the incompatibility. Thanks for the thought.
It never in a million years would have occurred to me that the default
OS for 64-bit hardware would be 32-bit. I’ll give this a try as soon as
I can burn a new SD card.
I guess there is a reason that the last five letters on default are f-a-u-l-t.
I was successful installing the latest version of the Raspberry Pi OS desktop,
64-bit version and was able to install julia-1.10.4.
Unfortunately, trying to install Makie triggered an LLVM crash which I am not
able to debug at this time. Seems likely that the problem was running out of
memory as the RC1 install had a 2000MB swap file size set.