Install Torizon Core Builder

I want to add an overlay to my device tree to enable lvds and capacitive touch display in my Capacitive Touch Display 10.1" LVDS.
How to select Torizon Core Builder for Apalis iMX8 QuadMax?
How can i install that?

`torizon@apalis-imx8-07239822:~$ mkdir -p ~/tcbdir/ && cd ~/tcbdir/

torizon@apalis-imx8-07239822:~/tcbdir$ wget https://raw.githubusercontent.com/toradex/tcb-env-setup/master/tcb-env-setup.sh
Connecting to raw.githubusercontent.com (185.199.110.133:443)
wget: note: TLS certificate validation not implemented
saving to ‘tcb-env-setup.sh’
tcb-env-setup.sh 100% |**********************************************************************************************| 11501 0:00:00 ETA
‘tcb-env-setup.sh’ saved

torizon@apalis-imx8-07239822:~/tcbdir$ cd ~/tcbdir/

torizon@apalis-imx8-07239822:~/tcbdir$ source tcb-env-setup.sh
-sh: source: tcb-env-setup.sh: file not found

torizon@apalis-imx8-07239822:~/tcbdir$ ls
tcb-env-setup.sh

torizon@apalis-imx8-07239822:~/tcbdir$ source tcb-env-setup.sh -h
-sh: source: tcb-env-setup.sh: file not found

torizon@apalis-imx8-07239822:~/tcbdir$ torizoncore-builder --help
-sh: torizoncore-builder: command not found

torizon@apalis-imx8-07239822:~/tcbdir$ ls -l tcb-env-setup.sh
-rw-r–r-- 1 torizon torizon 11501 Feb 17 09:35 tcb-env-setup.sh
torizon@apalis-imx8-07239822:~/tcbdir$ chmod +x tcb-env-setup.sh
torizon@apalis-imx8-07239822:~/tcbdir$ source tcb-env-setup.sh
-sh: source: tcb-env-setup.sh: file not found
torizon@apalis-imx8-07239822:~/tcbdir$ bash
torizon@apalis-imx8-07239822:~/tcbdir$ source tcb-env-setup.sh
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
Error: could not pull TorizonCore Builder from Docker Hub!
`

Hi @Jintu,

Thanks for posting your query to Toradex community

Regarding your query, I can see you are trying to run TorizonCore builder on Module itself. Please note TorizonCore builder is development tool which help in customising Torizon OS image. One needs to run all command on development system and not of target(Module/SOM). Please check below link

Best Regards
Ritesh Kumar

1 Like

Hi @ritesh.tx ,

This was realy helpfull.