freertos能在linux下运行不,linux – 如何在Raspberry Pi上安装FreeRTOS?

我的目标是在Raspberry Pi上从

this site开始运行FreeRTOS.

我在Linux机器上使用arm-none-eabi-gcc构建它.

现在我有这个文件/文件夹:

RaspberryPi-FreeRTOS/

├── build

│ ├── Demo

│ │ ├── Drivers

│ │ │ ├── gpio.d

│ │ │ ├── gpio.o

│ │ │ ├── irq.d

│ │ │ └── irq.o

│ │ ├── main.d

│ │ ├── main.o

│ │ └── startup.o

│ └── FreeRTOS

│ └── Source

│ ├── croutine.d

│ ├── croutine.o

│ ├── list.d

│ ├── list.o

│ ├── portable

│ │ ├── GCC

│ │ │ └── RaspberryPi

│ │ │ ├── port.d

│ │ │ ├── portisr.d

│ │ │ ├── portisr.o

│ │ │ └── port.o

│ │ └── MemMang

│ │ ├── heap_4.d

│ │ └── heap_4.o

│ ├── queue.d

│ ├── queue.o

│ ├── tasks.d

│ └── tasks.o

├── dbuild.config.mk

├── Demo

│ ├── Drivers

│ │ ├── bcm2835_intc.h

│ │ ├── gpio.c

│ │ ├── gpio.h

│ │ ├── irq.c

│ │ └── irq.h

│ ├── FreeRTOSConfig.h

│ ├── main.c

│ └── startup.s

├── FreeRTOS

│ └── Source

│ ├── croutine.c

│ ├── include

│ │ ├── croutine.h

│ │ ├── FreeRTOSConfig.h

│ │ ├── FreeRTOS.h

│ │ ├── list.h

│ │ ├── mpu_wrappers.h

│ │ ├── portable.h

│ │ ├── projdefs.h

│ │ ├── queue.h

│ │ ├── semphr.h

│ │ ├── StackMacros.h

│ │ ├── task.h

│ │ └── timers.h

│ ├── list.c

│ ├── portable

│ │ ├── GCC

│ │ │ └── RaspberryPi

│ │ │ ├── port.c

│ │ │ ├── portisr.c

│ │ │ └── portmacro.h

│ │ └── MemMang

│ │ ├── heap_1.c

│ │ ├── heap_2.c

│ │ ├── heap_3.c

│ │ └── heap_4.c

│ ├── queue.c

│ ├── tasks.c

│ └── timers.c

├── kernel.elf

├── kernel.img

├── kernel.list

├── kernel.map

├── kernel.syms

├── Makefile

├── objects.mk

├── raspberrypi.ld

└── README.md

将FreeRTOS带到Pi的下一步是什么?

提前致谢.

亚历克斯

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值