How to flash baseimage of Verdin IMX8M through ssh

Verdin ImX 8M Mini
Greetings…
How to flash base image of Verdin ImX 8M Mini through SSH? or at least how to reset through SSH?
The nginx webserver is not picking up the base image nor unpack and deploy of base image is not having clean reset.
Can someone pls help us here… we are trying to deploy the custom image and base images through SSH (without any manual intervention) over Ethernet (SSH)

Thanks & Regards,
Chiru

Hi @chirugcr

Welcome to toradex community.
Could you provide the hardware and software versions of your setup?

How to flash base image of Verdin ImX 8M Mini through SSH?

What is base image?are you talking about toradex evalution BSPs?

we are trying to deploy the custom image and base images through SSH (without any manual intervention) over Ethernet (SSH)

Provide the steps that you have followed.

Please refer to the unattended-flashing-over-ethernet article for loading images over ethernet.

Base image is Verdin IMX8M Mini tar file and we tried using that article with no success (unattended-flashing-over-ethernet) as verdin board is unable to recognize the nginx server that was installed and setup at Application gateway

Can you pls help me on this

Thanks & Regards,
Chiru

Hi @chirugcr

I could able to load verdin image over local server using the same article.Here are the steps
Test environment:
Ubuntu 18.04 PC and verdin imx8mm+dahlia board

1.Create a directory verdin-imx8mm under /var/www/html/
2.Unzip BSP image to /var/www/html/verdin-imx8mm/
3.Create a image_list.json(/var/www/html/image_list.json)

{
  "config_format": 1,
  "images": [
     "verdin-imx8mm/image.json"
  ]
}

4.Load toradex easy installer image on target and once it loaded add custom feed under feeds section like mine is http://192.168.11.2/image_list.json