Skip to content

Commit cc4f7fa

Browse files
authored
Merge pull request #32 from jwsbck/master
fix quickbuild
2 parents c2a3c84 + d4ee148 commit cc4f7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/build/quickbuild.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ bitbake multiconfig:container:trustx-core
5858
bitbake trustx-cml
5959
```
6060

61-
## Raspberry Pi2
61+
## TQ-Systems TQMa8MPxL
6262

6363
```
6464
mkdir ws-yocto
6565
cd ws-yocto
6666
repo init -u https://github.com/gyroidos/gyroidos.git -b kirkstone \
67-
-m yocto-arm32-raspberrypi2.xml
67+
-m yocto-arm64-tqma8mpxl-mba8mpxl.xml
6868
repo sync -j8
69-
source init_ws.sh out-yocto arm32 raspberrypi2
69+
source init_ws.sh out-yocto arm64 tqma8mpxl
7070
bitbake multiconfig:container:trustx-core
7171
bitbake trustx-cml
7272
```

0 commit comments

Comments
 (0)