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 に答える