Hello,
I am trying to use the TorizonCore Builder Tool to create a custom device tree and apply it to my module.
The guide states that torizoncore-builder dt apply will “Compiles a device tree source file and, on success, stores the compiled device tree blob to be deployed as the current device tree of the deployed image”
However, I am not able to even run the command. TorizonCore Builder Tool states that the apply command doesn’t exist.
$ torizoncore-builder dt apply -h
usage: torizoncore-builder dt [-h]
{overlay,custom,checkout,list-overlays,list-devicetrees,list-applied-overlays}
...
torizoncore-builder dt: error: argument cmd: invalid choice: 'apply' (choose from 'overlay', 'custom', 'checkout', 'list-overlays', 'list-devicetrees', 'list-applied-overlays')
Is there a way around this? I need to disable the GPIO Wakeup pinctrl and enable it as a normal GPIO.
Thank you.