Terminating an app?

Is there a method of terminating an app via the command line interface?


Comments

  • Hi Jules,

    the app of the base image for the logi-boards are composed of a Hardware part, loaded in the FPGA, and a software part running on your raspberry-pi or beaglebone. To terminate the software part of an app (when there is one), you just need to hit ctrl-c in the command line interface. For the hardware part (in the FPGA), the hardware will keep running unless you load a new hardware architecture (by running a new app, or loading your own FPGA design). The hardware part of the app will not interfer with the normal operation of the raspberry-pi or beaglebone once you terminated the software part.
  • Thank you.

    Jules
Sign In or Register to comment.