Skip to content
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

Tessel 2 support? #18

Open
tlrobinson opened this issue Apr 11, 2016 · 1 comment
Open

Tessel 2 support? #18

tlrobinson opened this issue Apr 11, 2016 · 1 comment

Comments

@tlrobinson
Copy link

Tessel 2 doesn't appear to work. Looks like it's at least in part due to tessel/t2-cli#653

 cylon-example-tessel git:(master) t2 run script.js
INFO Looking for your Tessel...
INFO Connected to Tessel-x.
INFO Building project.
WARN Pre-compiled module is missing: usb.
This might be caused by any of the following:

1. The binary is platform specific and cannot be compiled for OpenWRT.
2. A pre-compiled binary has not yet been generated for this module.
3. The binary didn't compile correctly for the platform that you're developing on.
    It's possible that the binary is Linux-only or even OpenWRT specific,
    try npm installing with "--force" and rerun your deployment command.

Please file an issue at https://github.com/tessel/t2-cli/issues/new
INFO Writing project to RAM on Tessel-x (68.096 kB)...
INFO Deployed.
INFO Running script.js...
module.js:339
    throw err;
    ^

Error: Cannot find module './lib/config'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at r (/tmp/remote-script/node_modules/cylon/index.js:1:97)
    at Object.<anonymous> (/tmp/remote-script/node_modules/cylon/index.js:1:127)
    at Module._compile (module.js:435:26)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
@deadprogram
Copy link
Member

Hi @tlrobinson I've just received a couple of T2's so I'll try to take a look at them this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants