Raspberry Pi活用/Yocto設定
ナビゲーションに移動
検索に移動
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
SDK
~/yocto/build$ bitbake core-image-sato -c populate_sdk
~/yocto/build/tmp/deploy/sdk