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
Hi from #fullstackcon,
we encountered the following error while trying to push new code to a tessel board that was already running some older code:
t2 push index.js
INFO Looking for your Tessel...
INFO Connected to anykey over USB
INFO Writing index.js to Flash on anykey (3.072 kB)...
INFO Deployed.
events.js:141
throw er; // Unhandled 'error' event
^
Error: Error upon remote process exit: 1
at USBProcess.<anonymous> (/usr/local/lib/node_modules/t2-cli/lib/usb/usb_process.js:49:26)
at USBProcess.g (events.js:260:16)
at emitOne (events.js:77:13)
at USBProcess.emit (events.js:169:7)
at Parser.<anonymous> (/usr/local/lib/node_modules/t2-cli/lib/usb/usb_daemon.js:121:14)
at emitOne (events.js:77:13)
at Parser.emit (events.js:169:7)
at Parser._write (/usr/local/lib/node_modules/t2-cli/node_modules/usb-daemon-parser/index.js:152:16)
at doWrite (_stream_writable.js:292:12)
at writeOrBuffer (_stream_writable.js:278:5)
at Parser.Writable.write (_stream_writable.js:207:11)
at ondata (_stream_readable.js:525:20)
at emitOne (events.js:77:13)
at emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Readable.push (_stream_readable.js:110:10)
Abort trap: 6
After that the board crashes and we lose connection. We had to reboot it and then do a t2 erase and then a t2 push index.js
Cheers
The text was updated successfully, but these errors were encountered:
Hi from #fullstackcon,
we encountered the following error while trying to push new code to a tessel board that was already running some older code:
After that the board crashes and we lose connection. We had to reboot it and then do a
t2 erase
and then at2 push index.js
Cheers
The text was updated successfully, but these errors were encountered: