10-30-2021, 04:50 PM
(10-29-2021, 02:06 PM)philrandal Wrote:(10-29-2021, 01:11 PM)Tim Curtis Wrote:(10-29-2021, 11:36 AM)philrandal Wrote:(10-29-2021, 11:32 AM)philrandal Wrote: But, here's Moode 7.4.1 out of the box on the Pi Zero 2 W.
As Moode doesn't recognise the Zero 2 W, I can't select the 64-bit kernel to play with.
I haven't the time to test any further today, alas, so I can't do any quick code hacking to get it recognised properly.
Might have a chance tomorrow.
Cheers,
Phil
Odd that it doesn't fish the Pi model out of the revision code.
What is the output from the command below?
Code:moodeutl --revision
It runs /var/www/command/pyrev.py to parse the revision code.
adding:
0x12: "Zero 2 W",
to PI_TYPES in pirev.py makes moodeutl --revision behave, but we still need extra code in sys-config.php to be able to select a 64-bit kernel.
Cheers,
Phil
It turns out that the Pi Zero 2 W can't yet boot the 64-bit kernel, so only the pirev.py change is needed for the next Moode update.
Cheers,
Phil