Getting Started with Zephyr on RISC-V - Ubuntu
Installation
conda create -yp ./.conda-env/ python=3.10
conda activate ./.conda-env/conda install anaconda::cmakeconda install conda-forge::ninjapip install westLast updated
conda create -yp ./.conda-env/ python=3.10
conda activate ./.conda-env/conda install anaconda::cmakeconda install conda-forge::ninjapip install westLast updated
west init ./getting-started/
cd ./getting-started/
west updatewest zephyr-exportpip install -r ./zephyr/scripts/requirements.txtcd ./zephyr/
west sdk installwest build -p always -b sparkfun_red_v_things_plus samples/basic/blinkywest build -p always -b qemu_riscv64 samples/hello_worldpacman -S dtc