RTEMS User Manual (6.a3cfaea).¶
The authors have used their best efforts in preparing this material. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. No warranty of any kind, expressed or implied, with regard to the software or the material contained in this document is provided. No liability arising out of the application or use of any product described in this document is assumed. The authors reserve the right to revise this material and to make changes from time to time in the content hereof without obligation to notify anyone of such revision or changes.
The RTEMS Project is hosted at https://www.rtems.org. Any inquiries concerning RTEMS, its related support components, or its documentation should be directed to the RTEMS Project community.
- 1. Introduction
- 2. Quick Start
- 3. Support and Contributing
- 4. Host Computer
- 5. Installation
- 6. Deployment
- 7. Target Hardware
- 8. BSP Build System
- 9. Board Support Packages
- 9.1. aarch64 (AArch64)
- 9.1.1. Qemu A53
- 9.1.2. Qemu A72
- 9.1.3. Qemu Xilinx Versal
- 9.1.4. Xilinx ZynqMP
- 9.1.5. Raspberry Pi 4B
- 9.2. arm (ARM)
- 9.2.1. altera-cyclone-v (Intel Cyclone V)
- 9.2.2. atsam
- 9.2.3. beagle
- 9.2.4. csb336
- 9.2.5. csb337
- 9.2.6. edb7312
- 9.2.7. fvp (Fixed Virtual Platform)
- 9.2.8. gumstix
- 9.2.9. imx (NXP i.MX)
- 9.2.10. imxrt (NXP i.MXRT)
- 9.2.10.1. Build Configuration Options
- 9.2.10.2. Adapting to a different board
- 9.2.10.3. Boot Process of IMXRT1050-EVKB
- 9.2.10.4. Flash Image
- 9.2.10.5. FDT
- 9.2.10.6. Clock Driver
- 9.2.10.7. IOMUX
- 9.2.10.8. Console Driver
- 9.2.10.9. I2C Driver
- 9.2.10.10. SPI Driver
- 9.2.10.11. Network Interface Driver
- 9.2.10.12. NXP SDK files
- 9.2.10.13. Clocks and SDRAM
- 9.2.10.14. Caveats
- 9.2.11. lm3s69xx
- 9.2.12. lpc176x
- 9.2.13. lpc24xx (NXP LPC17XX/LPC24XX/LPC40XX)
- 9.2.14. raspberrypi
- 9.2.15. realview-pbx-a9
- 9.2.16. rtl22xx
- 9.2.17. smdk2410
- 9.2.18. stm32f4
- 9.2.19. stm32h7
- 9.2.19.1. Clock Driver
- 9.2.19.2. Console Driver
- 9.2.19.3. Network Interface Driver
- 9.2.19.4. USB Host Driver
- 9.2.19.5. SD/MMC Driver
- 9.2.19.6. How to run RTEMS on the board
- 9.2.19.6.1. Board hardware setup
- 9.2.19.6.2. STM32CubeIDE installation
- 9.2.19.6.3. STM32CubeProgrammer installation
- 9.2.19.6.4. Board ST-Link firmware upgrade
- 9.2.19.6.5. Dual core board setup for RTEMS
- 9.2.19.6.6. STM32CubeIDE ST-Link GDB Server setup
- 9.2.19.6.7. RTEMS BSP samples build and run
- 9.2.19.6.8. How to load binary file into the QSPI NOR
- 9.2.20. tms570
- 9.2.21. xen (Xen on ARM)
- 9.2.22. xilinx-zynq
- 9.2.23. xilinx-zynqmp
- 9.2.24. Xilinx ZynqMP RPU
- 9.3. bfin (Blackfin)
- 9.4. i386
- 9.4.1. pc386
- 9.4.1.1. Build Configuration Options
- 9.4.1.2. Runtime Options
- 9.4.1.3. Testing with Qemu
- 9.4.1.4. Running on a PC hardware
- 9.4.1.5. Clock Drivers
- 9.4.1.6. Console Drivers
- 9.4.1.7. Frame-Buffer Drivers
- 9.4.1.8. Network Interface Drivers
- 9.4.1.9. USB Host Drivers
- 9.4.1.10. RTC Drivers
- 9.4.1.11. I2C Drivers
- 9.4.1.12. SPI Drivers
- 9.4.1.13. Legacy Drivers
- 9.4.1. pc386
- 9.5. lm32 (LatticeMicro32)
- 9.6. m68k (Motorola 68000 / ColdFire)
- 9.7. microblaze (MicroBlaze)
- 9.8. mips (MIPS)
- 9.9. moxie
- 9.10. nios2 (Nios II)
- 9.11. or1k (OpenRISC 1000)
- 9.12. powerpc (PowerPC)
- 9.12.1. beatnik
- 9.12.2. gen5200
- 9.12.3. gen83xx
- 9.12.4. haleakala
- 9.12.5. motorola_powerpc
- 9.12.6. mpc55xxevb
- 9.12.7. mpc8260ads
- 9.12.8. mvme3100
- 9.12.9. mvme5500
- 9.12.10. psim
- 9.12.11. qemuppc
- 9.12.12. qoriq (QorIQ)
- 9.12.13. ss555
- 9.12.14. t32mppc
- 9.12.15. tqm8xx
- 9.12.16. virtex
- 9.12.17. virtex4
- 9.12.18. virtex5
- 9.13. riscv (RISC-V)
- 9.14. sh (SuperH)
- 9.15. sparc64 (SPARC V9)
- 9.16. sparc (SPARC / LEON)
- 9.17. v850 (V850)
- 9.18. x86_64
- 9.1. aarch64 (AArch64)
- 10. Executables
- 10.1. RTEMS Executable
- 10.2. Building an Application
- 10.3. Target Execution
- 10.4. BSP Initialization
- 10.5. RTEMS Initialization
- 10.6. Dynamic Loader
- 10.7. Device Tree
- 11. Debugging
- 12. Testing
- 13. Tracing
- 14. Changing Versions
- 15. Host Tools
- 15.1. RTEMS Linker
- 15.2. RTEMS Symbols
- 15.3. RTEMS Executable Infomation
- 15.4. RTEMS BSP Builder
- 15.5. RTEMS Tester and Run
- 15.6. RTEMS Boot Image
- 15.7. RTEMS TFTP Proxy
- 16. Source Builder
- 16.1. Why Build from Source?
- 16.2. Project Sets
- 16.3. Cross and Canadian Cross Building
- 16.4. Third-Party Packages
- 16.5. Configuration
- 16.5.1. Source and Patches
- 16.5.2. Macros and Defaults
- 16.5.3. Configuration Reports
- 16.5.4. Build Set Files
- 16.5.5. Configuration Control
- 16.5.6. Personal Configurations
- 16.5.7. New Configurations
- 16.5.8. Scripting
- 16.5.8.1. Expanding
- 16.5.8.2. %prep
- 16.5.8.3. %build
- 16.5.8.4. %install
- 16.5.8.5. %clean
- 16.5.8.6. %include
- 16.5.8.7. %name
- 16.5.8.8. %summary
- 16.5.8.9. %release
- 16.5.8.10. %version
- 16.5.8.11. %buildarch
- 16.5.8.12. %source
- 16.5.8.13. %patch
- 16.5.8.14. %hash
- 16.5.8.15. %echo
- 16.5.8.16. %warning
- 16.5.8.17. %error
- 16.5.8.18. %select
- 16.5.8.19. %define
- 16.5.8.20. %undefine
- 16.5.8.21. %if
- 16.5.8.22. %ifn
- 16.5.8.23. %ifarch
- 16.5.8.24. %ifnarch
- 16.5.8.25. %ifos
- 16.5.8.26. %else
- 16.5.8.27. %endfi
- 16.5.8.28. %bconf_with
- 16.5.8.29. %bconf_without
- 16.6. Commands
- 16.7. Building and Deploying Tool Binaries
- 16.8. Bugs, Crashes, and Build Failures
- 16.9. History
- 17. Rust
- 18. Glossary