Took me couple days to figure this out…
TorizonCore Builder was not working and wouldn’t pull due to “linux/arm64/v8” - not sure how that was detected. This is frustrating, because I know I’ve used the TorizonCore builder before.
I’m on my host PC, using WSL2.
~/tcbdir$ source tcb-env-setup.sh
Warning: If you intend to use torizoncore-builder as a server (listening to ports), then you should pass extra parameters to "docker run" (via the -- switch).
TorizonCore Builder is not installed. Pulling the latest version from Docker Hub...
Setting up TorizonCore Builder with version 3.
Pulling TorizonCore Builder...
3: Pulling from torizon/torizoncore-builder
no matching manifest for linux/arm64/v8 in the manifest list entries
I was using VS code, connected to WSL remotely, and tried to pull from there, so it wouldn’t work. However, if I use the command prompt, outside of VS code, it works just fine.
~/tcbdir$ source tcb-env-setup.sh
Warning: If you intend to use torizoncore-builder as a server (listening to ports), then you should pass extra parameters to "docker run" (via the -- switch).
You may have an outdated version installed. Would you like to check for updates online? [y/n] y
Setting up TorizonCore Builder with version 3.
Pulling TorizonCore Builder...
3: Pulling from torizon/torizoncore-builder
Digest: sha256:0ede18c22ea1cdc8b679064a024db3c744b9b5bcef27c5334bc6b37fcbc12e47
Status: Image is up to date for torizon/torizoncore-builder:3
docker.io/torizon/torizoncore-builder:3
Done!
Setup complete! TorizonCore Builder is now ready to use.
TorizonCore Builder internal status and image customizations will be stored in Docker volume named 'storage'.
********************
Important: When you run TorizonCore Builder, the tool can only access the files inside the current working directory. Files and directories outside of the current working directory, or links to files and directories outside of the current working directory, won't be visible to TorizonCore Builder. So please make sure that, when running TorizonCore Builder, all files and directories passed as parameters are within the current working directory.
Your current working directory is: /home/srzm/tcbdir
********************
For more information, run 'torizoncore-builder -h' or go to https://developer.toradex.com/knowledge-base/torizoncore-builder-tool
Thought I should post it out here in case others have same issue.