# FreeRTOS-raspi3 **Repository Path**: vertueliu/FreeRTOS-raspi3 ## Basic Information - **Project Name**: FreeRTOS-raspi3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-13 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.