Raspberry Pi活用/Yocto設定

提供: Medeshima wiki
< Raspberry Pi活用
2024年5月20日 (月) 02:21時点におけるHosakino (トーク | 投稿記録)による版
ナビゲーションに移動 検索に移動

tools-debug

~/yocto$ git clone git://git.yoctoproject.org/poky
~/yocto$ cd poky
~/yocto/poky$ git checkout kirkstone
//~/yocto/poky$ git checkout scarthgap
~/yocto/poky$ cd ..
~/yocto$ git clone git://git.yoctoproject.org/meta-raspberrypi
~/yocto$ cd meta-raspberrypi 
~/yocto/meta-raspberrypi$ git checkout kirkstone
~/yocto/meta-raspberrypi$ cd ..
~/yocto$ source poky/oe-init-build-env
~/yocto/build$ bitbake-layers add-layer ../meta-raspberrypi

~/yocto/build/conf/local.conf

MACHINE ?= "raspberrypi4-64"

~/yocto/build$ bitbake core-image-minimal
~/yocto/build$ bitbake core-image-sato -c populate_sdk