parent
17dd1e52bd
commit
2be4e35adc
|
|
@ -4,6 +4,13 @@ The purpose of this repository is to provide a base or a template for customers
|
||||||
The submodules and source revisions are frozen to match the latest release.
|
The submodules and source revisions are frozen to match the latest release.
|
||||||
|
|
||||||
|
|
||||||
|
## Initial steps
|
||||||
|
Before building anything, it is required to get all the submodules. This is done with the following commands:
|
||||||
|
```
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
## Selecting hardware target
|
## Selecting hardware target
|
||||||
The hardware target can be selected by sourcing the machine_select script:
|
The hardware target can be selected by sourcing the machine_select script:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue