Hello, Im new to linux to ubuntu and programming in general, and im trying to get the capacitive touch screen working with my apalis imx8 ixora v1.2 by following the tutorials and guides on the toradex web pages. I have installed Torizon on the board with easy installer and now i would like to deploy an overlay onto it so that screen would work. Im at the step of unpacking a TorizonCore Image but i get the following message:
see the list of available overlays and make sure the required overlays are available. Note: the hash number is used here ( copy it from the previous line and paste in this command with no brackets)
modify the oeverlays.txt file with the required overlays, This file will contain the string fdt_overlays= followed by a space-separated list of overlays.
Hello @BoaheneJeffrey
This error can happen when the image you want to unpack is not present in your working directory.
Did you run the torizoncore-builder images download command?
An alternative way is to directly download the image into your working directory, then you can unpack it.
I managed to generate an image successfully with the build command, added the desired overlays too. Now im trying to unpack it that i can deploy it through ssh or the platform services but it either gives me a “no such file or directory” error
im quite new to linux also working in a wsl so i dont know how i would be able to put the file here.
I checked and those * symbols are not there in my file.
also i have a problem with deleting files in ubuntu im using rm to delet a custom image that i can make a new one instead, it disapperas from the list but when i try to build a new one it gives me an error that the file does already exist.
This is what i have in my previously made custom image file
Please share the full tcbuild.yaml file with us. You can add any file here on the community or use share.toradex.com. This will be better for us to check for any mistakes as sometimes the formating gets lost on a simple text.
Also, I’d like to confirm with you how did you get your device-trees. From the following picture, iI’d like to understand why they’re outside the device-trees folder. Did you get them with torizoncore-builder dt checkout? Did you do any modification to these files?
Can you also please tell us why your folder has a different path than what is on the extract of the tcbuild.yaml? Did you remade the file and renamed it or did you do any other thing?
Can you show the error that you get? Also, how are you executing the rm command?
Sorry for the late reply. I made a completely new directory and started everything from the ground up and managed to make it work with the custom image that was generated by torizoncore-builder build command.
Thank you for all your help, and if i get stuck again i will be back.