VOS3 Development Helper
Last updated: 04-Nov-2025
Table of Contents
VOS3 Development helper
Reboot
As regular users do not have the capabilities to reboot the device, this command allows to reboot manually as a helper:
vfidev rebootDevhome: shorter development cycle
During development of applications, frequent packaging and installations may slow down the development cycle. For this purpose, the "devhome" feature is available: this will create a writable flash filesystem (instead of a read-only flash filesystem) for the home of the usrX. Developer can then directly update files, executables and libraries in this "devhome" without installation and reboots.
This ease of use comes with the following constaints:
- developers can update shared object libraries only in the limit that ldconfig is not needed to update symlinks and caches. In that event, make one installation and pursue with devhome.
The following command will enable the devhome for current user:
vfidev devhome enableSimilarly, disabling is done with:
vfidev devhome disableTo check devhome status:
vfidev devhome status- Please remember that the "devhome" feature is a convenient feature for development however no sanity checks are done and installations are mandatory on production devices. It is therefore highly recommended to test with actual installations.
Rate this article: