Processor SDK Linux for AM64X
11_00_09_04
1. Overview
2. Release Specific
3. Foundational Components
4. How to Guides
4.1. Host
4.2. Target
4.2.1. SDK File System Optimization/Customization
4.2.2. Real-Time Linux on TI SoCs
4.3. Developer Notes
4.4. Hardware EVM Setup
4.5. Frequently Asked Questions
5. RTOS/NO-RTOS [MCU+ SDK]
6. Demo Applications
7. Documentation Tarball
Processor SDK Linux for AM64X
4.
How to Guides
4.2.
Target
Edit on GitHub
4.2.
Target
4.2.1. SDK File System Optimization/Customization
4.2.1.1. The Basics of OPKG
4.2.1.1.1. List all available options of opkg
4.2.1.1.2. Show all installed packages
4.2.1.1.3. Show package contents
4.2.1.1.4. Find a file owner
4.2.1.1.5. Show packages which require the package as dependency
4.2.1.1.6. Removing Packages or Deinstallation
4.2.1.1.7. Install local packages
4.2.2. Real-Time Linux on TI SoCs
4.2.2.1. What Is The Real-Time Linux Kernel?
4.2.2.2. Validating We Are Using A Real-Time Capable Kernel
4.2.2.3. Testing Kernel Performance
4.2.2.3.1. Timer Based Applications
4.2.2.3.2. Driver (Ethernet) Based Interrupts
4.2.2.4. Tips For Tuning The Real-Time Kernel
4.2.2.4.1. Technique to Tuning (Slow is Fast)
4.2.2.4.2. Technique to Testing
4.2.2.4.3. Disable Unnecessary Applications
4.2.2.4.4. Disable Unnecessary Drivers
4.2.2.5. Wrapping Up