主机 建议 Ubuntu18.04 ,参考: MX8X_4.14.78_ga_BootLoader_V3-20190301_chn.pdf 和 i.MX_Yocto_Project_User’s_Guide.pdf 两个文档。

博主虚拟机建议配置如下。
VMware Workstation 12.1.1+Ubuntu18.04imx8x 环境搭建1-yocto编译

  1. $sudo apt-get update
    $sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev
    $sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc
    $sudo apt-get install u-boot-tools

  2. $cd ~
    $mkdir bin
    $cd bin
    $curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo
    $chmod a+x repo
    $ export

相关文章:

  • 2021-09-01
  • 2021-04-24
  • 2021-06-04
  • 2021-09-29
  • 2021-07-22
  • 2021-06-15
  • 2022-01-16
  • 2022-12-23
猜你喜欢
  • 2021-08-18
  • 2022-01-02
  • 2022-12-23
  • 2021-10-30
  • 2021-07-22
  • 2022-01-22
相关资源
相似解决方案