Hello together
I have the following hardware:
- Verdin iMX8M Plus Quad 4GB Wi-Fi / Bluetooth IT
- Dahlia Carrier Board with HDMI Adapter
- Capacitive Touch Display 10.1" LVDS
I did build a custom image using the TorizonCore Builder Tool, i finally got the image loaded onto the som and the carrier board and the screen seems to be working. (I can see the custom splash screen logo i uploaded) and ofcourse it loads the correct DTS overlays otherwise I couldnt see anything on the screen.
Now, when it stops showing the device screen, I never see the local terminal, and I can not interact with it with a keyboard. Also I did not found a possibility to tell if a SSH server should be active or an IP Adress configuration. I could not find such settings in the tcbuild.yaml file or did I find something going into this direction when explaining the buildsteps.
Can you tell me how I would achieve these 2 points?
- Set the tty so it works with the attached capacitive touch display.
- Set the IP Address and activate a SSH Server.
I know that there are possibilities to make some changes to a system and then read it out and extract it.
“TorizonCore Builder Tool “build” command | Toradex Developer Center”
I would need to access it with UART I guess, because now I have no possiblity to interact with the system (did not try this yet).
Or to feed in some rootfilesystem content via customizations:
filesystem (array of strings, optional): List of directories to be merged with the input – the corresponding directory trees will be applied on top of the ones present in the input image, in the listed order.
“TorizonCore Builder Tool “build” command | Toradex Developer Center”
For the console I could use a I guess a kernel argument, but I would need to know how the consoles name is, then I might pass it to the kernel with something like console=ttymxc2 or what ever it is.
But for a console and ssh server that would be quite unusual as this is the stuff I would usually expect to work right out of the box or am I wrong?
I attached you my tcbuild.yaml configuration file so you can see what I did.
tcbuild.yaml (4.6 KB)
Can someone of you give me a hint how to get the console and ssh working? Thanks for your help!