I am using the quarterly build:
torizon-docker-verdin-imx8mp-Tezi_7.2.0+build.13.tar
and originally was just trying to add the second Ehternet port. I got some suggestions from tech support which didn’t seem to work and I finally just went with:
custom: linux/arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-ivy.dts
in my tcbuild.yaml file, which worked.
I moved to 24.04 and did the tcb install and clone of the directories and used the same yaml file, but I get problems at boot up. I get all these errors saying it fails to start:
Starting kernel …
[ 1.005675] imx-drm display-subsystem: no available port
[ 1.128111] mdio_bus 30be0000.ethernet-1: MDIO device at address 7 is missing.
Starting systemd-udevd version 255.17^
sysroot.readonly configuration value: 0 (fs writable: 1)
Using legacy ostree bind mount for /
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[ 6.726157] imx-bus-devfreq 32700000.interconnect: failed to fetch clk: -2
[FAILED] Failed to start Modem Manager.
[FAILED] Failed to start User Login Management.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[FAILED] Failed to start Bluetooth service.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Time Synchronization.
[FAILED] Failed to start Hostname Service.
[FAILED] Failed to start User Login Management.
[FAILED] Failed to start User Login Management.
[FAILED] Failed to start User Login Management.
[FAILED] Failed to start User Login Management.
[FAILED] Failed to start User Login Management.
[ 9.224707] tpm tpm0: A TPM error (256) occurred attempting the self test
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
Torizon OS 7.2.0+build.13 verdin-imx8mp-15139619 ttymxc2
verdin-imx8mp-15139619 login:
I have tried clearing all the overlays to see if something has changed, but I still get the same thing. The reasons I was doing this was
- 20.04 has gone obsolete,
- We decided not to use the USB NCM connection, as it didn’t work with the tablet we are using.
The only difference in this build case was I am not using the “isolate” changes we have in the build file, as I was going to make all the changes starting with just the 2 Ethernet ports working.
Any suggestions as to how to proceed here would be helpful.
I can log in, although it took a while to come back with the prompt.
So, I tried just taking the tar file and unpacking it, then deploying that. Shouldn’t that be the same as the original, without any changes? I get the same errors with that.