Solution
To do so, you can modify the Format Real-Time Target LabVIEW example with the following to allow you to select and format the RT target with the desired Linux RT Base Image version.
- Add the Get Available Software VI from the NI System Configuration Palette at the beginning of the example. This VI returns the compatible NI Linux RT images for your RT target.
- Add a while loop to select the image version you want from the output cluster of this VI.
- The NI Linux RT images you have installed will be prompted in the output cluster array.
- Replace the Format System Standard VI with the Format With Base System Image from the polymorphic selector.
You can use the following LabVIEW snippet of the existing LabVIEW example for your reference.