简体   繁体   English

为 beaglebone black board 构建 yocto 后核心图像丢失

[英]core-image missiing after building yocto for a beaglebone black board

Good morning,早上好,

I have tried to build a yocto image for a beaglebone black by following the template on this website: https://android.serverbox.ch/?p=1273我尝试按照此网站上的模板为 beaglebone black 构建 yocto 图像: https://android.serverbox.ch/?p=1273

After nearly a day of construction, I have checked my build folder ( yocto/poky/build/tmp/deploy/images/beaglebone ) to find all the necessary file经过近一天的建设,我检查了我的构建文件夹( yocto/poky/build/tmp/deploy/images/beaglebone )以找到所有必要的文件

  • ML-beaglebone ML-beaglebone
  • U-boot-beaglbone.img U-boot-beaglbone.img
  • uImage uImage

But I can't find " core-image-base-beaglebone.tar.bz2 (The root file system)但我找不到“ core-image-base-beaglebone.tar.bz2 (根文件系统)

Anyone knows what happend?有谁知道发生了什么? Did i do something wrong?我做错什么了吗? What else can I do to resolve the problem?我还能做些什么来解决问题?

Here is the script I typed in the shell to launch the build:这是我在 shell 中键入以启动构建的脚本:

  • bitbake core-image-base bitbake 核心图像库

I have attached a picture of the folder as well.我还附上了文件夹的图片。 So you can see the file that are in my folder.所以你可以看到我文件夹中的文件。

thank you in advance for your help预先感谢您的帮助

Michael迈克尔

enter image description here在此处输入图像描述

Add the below line in the local.conf .local.conf中添加以下行。

IMAGE_FSTYPES += "tar.bz2"

Launch the build启动构建

$ bitbake core-image-base

After the build core-image-base-beaglebone.tar.bz2 will be created in yocto/poky/build/tmp/deploy/images/beaglebone构建后 core-image-base-beaglebone.tar.bz2 将在yocto/poky/build/tmp/deploy/images/beaglebone创建

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM