- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey people, I ran a code on eclipse and transmitted it to my edison via wifi. Now the problem in facing is that when i close the eclipse window the code on the edison which was transmitted via wifi also stops working. So could anyone here help me out on how to retain the code on the edison even if the eclipse window is closed.
- Tags:
- Internet of Things
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Normally if you close the development environment the GDB stops and so is the process. If you want to run the application without using the IDE you can just go to the path using a terminal connection on the Edison board. (SSH or Serial). The default path using the IDE is /tmp/<file name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might be seeing the nohup thing. Check page 2 of the link below for the "Correct Answer".
https://communities.intel.com/thread/57402?start=15&tstart=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Peter.
Rajeev: If you plan to run the application as service which runs on startup, please refer this page
https://communities.intel.com/thread/60537
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Raghu Kona (Intel) wrote:
Normally if you close the development environment the GDB stops and so is the process. If you want to run the application without using the IDE you can just go to the path using a terminal connection on the Edison board. (SSH or Serial). The default path using the IDE is /tmp/<file name>
the directory where the SW is stored is defined in Eclipse at your "Run As ..." configuration.
some additional notes to this thread:
- I'd recommend to use "nohup", "screen" ... for "one-time" tests / runs
- as Peter pointed out: for a startup process you want to run every time the system boots you should rather use a systemd service
BTW: you can also have a shell directly via Eclipse - you wouldn't even need PuTTy: see https://software.intel.com/en-us/blogs/2014/09/23/intel-iot-devkit-remote-access-through-ide

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