Loading swud modules

You can dynamically load swud modules with the mount command.

To load modules when swud is running:

Run the mount command like this: mount -T swud [-o module_options] module_path

The module_path argument must contain either a path defined in the LD_LIBRARY_PATH environment variable or the absolute path of the module. The optional module_options argument can contain a comma-separated list of options to pass into the swud module.

Here's an example that loads the swud-self-update-hmi module while specifying the vendor ID and hardware ID to match the self-update target:

mount -T swud -o QNX,CAR2.1 swud-self-update-hmi.so