- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I attempted to use XDK IoT edition to upload the node.js blink application to my edison I got the following error. I previously had running the Ardiouno blink application which is still running. (Pressing stop button on the XDK IoT does not stop the light blinking). What should I do?
Phil
UPLOADING: Uploading project bundle to IoT device.
uncaughtException occured: Error: ENOTEMPTY, directory not empty '/node_app_slot/zetta-starter-project-master/zetta-starter-project-master'
at Object.fs.rmdirSync (fs.js:612:18)
at clearFolder (/opt/xdk-daemon/current/daemonUtils.js:52:8)
at clearFolder (/opt/xdk-daemon/current/daemonUtils.js:47:11)
at Object.clearFolder (/opt/xdk-daemon/current/daemonUtils.js:47:11)
at /opt/xdk-daemon/current/appDaemon.js:239:19
at Object.oncomplete (fs.js:107:15)
- Tags:
- Internet of Things
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Login to the terminal on the Edison board
restart the app-daemon service using the terminal
systemctl enable xdk-daemon
systemctl restart xdk-daemon
or empty the contents of node_app_slot folder
root@edison:~# cd /node_app_slot/
root@edison:~/.node_app_slot# rm -Rf *

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page