-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
HOOBS 3 not Supported on ARM 6L #285
Comments
I am on Fedora running 3.1.1 and having the same issue. |
Figured out how to SSH into the raspberry pi - looking at the syslog
|
from #284, saw a suggestion to check the node version
|
hoobs@hoobs:/var/log $ cat /proc/cpuinfo Hardware : BCM2835
It doesn't look like there is an official build of nodejs of 12.x |
Since node 12 isn't supported on the raspberry pi and I've already gone this far with HOOBS3 I will document my progress to see how far I get...
checking on how HOOBS is doing now that there is a node version that runs
|
HOOBS 3 I'd built for arm7l. Our image and install script uses arm7l, and is only available for RPI 3 3+ and 4. Otherwise you will need to do a manual install. |
What device are you on? What I think is happening is the ARM chip you are running is the old 6l version. Node dropped support for arm6l. If this is the case. You can try to use the method philjones uses, but I don't know if that works because HOOBS uses node-pty which requires a node-gyp build on install. Because of this HOOBS 3 is officially only supported on the RPI 3B, 3B+ and 4B. We have this documented here. |
Thanks philjones, that worked for me also. I was able to find the default username and password through google search: mkellsy, Thanks for the input. You should fix hoobs.org to state this as it is confusing and leads to believe HOOBS 3 will work on Raspbery Pi 1B. I would prefer for the Docker version so I can install in my synology server. Hopefully it will be released soon. Thanks for all your hard work. |
I have it in our wiki But I'm having the guy that maintains our website add this to the product pages. I'm the GitHub guy, I stay away from the website :) |
Thanks mkellsy! I understand you have it in the wiki, but the website is incorrect, people purchasing your product may think it's compatible. I am glad you will have the person maintaining the website update with the correct information. Any update on the Docker release? |
That issue is here I have to wait until release issues are solved, before I start on that. (After Christmas). HOOBS is only 4 people, and I am the only developer. Sorry for the delay. |
I ran into the same problem and just wanted to say that I found the wording on https://github.com/hoobs-org/HOOBS/wiki/5.1-Certified-Hardware to be a bit confusing. I read:
to mean exactly that, HOOBS 3 has been tested on Pi 3 and 4 and hasn't been tested on other Pis. My reading of this didn't lead me to believe it was known to be incompatible on the Pi Zero W. |
We tested them and write that in there: |
We are downgrading Node to 10.17.0 which is available for arm6l. We still don't officially support arm6l, but 10.17.0 should work. We are also not upgrading node on upgrade too. Too many issues with plugins. |
Hello HOOBS,
Today I downloaded HOOBS v3.1.1 and followed the instructions to work on my raspberry pi. I was able to get through all the steps, but when I go to http://hoobs.local it stays on the screen below:
Any suggestions?
I am able to SSH into the Raspberry Pi, but don't know the username or password. Thanks in advance!
The text was updated successfully, but these errors were encountered: