We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94560d8 commit a5bf3f0Copy full SHA for a5bf3f0
README.md
@@ -40,6 +40,9 @@ chmod 0777 /disk2
40
cd ./poky/
41
. oe-init-build-env build.tppg2
42
bitbake img-spmn
43
+// builds main CPU code + arm926 code or
44
+bitbake img-spmo
45
+// builds main CPU code only, arm926 code is taken from Tibbo website
46
```
47
48
After build /disk2/build.26/tmp/deploy/images/tppg2/ contains all required image components: bootloaders, kernel, rootfs images.
0 commit comments