You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to launch a test script on my Orange Pi Zero, node version is 8.9.1, and I execute the command as root user, but I get this error:
> [email protected] test /root/nrf-test
> node node_modules/nrf/test.js
fs.js:735
return binding.writeBuffer(fd, buffer, offset, length, position);
^
Error: EINVAL: invalid argument, write
at Object.fs.writeSync (fs.js:735:20)
at Object.fs.writeFileSync (fs.js:1301:24)
at Object.exports.connect (/root/nrf-test/node_modules/pi-pins/index.js:28:16)
at Object.exports.connect (/root/nrf-test/node_modules/nrf/index.js:32:19)
at Object.<anonymous> (/root/nrf-test/node_modules/nrf/test.js:23:17)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
npm ERR! Test failed. See above for more details.
Any ideas why is this happening? Help me please.
The text was updated successfully, but these errors were encountered:
The built in test program is configured to use cePin = 24, irqPin = 25 and maybe just a simple mismatch with what is available on the Orange Pi is causing this?
Hello! I'm trying to launch a test script on my Orange Pi Zero, node version is 8.9.1, and I execute the command as root user, but I get this error:
Any ideas why is this happening? Help me please.
The text was updated successfully, but these errors were encountered: