From a06b38ba1bca264a71dc912a64f8d337c9bdc1b1 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 2 Aug 2021 20:36:00 +0200 Subject: [PATCH] this should work --- README.md | 7 +++---- doc/README-bbb.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6f9957..44eae3c 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,10 @@ THe README so setup and run the example on a Beagle Bone Black can be found in t [Getting started on the Beagle Bone Black](doc/README-bbb.md#top) -# Linux - Enabling RTOS functionalities +# Linux - Configuration for FSFW Applications -The last chapter in the [Linux README](https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-linux-mcu) -specifies some steps required to cleanly run the FSFW on a (host) Linux system if -real time functionalities are turned on via `FSFWConfig.h`. +The dedicated [Linux README](doc/README-linux.md#top) +specifies some steps required to cleanly run the FSFW on a (host) Linux system. # Setting up Eclipse for CMake projects diff --git a/doc/README-bbb.md b/doc/README-bbb.md index d70253d..3bebc68 100644 --- a/doc/README-bbb.md +++ b/doc/README-bbb.md @@ -32,7 +32,7 @@ more quickly. sudo apt-get install cmake rsync ``` -2. Configure the Beagle Bone Black Linux environment. The last section of the +2. Configure the Beagle Bone Black Linux environment. The [Linux README](README-linux.md#top) specifies how to set up a UNIX environment for the FSFW and is also applicable to the Beagle Bone Black. SSH into the BBB and follow the instructions in that section.