-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install on RPI Zero #42
Comments
Edit |
Ok, but how ? |
Currently different compile flags are needed for different architectures. This is not nice, and should be fixed (when I'll have time, but not very soon). |
took me 2 days digging google & co. change Makefile as followed, the it will run on RPi Zero: PARAMS_NEON = -mcpu=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -mtune=arm1176jzf-s #tnx Jan Szumiec for the Raspberry Pi support PARAMS_ARM = |
I'm trying to get this to work on an RPI5, using the following Makefile updates:
But I am getting the following output:
I'm hesitant to start messing with the NEON parameters since I'm not sure which I can just remove. Any suggestions? |
Hello all
I try to install on RPI zero (not a programmer I just follow instruction !)
All seems go ok but when launch i get : Illegal instruction error
I need to configure "NEON" ? but how ?
Thank you
The text was updated successfully, but these errors were encountered: