update README
This commit is contained in:
parent
f23ba7ab7b
commit
eb0e7c39e4
17
README.md
17
README.md
@ -163,23 +163,26 @@ automatically.
|
|||||||
|
|
||||||
The EIVE OBSW is the default target if no target is specified.
|
The EIVE OBSW is the default target if no target is specified.
|
||||||
|
|
||||||
|
**Debug**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-Q7S && cd build-Debug-Q7S
|
mkdir build-Debug-Q7S && cd build-Debug-Q7S
|
||||||
cmake -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Debug ..
|
cmake -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
cmake --build . -j
|
cmake --build . -j
|
||||||
```
|
```
|
||||||
|
|
||||||
### Q7S Watchdog
|
**Release**
|
||||||
|
|
||||||
To build the EIVE watchdog, the corresponding target must be specified in the build command.
|
|
||||||
The configure steps do not need to be repeated if the folder has already been configured.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-Watchdog && cd build-Debug-Watchdog
|
mkdir build-Release-Q7S && cd build-Release-Q7S
|
||||||
cmake -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Debug ..
|
cmake -DTGT_BSP=arm/q7s -DCMAKE_BUILD_TYPE=Release ..
|
||||||
cmake --build . --target eive-watchdog -j
|
cmake --build . -j
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Q7S Watchdog
|
||||||
|
|
||||||
|
The watchdog will be built along side the primary OBSW binary.
|
||||||
|
|
||||||
### Hosted
|
### Hosted
|
||||||
|
|
||||||
You can also use the FSFW OSAL `host` to build on Windows or for generic OSes.
|
You can also use the FSFW OSAL `host` to build on Windows or for generic OSes.
|
||||||
|
Loading…
Reference in New Issue
Block a user