Closed lida2003 closed 6 months ago
Raspberry Pi3B+ doesn't have this issue. Maybe PiZero is the time to phase out.
Thanks for all your testing. Agree that I'll put the PiZero(1) on the "not supported" list.
Thanks for all your testing. Agree that I'll put the PiZero(1) on the "not supported" list.
I hope it will be supported.
The 0.8.0 version has a prebuilt image for the Zero. So you could use that.
The major issue is that the Zero uses the older armv6 CPU, whereas the Zero2 and Pi 2/3/4 are all armv7. A bunch of the nodejs libraries no longer provide builds for armv6.
I'm happy to take pull requests to fix Zero support, but it's not something I'll be able to focus on.
The 0.8.0 version has a prebuilt image for the Zero. So you could use that.
Thanks, that's an alternative way of using Rpanion. And I have found that opencv is based on armv7 by default. So I'll start to use Pi3B+ and then switch Jetson, which can be more powerful.
The major issue is that the Zero uses the older armv6 CPU, whereas the Zero2 and Pi 2/3/4 are all armv7. A bunch of the nodejs libraries no longer provide builds for armv6.
I'm happy to take pull requests to fix Zero support, but it's not something I'll be able to focus on.
OK, Maybe someone has the knowledge and time can help.
Here is log for failure, which might help for fix zero support
If delete node/npm in /usr/local/bin, then re-install process will proceed. Or it will fail due to file(node/npm) existence.