eggman / FreeRTOS-raspi3

FreeRTOS port Raspberry Pi 3 ( 64bit / aarch64 )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeRTOS ported to Raspberry Pi 3 (64bit)

I have not yte test on real hardware yet.

I test with QEMU 6.1.0

How to Build

  • install aarch64 toolchain.
  • make

How to run with QEMU

  • make run
$ make run
qemu-system-aarch64 -M raspi3 -m 1024 -serial null -serial mon:stdio -nographic -kernel kernel8.elf
hello world
0000000000000001
00000000000001F6

This port based on Xilinx Cortex-A53 port.

About

FreeRTOS port Raspberry Pi 3 ( 64bit / aarch64 )


Languages

Language:C 98.4%Language:Assembly 1.3%Language:Makefile 0.3%