Lines Matching full:application
3 **Document Purpose:** Walk through compiling and running an OpenBMC application
82 ## Loading an Application Directly Into a Running QEMU
110 3. Create a safe file system for your application
112 Now is time to load your Hello World application in to QEMU virtual hardware.
114 first so you could simply scp your application in to /usr/local/bin, run it
117 application paths are hardcoded in the service files. Let's start our journey
140 ## Run the Application in QEMU
148 2. Run the application in your QEMU session:
155 application. In general, this is not how you will test new applications.
158 3. Start application via systemd service
162 state service and have it pick up your new application:
182 That's it! You customized an existing BMC application, built it using devtool,