02-17-2023 09:26 AM - edited 02-17-2023 09:27 AM
Debian, RedHat, or another.
Solved! Go to Solution.
02-17-2023 09:40 AM
None like that.
It's built from the yocto project I believe which is a tool for building customisable embedded distributions based on open embedded. I used to hear it is based on angstrom but that as a distro seems to be defunct.
For packages it uses the opkg format which is common for embedded Linux distributions
02-17-2023 10:05 AM
As James noted, NI Linux RT is not not based on a specific Linux desktop distribution. A lot of the functionality (commands) available on a desktop distribution are also available on NI Linux RT. There are also differences, as there are with all Linux distros. For example, NI Linux RT uses the OPKG package manager. If you want to 'play' and are comfortable with using virtual machines, you can create one that runs NI Linux RT. A Google search gives links to several tutorials. CERN and SAS are good starting points:
https://readthedocs.web.cern.ch/display/MTA/%5BNILRT%5D+Installing+NI+Linux+RT+on+Virtual+Box
https://blog.sasworkshops.com/how-to-create-a-crio-virtual-machine/
Keep in mind, that while Linux desktop distributions have GUIs, Linux is an OS that is very much about using the command line. The Ubuntu online documentation is very helpful and relatively user friendly.
02-17-2023 10:22 AM
There are a few quite interesting resources to be found on the internet (this list taken from our dokuwiki😞
DSH Pragmatic Software Development Workshops (Fab, Steve, Brian and me)
Release Automation Tools for LabVIEW (CI/CD integration with LabVIEW)
HSE Discord Server (Discuss our free and commercial tools and services)
DQMH® (Developer Experience that makes you smile )
02-17-2023 10:34 AM
For those of you who are interested in C/C++ toolchains, this is the latest information:
FYI - @joerg.hampel