Hi,
- Operating System: Raspberry Pi OS (64 bit) Debian 12 Bookworm
- Raspberry Pi model: Raspberry Pi Zero 2 W Rev 1.0
- Q3lite version: 1.1 (commit number: cbb7cc1)
- This is a fresh Raspberry Pi OS install or not: Yes (it is a fresh install)
- Any major software changes or additions to the OS: N/A
I've been testing this awesome project in a Raspberry Pi Zero 2w but I faced with some inconvenient:
- This conditional cant resolve my raspberry pi model. Maybe we can improve this logic. The output of
/proc/cpuinfo is:
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Revision : 902120
Serial : 000000004e5b6cee
Model : Raspberry Pi Zero 2 W Rev 1.0
- When the script try to compile Q3lite next error appears:
cc: error: unrecognized command-line option '-mfpu=vfp'
cc: error: unrecognized command-line option '-mfloat-abi=hard'
Forcing me to remove the following line. Maybe the value must be Linux as is. How we can improve this?
- When I run Q3lite the following error appear:
juan@rpi:~ $ sudo q3lite
xinput_id=8 7 6 9
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
xinput disabled keyboard ID=8
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
xinput disabled keyboard ID=7
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
xinput disabled keyboard ID=6
WARNING: running xinput against an Xwayland server. See the xinput man page for details.
xinput disabled keyboard ID=9
Unable to find /usr/local/games/quake3/quake3.arm binary, exiting...
Where do I get this file?
Hi,
I've been testing this awesome project in a Raspberry Pi Zero 2w but I faced with some inconvenient:
/proc/cpuinfois:Linuxas is. How we can improve this?