nilrt
nilrt copied to clipboard
Tools to build NI Linux RT distribution.
Including a docker image in the official pipeline would be helpful so that we can use that image for testing in our own CI workflows. Having the simulated DAQmx devices...
It was observed that the root filesystem on my dev machine had an unusually large amount of I/O during NILRT builds, sometimes sustaining over >50MB/s. This is not expected, because...
# Changes This pull request introduces a consolidated script that fully automates the process of fetching, merging, building, and deploying an updated kernel to a controller. The changes focus on...
# Implementation - Switched from rt_target_IP to ssh_connection for direct RT target access. - Updated automation_conf.json and JsonConfig to use ssh_connection. - Refactored build_and_test to pass ssh_connection into install_and_test_image. -...