From: Richard Weinberger Date: Tue, 5 Jul 2022 21:18:29 +0000 (+0200) Subject: Fix image name X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=315818df9b575e83f8e553912239949fddd10376;p=users%2Frw%2Fkaktus.git Fix image name Signed-off-by: Richard Weinberger --- diff --git a/README b/README index 586dc79..a219c7c 100644 --- a/README +++ b/README @@ -47,10 +47,10 @@ Other variants should work too, but are untested. 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