10-31-2021, 02:42 PM
(This post was last modified: 10-31-2021, 02:55 PM by philrandal.)
(10-30-2021, 04:50 PM)philrandal Wrote: 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
OK, so we need the latest kernel via rpi-update to be able to use a 64-bit kernel on the Pi Zero 2 W.
It adds the bcm2710-rpi-zero-2.dtb file which is needed to boot plus updated firmware.
You'll need to change the line in /var/www/sys-config.php which presents the 64-bit kernel option to read:
Code:
if ((strncmp($name, 'Pi-Zero 2 W', 11) === 0) || $name == 'Pi-2B 1.2 1GB' || $model == '3' || $model == '4' || $name == 'Allo USBridge SIG [CM3+ Lite 1GB v1.0]') {
The help message would need changing too.
Don't try this at home unless you know what you're doing, people.
Note: I'd done a test
Code:
sudo apt update
sudo apt full-upgrade
keeping existing config files, and nothing broke for me, but I only use a USB DAC in testing this.
Cheers,
Phil