Here’s the result of tdx-info:
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 6.6.94-7.3.0-g5a62539de8f9 #1-Torizon SMP PREEMPT Wed Jun 25 09:14:55 UTC 2025
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.1/torizon/7c2e7ae9d6b97be33240860d531904fd14682908bb937a91111193348bfa4e69/0
Distro name: NAME="Torizon OS"
Distro version: VERSION_ID=7.3.0-build.18
Distro variant: VARIANT="Docker"
Hostname: verdin-imx8mp-15645975
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin iMX8M Plus WB on Dahlia Board
Toradex version: 0058 V1.1B
Serial number: 15645975
Processor arch: aarch64
------------------------------------------------------------
I am running a custom image of the Torizon OS on a Verdin iMX8M Plus.
I’m trying to capture changes to my /etc/ directory, specifically credentials for the AWS Elastic Container Registry. I’ve successfully made the changes and confirmed that they work, and now I need the changes in order to bake them into a Torizon OS image to be flashed onto other devices. However, upon following the instructions in the Capturing Changes in the Configuration of a Board on Torizon OS article, I get the following result:
hayk@haykpc:~/tcbdir$ torizoncore-builder isolate --remote-host 192.168.1.93 --remote-username torizon --remote-password ****** --changes-directory changes1
Unable to get user changes
This is after the command hangs for about 5 minutes with no results. The changes1 directory is created, but it’s empty. I am definitely able to ssh into the device with the username, host, and password that I provide to the tool. Any ideas?