could you please provide instruction to run it on that model? :(
would really like to run it on my old raspi
lscpu:
Architecture: armv6l
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
Vendor ID: ARM
Model: 7
Model name: ARM1176
Stepping: r0p7
CPU max MHz: 700.0000
CPU min MHz: 700.0000
BogoMIPS: 697.95
Flags: half thumb fastmult vfp edsp java tls
Originally created by @mindgam3s on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/15
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:
```
Architecture: armv6l
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
Vendor ID: ARM
Model: 7
Model name: ARM1176
Stepping: r0p7
CPU max MHz: 700.0000
CPU min MHz: 700.0000
BogoMIPS: 697.95
Flags: half thumb fastmult vfp edsp java tls
```
<!-- gh-comment-id:2691213446 -->
@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
<!-- gh-comment-id:2691235637 -->
@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
will try the new build later :) thanks in advance!
<!-- gh-comment-id:2691238784 -->
@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!
<!-- gh-comment-id:2691312505 -->
@mindgam3s commented on GitHub (Feb 28, 2025):
> 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
it works!
thank you very very much!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mindgam3s on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/15
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!