Solution
Installation packages for a third-party utility like ntp are not included in the NI Linux Real-Time Offline Installation Support package. You can get and copy the ntp packages from
Download.ni.com. Specifically, the ntp packages can be found by navigating to the following folder:
- https://download.ni.com/#ni-linux-rt/feeds/<Linux RT Image Version>/x64/extra/core2-64/. For instance, if you are using the Linux RT Image version 2023Q4, the path should be: https://download.ni.com/#ni-linux-rt/feeds/2023Q4/x64/extra/core2-64/
A good way of determining what packages are required for the installation is to perform the opkg install on a machine with internet connection and check what
.ipk packages are downloaded. For ntp, these are the required
.ipk files:
Once you download the
.ipk files, follow the
Installing Software to Offline NI Linux Real-Time Targets article to save them in the correct folder.
Then, you should be able to navigate to set up an
SSH session with the target, navigate to the installation folder, and install the ntp packages on your RT target by running the following command:
- opkg install <package_name.ipk>. For example, opkg install ntp-lic_4.8.8p15-r0.48_core2-64.ipk