- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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.
- Marcas:
- Internet of Things
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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>
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
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

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora