Raspberry Pi活用/Yocto設定

提供: Medeshima wiki
< Raspberry Pi活用
2024年5月13日 (月) 02:18時点におけるHosakino (トーク | 投稿記録)による版 (ページの作成:「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>」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

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"