Hi,
Please see the steps which I have done below:
- From PC, I have uploaded a mender artifact into a public file upload utility (FileChucker) and received the below URL with https:
https://encodable.com/uploaddemo/?action=viewer&path=&file=ccu-2.mender - On device (i.e i.MX8DX6), I have stopped the mender daemon by following command (as per https://docs.mender.io/1.7/architecture/standalone-deployments#setting-mender-up-for-standalone-mode):
# systemctl stop mender - I have run the following command for updating the artifact (as per https://docs.mender.io/1.7/architecture/standalone-deployments#deploy-an-artifact-to-a-device)
# mender -rootfs https://encodable.com/uploaddemo/?action=viewer&path=&file=ccu-2.mender
When I tried with the above procedure, I got the below error:
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/?action=viewer]. module=rootfs
ERRO[0002] rootfs: error while updating image from command line: Will not continue with unknown image size. module=main
Could anyone help me to figure out what is wrong here and how to resolve this issue?