How can I terminate system-level simulation without using “kill -9”?
The easy approach to terminate normally is to use “kill” without “-9”. The simulator will exit smoothly. Also, if your busybox enables poweroff or reboot, you can simply run “poweroff” or “reboot” in your simulation shell. The simulation will stop gracefully. Note the Colibri image in the release supports only “reboot”.