Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Pi Zero 2 W
#17
(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


Attached Files Thumbnail(s)
   

Reply


Messages In This Thread
Pi Zero 2 W - by philrandal - 10-28-2021, 10:05 AM
RE: Pi Zero 2 W - by TheOldPresbyope - 10-28-2021, 11:27 AM
RE: Pi Zero 2 W - by Sehnsucht - 10-28-2021, 11:04 PM
RE: Pi Zero 2 W - by philrandal - 10-29-2021, 11:32 AM
RE: Pi Zero 2 W - by philrandal - 10-29-2021, 11:36 AM
RE: Pi Zero 2 W - by Tim Curtis - 10-29-2021, 01:11 PM
RE: Pi Zero 2 W - by philrandal - 10-29-2021, 02:06 PM
RE: Pi Zero 2 W - by philrandal - 10-30-2021, 04:50 PM
RE: Pi Zero 2 W - by philrandal - 10-31-2021, 02:42 PM
RE: Pi Zero 2 W - by Lukesan - 10-29-2021, 12:08 PM
RE: Pi Zero 2 W - by Lukesan - 10-29-2021, 01:47 PM
RE: Pi Zero 2 W - by philrandal - 10-29-2021, 01:51 PM
RE: Pi Zero 2 W - by Lukesan - 10-29-2021, 02:12 PM
RE: Pi Zero 2 W - by Lukesan - 10-29-2021, 02:42 PM
RE: Pi Zero 2 W - by philrandal - 10-29-2021, 04:17 PM
RE: Pi Zero 2 W - by Lukesan - 10-29-2021, 05:44 PM
RE: Pi Zero 2 W - by TheOldPresbyope - 10-29-2021, 07:18 PM
RE: Pi Zero 2 W - by DRONE7 - 02-06-2022, 06:41 AM
RE: Pi Zero 2 W - by csezoli21 - 01-06-2022, 12:35 PM
RE: Pi Zero 2 W - by the_bertrum - 01-06-2022, 01:50 PM
RE: Pi Zero 2 W - by Tim Curtis - 01-06-2022, 02:43 PM
RE: Pi Zero 2 W - by TheOldPresbyope - 01-06-2022, 09:38 PM
RE: Pi Zero 2 W - by Tim Curtis - 01-06-2022, 11:00 PM
RE: Pi Zero 2 W - by TheOldPresbyope - 01-07-2022, 01:11 AM

Forum Jump: