403
回編集
(ページの作成:「tools-debug <nowiki> $ git clone git://git.yoctoproject.org/poky cd poky $ git checkout kirkstone //$ git checkout scarthgap $ cd .. $ git clone git://git.yoctoproject.org/meta-raspberrypi $ cd meta-raspberrypi $ git checkout kirkstone $ cd .. $ source poky/oe-init-build-env $ bitbake-layers add-layer ../meta-raspberrypi </nowiki> local.conf <nowiki> MACHINE ?= "raspberrypi4-64" </nowiki>」) |
編集の要約なし |
||
<nowiki>
MACHINE ?= "raspberrypi4-64"
</nowiki>
<nowiki>
$ bitbake core-image-minimal
$ bitbake core-image-sato -c populate_sdk
</nowiki>
|