Am 8. Dezember 2023 18:25:31 MEZ schrieb Linux Rouen Normandie linux.rouen@free.fr:
Q: With Pd 0.53-1 from the RPi repo I got in Deken, Default architecture: Linux-arm64-32. Now after installing 0.54-1 over it I'm getting in Deken, Default architecture: Linux-armv8-32. I'm a little bit confused. Is Linux-armv8-32 = Linux-arm64-32? In Pd Deken 0.9.14 which is the correct architecture for RPi OS 12 Bookworm in 64-bit (running on an RPi 400)?
The correct one is "Linux-arm64-32".
armv8 is *not* the same as arm64 (technically, the armv8 can run on both 32bit and 64bit mode, so the "arm64" specifier is used for 64bit).
There is a "--with-deken-cpu" configure flag (or somesuch... I'm currently afk) that allows you to override the specifier (and which is used by the Debian packages).
mfg.sfg.jfd IOhannes