Signed-off-by: Richard Weinberger <richard@nod.at>
Source the init.sh script and use bitbake
$ . init.sh
-$ bitbake its-image
+$ bitbake kaktus-image
The final image will be builddir/tmp/deploy/images/raspberrypi3-64/kaktus-image-raspberrypi3-64.wic.bz2
You can flash it into you SDCard using dd. e.g
-$ bzcat its-image-raspberrypi4-64.wic.bz2 | dd of=/dev/mmcblk0 bs=32M
+$ bzcat kaktus-image-raspberrypi3-64.wic.bz2 | dd of=/dev/mmcblk0 bs=32M