Additional Information
For PXI systems not connected to Internet, you can follow this knowledge base
Installing Software to Offline NI Linux Real-Time Targets - NI to install offline packages.
As described in point 3, some base image may not contain 3rd party drivers. In this situation the workaround previously mentioned does not apply and you need to select the NI Linux RT Base Image version that contains these drivers.
For NI VersiStand users, you need to refer to the following documentation :
VeriStand and NI Linux Real-Time Base System Image Compatibility - NI that lists the compatibility between NI VeriStand version and Linux RT base Image.
In rare cases, you might be in this situation where PXI is offline, the compatible base image doesn't not contain 3rd party drivers and you can't migrate to newer VeriStand version. As an example, let's consider that you are using NI VersiStand 2020R5 that require the base image 20.7 which doesn't have the AIM drivers. As a workaround you can apply following steps:
- Download and install the offline base image 20.7
- Download and install the offline base image 21.8 that contains this 3rd party drivers
- Install the base image 21.8 on the PXI NI-LinuxRT target. This will install NI-VeriStand 2020R6 and the AIM drivers
- Because you need VeriStand 2020R5, you need now to uninstall the current version of VeriStand to revert to 2020R5 while keeping the AIM driver. For that you can run the following commands when connected in SSH to the target:
- opkg remove ni-veristand-engine
- opkg remove ni-veristand-common
- opkg ni-veristand-model-framework-runtime
- Copy the same ipk files from your PC to the target. They should be located in "C:\Program Files\National Instruments\RT Feeds\21.8.0\ni-labview-2020"

- In the SSH console, go where you copied these files and run the following commands : opkg install ni-veristand-engine. This should install the two other dependent package
- Now you can observe from NI MAX that NI-VeriStand 2020R5 is installed and the AIM driver as well