「Raspberry Pi活用/Yocto設定」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「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>」) |
編集の要約なし |
||
19行目: | 19行目: | ||
<nowiki> |
<nowiki> |
||
MACHINE ?= "raspberrypi4-64" |
MACHINE ?= "raspberrypi4-64" |
||
</nowiki> |
|||
<nowiki> |
|||
$ bitbake core-image-minimal |
|||
$ bitbake core-image-sato -c populate_sdk |
|||
</nowiki> |
</nowiki> |
2024年5月19日 (日) 13:32時点における版
tools-debug
$ 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
local.conf
MACHINE ?= "raspberrypi4-64"
$ bitbake core-image-minimal $ bitbake core-image-sato -c populate_sdk