Installing a Legato app by transferring the update package

Hi all,

I’m having some technical issues while connecting my device to my legato app development machine. Hence I’m not able to follow the steps I have found to build and deploy my legato app to the device.
The steps I was following so far were:

  1. Within the leaf workspace, build the app (using the definition files and mkapp).
  2. Install the app to the device using app install and DEST_IP
    (Similar to these steps )

Is there any alternative to the second step? Can I transfer the appname.target.update package to the device and install it from within the device?

you can transfer the xxx.update file to module’s /tmp folder by scp command
After that, you can ssh to the module, type “update /tmp/xxx.update” to install the application