cdev-tux / q3lite

Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
GNU General Public License v3.0
93 stars 16 forks source link

Unable to determine platform type from /proc/cpuinfo #23

Closed cdkw2 closed 12 months ago

cdkw2 commented 1 year ago

I just ran ./make-raspberrypi.sh but it gave me this

image

cdkw2 commented 1 year ago

I am using a

OS: Debian GNU/Linux 11 (bullseye)
OS architecture: 64-bit
Kernel: aarch64 6.1.21-v8+
Device model: Raspberry Pi 4 Model B Rev 1.2 
Cpu name: Cortex-A72
Ram size: 3.79 GB
Raspberry Pi OS image version: 2023-05-03
Language: en_US.UTF-8
cdkw2 commented 1 year ago

Is it because I am using a raspberry pi 4?

cdev-tux commented 1 year ago

Hello,

This is an old project that was written for the Pi 3 and older units. Due to changes with the OS it also requires Raspberry Pi OS (Legacy) buster.

Thanks

cdkw2 commented 12 months ago

oh ok!