From a5bf3f0376836a1f83fd7cf74d232585c98534ed Mon Sep 17 00:00:00 2001 From: Dvorkin Dmitry <1921587+dmitrydvorkin@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:45:46 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73d229b..42eb6ae 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ chmod 0777 /disk2 cd ./poky/ . oe-init-build-env build.tppg2 bitbake img-spmn +// builds main CPU code + arm926 code or +bitbake img-spmo +// builds main CPU code only, arm926 code is taken from Tibbo website ``` After build /disk2/build.26/tmp/deploy/images/tppg2/ contains all required image components: bootloaders, kernel, rootfs images.