简体   繁体   English

用于 Banan Pi 的 Yocto Linux?

[英]Yocto Linux for Banan Pi?

I would like to use mender.io for OTA software updates for my Banana PI.我想使用 mender.io 为我的 Banana PI 进行 OTA 软件更新。 Mender.io uses yocto linux and i am totally new to yocto linux. Mender.io 使用 yocto linux,我对 yocto linux 完全陌生。 There are some examples and tutorial for Raspberry PI on the internet but i havent found any tutorial for Banana PI.互联网上有一些 Raspberry PI 的示例和教程,但我还没有找到任何关于 Banana PI 的教程。 Now, how much banana PI is different then raspberry PI?现在,香蕉 PI 与覆盆子 PI 有多少不同? And eg i have the yocto environment setup for the Raspberry PI, what changes do i need to do in that environment to use it for Banana PI?例如,我为 Raspberry PI 设置了 yocto 环境,我需要在该环境中进行哪些更改才能将其用于 Banana PI? what is the best starting point to start using yocto for Banana PI?开始将 yocto 用于 Banana PI 的最佳起点是什么?

meta-sunxi seems to carry support for the bananapi, thats already a good start. meta-sunxi似乎支持bananapi,这已经是一个好的开始。

Technically, you have to从技术上讲,你必须

  1. set up a build建立一个构建
  2. add the meta-sunxi layer添加meta-sunxi
  3. set MACHINE to bananapiMACHINE设置为香蕉皮
  4. build.建造。

Please be aware that the Yocto mindset is massively different from a conventional general purpose distro, as its all about image creation and does not offer online package repositories.请注意,Yocto 思维方式与传统的通用发行版有很大不同,因为它完全与图像创建有关,并且不提供在线软件包存储库。 So before actually investing much time, have a look at our introductory live coding sessions to get an idea if it actually suits your needs.因此,在实际投入大量时间之前,请查看我们的介绍性实时编码会议,以了解它是否真的适合您的需求。

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

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