Easy installer stuck on installation

Hi,

I am trying to get zeroconf working on windows …
Easy installer recognizes the service and can list the image available:

However, once it gets to the actual installation it is stuck at 0% …

In the logs of my http server I can see the requests beeing served correctly:

python -m http.server 4321
Serving HTTP on :: port 4321 (http://[::]:4321/) …
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:35] “GET /image_list.json HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:35] “GET /custom_agramkow_5_4_fast_adc/image.json HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:35] “GET /custom_agramkow_5_4_fast_adc/toradexlinux.png HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:46] “GET /custom_agramkow_5_4_fast_adc/prepare.sh HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:46] “GET /custom_agramkow_5_4_fast_adc/wrapup.sh HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:46] “GET /custom_agramkow_5_4_fast_adc/u-boot-initial-env-sd HTTP/1.1” 200 -
::ffff:192.168.1.43 - - [22/Nov/2021 11:11:46] “GET /custom_agramkow_5_4_fast_adc/marketing.tar HTTP/1.1” 200 -

It is worth noting that If I go and manually add the local IP adress of my http server, the installation works fine.

I am using the following command to advertise the service in windows:

dns-sd -R “Custom Toradex Easy Installer” _tezi._tcp . 4321 name=“Custom Toradex Easy Installer Feed” path=/image_list.json enabled=1 https=0

Any idea why this might be happening ?

Thanks,
Jaume

Hello @jcabecerans ,

We are currently discussing this issue internally with our TEZI experts. We will update you as soon as we have more information.

I kindly ask for your patience.

Best regards,
Janani

1 Like

Hello @jcabecerans ,

After taking a deeper look, we can confirm that the issue is not reproducible on our side.
It is also strange because other files of the image are downloaded correctly, as mentioned in the question.

I would start to investigate this by checking if there could be something wrong with the image description, maybe the URL of the image on the json file?

Best Regards,
Janani