To start a program in a basic solution image:
in the lower panel.You must use the CMake commands of the kpa library to pack a program into a KPA package.
Important! When creating a startup configuration using the CMake command add_kpa_component(), you must specify the kl.Kds value in the EIID field.
Also, if the started program uses file systems (via the VFS component), you must specify the value VFS_FILESYSTEM_BACKEND=client:kl.VfsSdCardFs in the ENV field when creating a startup configuration using the CMake command add_kpa_component().
For example:
add_kpa_component(Hello.kpa RUN_CONFIGURATION "app" NAME "Hello app" TYPE "service" EIID "kl.Kds" PATH "bin/Hello" ENV "VFS_FILESYSTEM_BACKEND=client:kl.VfsSdCardFs")
all). In the drop-down list, select the built program KPA package that is signed as [application] in the list.When you click this button, the program starts with the default parameters (without arguments and environment variables). If you need to specify the startup parameters, you can start the program using the launch.json startup configuration.