You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pi@raspberrypi:~ $ source env/bin/activate
(env) pi@raspberrypi:~ $ cd Raspberry-Pi-Installer-Scripts/
(env) pi@raspberrypi:~/Raspberry-Pi-Installer-Scripts $ sudo -E env PATH=$PATH python3 adafruit-pitft.py
Unable to compile driver because kernel space is 64-bit, but user space is 32-bit.
Add parameter to /boot/config.txt to use 32-bit kernel? [y/n]
Saying "yes" to this adds an arm_64bit=0 line to config.txt to attempt to set 32bit mode. However, this does not work for a Pi5.
Flagship models since Raspberry Pi 5, Compute Modules since CM5, and Keyboard models since Pi 500 only support the 64-bit kernel. Models that only support a 64-bit kernel ignore this flag.
So there is no way to proceed with the script on a Pi5.
The text was updated successfully, but these errors were encountered:
Raspberry Pi5
TFT = https://www.adafruit.com/product/2097
OS =
2024-11-19-raspios-bookworm-armhf.img.xz
Following the easy install instructions from here:
https://learn.adafruit.com/adafruit-pitft-3-dot-5-touch-screen-for-raspberry-pi/easy-install-2
results in the following when running the script:
Saying "yes" to this adds an
arm_64bit=0
line toconfig.txt
to attempt to set 32bit mode. However, this does not work for a Pi5.https://www.raspberrypi.com/documentation/computers/config_txt.html#arm_64bit
So there is no way to proceed with the script on a Pi5.
The text was updated successfully, but these errors were encountered: