mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
not running on raspi 2 model b #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mindgam3s on GitHub (Feb 28, 2025).
it shows "illegal instruction"
could you please provide instruction to run it on that model? :(
would really like to run it on my old raspi
lscpu:
@oschwartz10612 commented on GitHub (Feb 28, 2025):
Are you using the arm32 version and it still is not working?
https://github.com/fosrl/newt/releases/download/1.0.0-beta.5/newt_linux_arm32
@mindgam3s commented on GitHub (Feb 28, 2025):
yes!
AMD32ARM32 says illegal instruction.AMD64ARM64 says wrong EXEC format or something@oschwartz10612 commented on GitHub (Feb 28, 2025):
When you say AMD is that just at typo or did you use AMD? You want to use ARM.
I just tried building for armv6. Could you try this?
https://github.com/fosrl/newt/releases/download/1.0.0-beta.5/newt_linux_arm32v6
@mindgam3s commented on GitHub (Feb 28, 2025):
yes that was autocorrect on my phone xD
it was ofc ARM32 that was not working.
will try the new build later :) thanks in advance!
@mindgam3s commented on GitHub (Feb 28, 2025):
it works!
thank you very very much!
@oschwartz10612 commented on GitHub (Feb 28, 2025):
Awesome! I will include that build in future releases!