From 07060918e33b554f43c3a5935a7b3139b7d9bc6c Mon Sep 17 00:00:00 2001 From: xX7 <5272979+xX7@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:26:47 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e368f1..da22450 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # bao-rpi4-bench -Project using Bao hypervisor with FreeRTOS+Linux running haRTStone benchmark. -Originally based on [Bao Project's][bao] demo project but specialized for Raspberry Pi 4 -running FreeRTOS and Linux. FreeRTOS executes the haRTSone benchmark to determine the performance and real time capabilities of +Project using Bao Hypervisor running FreeRTOS and Linux. +It is originally based on [Bao Project's][bao] demo project but restructured/forked and +exclusively for the Raspberry Pi 4. + +FreeRTOS executes the haRTStone benchmark ported by [Daniel Casini, Emiliano Palermiti and Matteo Pampana][hartstone] to determine the performance and real time capabilities of FreeRTOS running under a vm environment. +The haRTStone benchmark has been adjusted to properly work with the Raspberry Pi 4 and bao's version of FreeRTOS. + ## Install Dependencies ``` @@ -33,3 +37,4 @@ git clone --recurse-submodules https://github.com/xX7/bao-rpi4-bench.git [arm-toolchains]: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads [bao]: https://github.com/bao-project +[hartstone]: https://github.com/CDanielC/HartstoneRTBenchmark