Step 7: Verify the Target System Setup
Installation is complete. Now you are ready to try the
real-time readiness checker
, one of the tools in Intel® TCC Tools.In this step, you will run the real-time readiness checker to validate system settings.
Why Use the Real-Time Readiness Checker?
The real-time readiness checker is a command-line tool that checks the many attributes that may affect real-time performance:
- Verifies whether the system has a supported processor, boot firmware, and OS
- Checks for features that may affect real-time performance, such as Intel® Turbo Boost Technology, Enhanced Intel SpeedStep® Technology, and processor power-saving states
- Reports CPU and GPU frequencies
- Operates at the UEFI BIOS or OS level
Running the Real-Time Readiness Checker
To run this tool:
- From your development host system, reconnect to the target via SSH:ssh root@<target>
- If possible, maximize the terminal window to full size. The real-time readiness checker displays tables of settings that are best viewed in a wide window, though text will wrap and the screen will scroll accordingly.
- In the SSH session, run the real-time readiness checker:tcc_rt_checker | more
- In the output, check the Result column for each checker:
- IfRT_READYorNAappears for all checkers, the target system is properly configured.
- IfNON_RT_READYappears for any checkers, use the commandtcc_rt_checker -lfor details.
- For more information about this tool, see the Real-Time Readiness Checker Tool.
You have successfully used the real-time readiness checker to verify the target system setup and are now ready to begin using other Intel® TCC Tools features to test and optimize your setup. The Next Steps
summarizes these tools.