0

我运行了命令

bitbake core-image-minimal

终端截图

这是我的步骤:

git clone poky
git clone meta-raspberrypi
source oe-init-build-env rpi-build
rpi-build/conf/bblayer.conf # adding meta-raspberrypi
rpi-build/conf/local.conf # modify MACHINE ?= "raspberrypi3"
bitbake core-image-minimal # (actually I also ran other image "rpi-hwup-image", "core-image-full-cmdline")

我该如何解决这个问题?

$ps aux | grep core-image-minimal

 18925  0.1  0.5 153504 41724 pts/2    S+   17:05   0:00 python /opt/sungsoo/poky/bitbake/bin/bitbake core-image-minimal
 18937  0.7  1.6 322408 136508 pts/2   Sl+  17:05   0:04 python /opt/sungsoo/poky/bitbake/bin/bitbake core-image-minimal
4

1 回答 1

0

Bitbake 可能没有崩溃,只是 Raspberry Pi 背后的人创建了一个巨大的 git 存储库,其中包含大量二进制文件。克隆需要很长时间...

如果我没记错的话,引导文件取自 Raspberry Pi固件存储库。我的裸克隆目前是 5.4GiB ......

于 2016-05-20T05:23:23.517 回答