Hi,
I’m using the standalone mender as mentioned in the thread - here
I’m getting the below prints:
$ mender -rootfs https://encodable.com/uploaddemo/files/ccu-core-image-minimal-imx8dx_ccu.mender
INFO[0000] Configuration file does not exist: /var/lib/mender/mender.conf module=config
INFO[0000] Loaded configuration file: /etc/mender/mender.conf module=config
INFO[0000] Mender running on partition: /dev/mmcblk0p2 module=main
INFO[0000] Performing remote update from: [https://encodable.com/uploaddemo/files/ccu-core-image-minimal-imx8dx_ccu.mender]. module=rootfs
Installing update from the artifact of size 97200128
INFO[0002] no public key was provided for authenticating the artifact module=installer
INFO[0002] opening device /dev/mmcblk0p3 for writing module=block_device
INFO[0002] partition /dev/mmcblk0p3 size: 1572864000 module=block_device
… 1% 1024 KiB
… 2% 2048 KiB
… 3% 3072 KiB
… 4% 4096 KiB
… 5% 5120 KiB
… 6% 6144 KiB
… 7% 7168 KiB
… 8% 8192 KiB
… 9% 9216 KiB
When comparing to the Mender server, It is taking a lot of time for completing the deployment. Since, the mender client is same in both the cases, why the standalone taking a lot of time when mender server done it in minutes?