gpt4 book ai didi

google-coral - 如何使用 Coral Dev 开发板在 SD 卡上启动 Mendel OS?

转载 作者:行者123 更新时间:2023-12-04 10:20:19 28 4
gpt4 key购买 nike

来自 this instruction看起来谷歌允许启动到 SD 卡。然而,他们提供的镜像(recovery.img)只是一个自动引导板到 U-boot 的镜像,之后你仍然需要用 USB 将 MendelOS 闪存到 eMMC。
我想在 sdcard 上拥有整个操作系统,这样更容易复制它并保存操作系统的状态。

最佳答案

为了创建可以刷入 SD 卡的 MendelOS 镜像,您需要自行构建该镜像。执行此操作的步骤:

  • here 克隆 Mendel 存储库的源代码

  • # Get the repo binary that's necessary to clone Mendel
    $ mkdir -p bin
    $ export PATH=$PATH:$HOME/bin
    $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
    $ chmod a+x ~/bin/repo

    # Setup your git env
    $ git config --global user.name "Your Name"
    $ git config --global user.email "you@example.com"

    # clone the repo
    $ mkdir mendel && cd mendel
    $ repo init -u https://coral.googlesource.com/manifest -b release-day
    $ repo sync -j$(nproc)

  • 确保主机上的构建系统满足 these requirements :

  • # System
    A 64-bit CPU
    Kernel 4.15 or newer
    binfmt-support 2.1.7 or newer

    # OS
    The suggested OSes are: Ubuntu 18.10+ or Debian Buster or newer.

    # Install qemu
    $ sudo apt-get install qemu-user-static

    # Install docker
    $ sudo apt-get install docker.io
    $ sudo adduser $USER docker

  • 内部版本:

  • $ sudo su
    $ source build/setup.sh
    $ FETCH_PACKAGES=true m docker-sdcard


    构建成功后,您将在 out 目录中看到您的 sdcard 图像。您可以使用 dd 将其安装到您的 SD 卡上。命令或一些 opensrouce 工具,如 Balena Etcher .
  • 通过将启动开关切换到 ON OFF ON ON here 来启用从 SD 卡启动.

  • 干杯!

    关于google-coral - 如何使用 Coral Dev 开发板在 SD 卡上启动 Mendel OS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60894434/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com