Skip to content

Deviating from the Getting Started Guide #94572

Answered by yashi
git-staus asked this question in General
Discussion options

You must be logged in to vote

Problems the op described

  1. Mixing Conda/Mamba with west setup

    • Installing west inside a Conda/Mamba environment caused west sdk install to fail.
    • Failure was due to missing Python packages (e.g., patoolib) in the expected place.
  2. Confusion about west packages pip --install

    • Docs say it “can be used,” which made it sound optional.
    • In reality, skipping it causes dependency issues, so it’s effectively required.
  3. Unclear toolchain names for west sdk install -t

    • The docs mention -t to install a single toolchain but don’t list the exact names.
    • Poster had to guess through trial-and-error; correct name for RISC-V is riscv64-zephyr-elf.
  4. RISC-V 32 vs 64 confusion

    • Only riscv64 toolchain is p…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@yashi
Comment options

yashi Aug 17, 2025
Collaborator

@yashi
Comment options

yashi Aug 17, 2025
Collaborator

@git-staus
Comment options

@git-staus
Comment options

Answer selected by git-staus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants