Skip to content

mengdemao/rtems_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtems_demo

构建工具链

./compiler.sh arm 6
./compiler.sh aarch64 6
./compiler.sh x86_64 6

构建SDK与demo

  1. arm
./build.sh arm stm32f4
./build.sh arm raspberrypi2
  1. aarch64
./build.sh aarch64 a72_lp64_qemu
./build.sh aarch64 raspberrypi4
  1. x86_64
./build.sh x86_64 amd64
./build.sh x86_64 amd64efi