LISTENAI/lisa-plugin-zephyr

支持venus 6系 基础固件编译

Closed this issue · 0 comments

沙盒化

参考: https://docs.zephyrproject.org/latest/getting_started/index.html#install-dependencies

Linux

sudo apt install --no-install-recommends git cmake ninja-build gperf \
  ccache dfu-util device-tree-compiler wget \
  python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
  make gcc gcc-multilib g++-multilib libsdl2-dev
  • git
  • cmake
  • ninja-build
  • gpref
  • ccache
  • dfu-util
  • device-tree-compiler
  • wget
  • python3 and friends
  • xz-utils
  • make and gcc and friends
  • libsdl2-dev

macOS

brew install cmake ninja gperf python3 ccache qemu dtc
  • cmake
  • ninja
  • gpref
  • python3
  • ccache
  • qemu
  • dtc

Windows

choco install ninja gperf python git dtc-msys2
  • ninja
  • gpref
  • python
  • git
  • dtc-msys2