continued prep section

This commit is contained in:
Robin Müller 2021-07-12 10:48:12 +02:00
parent cca3115cee
commit c399a8f5fb
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -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.