From 106c74ca43c77d4c4ecc990457d3ecedbf5c4520 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Jul 2021 10:48:12 +0200 Subject: [PATCH] continued prep section --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba494d96..356ccf75 100644 --- a/README.md +++ b/README.md @@ -709,16 +709,26 @@ Rebooting currently running image: xsc_boot_copy -r ``` -## Preparation of a fresh rootfs +## Preparation of a fresh rootfs and SD card This section summarizes important changes between a fresh rootfs and the current EIVE implementation +### rootfs + - 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 +### SD Cards + +- Folder `bin` for binaries, for example the OBSW +- Folder `misc` for miscellaneous files +- Folder `tc` for telecommands +- Folder `tm` for telemetry +- Folder `xdi` for XDI components (e.g. for firmware or device tree updates) + # Running the EIVE OBSW on a Raspberry Pi Special section for running the EIVE OBSW on the Raspberry Pi.