Update README.md

This commit is contained in:
2021-06-10 11:01:13 +02:00
committed by GitHub
parent 5e68f8ae32
commit 5e06dceea8

View File

@@ -37,7 +37,7 @@ $:~ cd build
## 2. Execute init script ## 2. Execute init script
This will clone all required layers and create some config files into your build directories. This will clone all required layers and create some config files into your build directories.
* Parameter 1 <machine>: could be h7, hd51, hd60, hd61, osmio4k, osmio4kplus or set 'all' or keep empty ' ' for all machines. * Parameter 1 <machine>: could be h7, hd51, hd60, hd61, osmio4k, osmio4kplus or set 'all' or keep empty ' ' for all machines.
* Parameter 2 <image-version>: could be 3.0, 3.1, 3.2 or keep empty for latest version (recommended, older versions are not really maintained anymore) * Parameter 2 <image-version>: could be 3.0, 3.1, 3.2 (default) or keep empty for default version (recommended, older versions are not really maintained anymore)
```bash ```bash
$:~ ./init.sh <machine> <image-version> $:~ ./init.sh <machine> <image-version>
$:~ cd poky-<image-version> $:~ cd poky-<image-version>