07-23-2025 03:47 AM
Hello everyone,
A sbRIO-9627 was loaded with a program by a former employee at work. Unfortunately, this employee is no longer with our company and we no longer know which version or which program components were ultimately installed.
The first thing we need to do is find out what was installed and, ideally, install it on another sbRIO (or a modified version). Is there a way to display and export the installed build?
If you require any further information, please let me know.
Kind regards,
Jannik
07-23-2025 03:59 AM
Hi Jannik,
have you tried to check the sbRIO data with MAX?
Here you usually manage NI hardware, including software installations for (c)RIO targets!
@j_schm wrote:
we no longer know which version or which program components were ultimately installed
First step should be to check your SCC tool for the latest version of the project used to deploy onto that sbRIO!
07-23-2025 05:55 AM - edited 07-23-2025 05:56 AM
Hi
Google is your friend, and asking it 'ni rt linux disk folders layout' gets you this :
/c
and /c/ni-rt
are provided for compatibility, with /c/ni-rt/startup
typically redirecting to /home/lvuser/natinst/bin
for startup applications. The /tmp
directory is a temporary folder that gets cleared on restart.
/
, similar to other Linux systems.
/
) as separators, and are case-sensitive.
/
(root) directory as the starting point for the file system.
/media
directory, such as /media/sda1
.
/home/lvuser/natinst/bin
directory is often used.
Meaning, you connect to the sbRIO and browse its file system looking for the startup folder.
With the information found there, search your SCC or wherever you can find similar files.
Happy hunting