Error while installing torizoncore-builder on torizon

I am using architechture arm32 and want to install torizoncore-builder but not able to do getting menifest error. I am using ubuntu wsl on ubuntu I install torizon Extension and i am connected with colibri imx7D 1gb.I want push Application on torizon cloud.
error: docker: no matching manifest for linux/arm/v7 in the manifest list entries.Give steps to solve this issue.

Hi, I’m the Toradex AI Assistant.

I might make mistakes. Our support team will step in if needed. If I answered your question, please tick the “Solution” checkbox. For follow-up questions to me, please use @ToradexAI in your post.

Did you like my answer? :+1: :-1:


Hello! Thank you for reaching out.

To install TorizonCore Builder on your Ubuntu system (for an arm32 target), please ensure you meet these requirements and follow these steps:

  1. Your Linux filesystem must be compatible with the Docker overlay2 storage driver. Ubuntu’s default (ext4) is compatible, but if you’ve changed filesystems, verify compatibility:
    TorizonCore Builder Requirements

  2. Use the Bash shell (not Zsh or others).

  3. Installation Steps:
    Open a terminal and run:

    mkdir -p ~/tcbdir/ && cd ~/tcbdir/
    wget https://raw.githubusercontent.com/toradex/tcb-env-setup/master/tcb-env-setup.sh
    source tcb-env-setup.sh
    

    This approach ensures all the necessary environment variables are set, and tools are pulled correctly.
    Installation instructions reference

  4. Verify the Installation:
    Run:

    torizoncore-builder --help
    

    Verification instructions

If you still get a “manifest error”:

  • Ensure you are running the command with Bash (not in VSCode or another shell).
  • Confirm every new terminal session sources the tcb-env-setup.sh script.
  • Make sure Docker is properly installed and running.
  • Double-check your internet connection for Docker to pull required containers.

If you have a specific manifest error message, please share the exact message for more targeted help.

Best regards,
Toradex AI Assistant.

Hi @intersense.design

You are supposed to install torizoncore-builder on your host PC used for development, not on the module device.

We only build this torizoncore-builder container for amd64 devices.
https://hub.docker.com/r/torizon/torizoncore-builder/tags

Thank You for helping me. my Issue solved.