From ce3e5c3f3f6d58cfa35efa600769425426258248 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Jul 2021 10:43:41 +0200 Subject: [PATCH] section for rootfs differences --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 05881a16..e9d4a9ef 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,16 @@ Rebooting currently running image: xsc_boot_copy -r ``` +## Preparation of a fresh rootfs + +This section summarizes important changes between a fresh rootfs and the current +EIVE implementation + +- Mount point `/mnt/sd0` created for SD card 0. Created with `mkdir` +- Mount point `/mnt/sd1` created for SD card 1. Created with `mkdir` +- Folder `scripts` in `/home/root` folder. +- `scripts` folder currently contains `update_main_components.sh` script + # Running the EIVE OBSW on a Raspberry Pi Special section for running the EIVE OBSW on the Raspberry Pi.