-
Notifications
You must be signed in to change notification settings - Fork 95
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
how to build for firmware 4.9 and wiringpi 2.4.4? #76
Comments
Having the same problem...will this problem get solved or not? |
take a look at a solution from this issue: #70 |
thanks for the link to #70 however that's not a valid "fix" I'm also having this issue. Was working fine until dist-upgrade and everything went to shit |
I'm having similar issue when trying to run 13.11.17 13:15:16 (-0500) Updating application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:16 (-0500) Killing application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:16 (-0500) Sending SIGTERM to remaining processes...
13.11.17 13:15:16 (-0500) Sending SIGKILL to remaining processes...
13.11.17 13:15:16 (-0500) Unmounting file systems.
13.11.17 13:15:16 (-0500) Unmounting /sys/kernel/debug.
13.11.17 13:15:16 (-0500) Unmounting /dev/mqueue.
13.11.17 13:15:16 (-0500) All filesystems unmounted.
13.11.17 13:15:16 (-0500) Halting system.
13.11.17 13:15:17 (-0500) Application exited 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:18 (-0500) Killed application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:18 (-0500) Installing application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:20 (-0500) Installed application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:20 (-0500) Starting application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:21 (-0500) Started application 'registry2.resin.io/redactedapp/aad287ad7be2b5e094f047edd41fdcc788632b79'
13.11.17 13:15:22 (-0500) Systemd init system enabled.
13.11.17 13:15:22 (-0500) systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
13.11.17 13:15:22 (-0500) Detected virtualization 'other'.
13.11.17 13:15:22 (-0500) Detected architecture 'arm'.
13.11.17 13:15:22 (-0500) Set hostname to <7c539c2>.
13.11.17 13:15:31 (-0500) > redacted@0.0.0 start /usr/src/app
13.11.17 13:15:31 (-0500) > node ./app/app.js
13.11.17 13:15:31 (-0500)
13.11.17 13:15:34 (-0500) Unable to determine hardware version. I see: Hardware : BCM2835
13.11.17 13:15:34 (-0500) ,
13.11.17 13:15:34 (-0500) - expecting BCM2708 or BCM2709. Please report this to projects@drogon.net
13.11.17 13:15:34 (-0500) |
As @ylh888 recommended in #70 - following solution worked for me:
|
* Fix for multiple definition of comDat
When I built wiringpi from scratch, I get version 2.4.4. gpio -v yields:
When I use "npm install" to get the node bindings, the install script rebuilds wiringpi using 2.25
This does not seem to be compatible with the firmware because "sudo node blink.js" yields:
Is it possible to use the latest wiringpi libraries with the node bindings?
The text was updated successfully, but these errors were encountered: