Difference between revisions of "Transclusion: IOT-GATE-iMX8: cl-deply"
imported>Uri.mashiach (Created page with "The `CompuLab Deployment Tool` is a shell script that allows to deploy a working OS image from USB flash drive to the IOT-GATE-iMX8 / SBC-IOT-iMX8 on-board storage (eMMC). Fo...") |
imported>Uri.mashiach |
||
| Line 3: | Line 3: | ||
Follow the step-by-step procedure for a selected image: | Follow the step-by-step procedure for a selected image: | ||
| − | * In the terminal window issue: <pre>cl-deploy</pre> | + | * In the terminal window issue, root privilege is needed (sudu): |
| + | <pre> | ||
| + | root@iot-gate-imx8:~# cl-deploy | ||
| + | </pre> | ||
* Follow the steps below: | * Follow the steps below: | ||
</br> | </br> | ||
| Line 12: | Line 15: | ||
|- | |- | ||
| | | | ||
| − | : | + | :Use the space bar key to select the installation target storage '''/dev/mmcblk2''' |
| Select a destination device | | Select a destination device | ||
──────────────────────────────────────────────────── | ──────────────────────────────────────────────────── | ||
Latest revision as of 07:26, 22 September 2020
The `CompuLab Deployment Tool` is a shell script that allows to deploy a working OS image from USB flash drive to the IOT-GATE-iMX8 / SBC-IOT-iMX8 on-board storage (eMMC).
Follow the step-by-step procedure for a selected image:
- In the terminal window issue, root privilege is needed (sudu):
root@iot-gate-imx8:~# cl-deploy
- Follow the steps below:
| Action | Screenshot |
|
Select a destination device
──────────────────────────────────────────────────── ┌────────────────────────────────────────┐
│ Available Devices: │
│ ┌────────────────────────────────────┐ │
│ │ ( ) /dev/mmcblk1 │ │
│ │ (*) /dev/mmcblk2 │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └────────────────────────────────────┘ │
├────────────────────────────────────────┤
│ < OK > <Cancel> │
└────────────────────────────────────────┘
|
|
Start Deployment
──────────────────────────────────────────────────── ┌─────────────── WARNING ───────────────┐
│ Src: /dev/sda -> Dst: /dev/mmcblk2 │
│ │
│ All data on /dev/mmcblk2 will be │
│ destroyed │
│ │
│ │
│ │
├────────────────────────────────────────┤
│ < Yes > < No > │
└────────────────────────────────────────┘
|
|
Allocating group tables: done Writing inode tables: done |
|
Finished with success
──────────────────────────────────────────────────── ┌────────────────────────────────────────┐
│ Boot media has been deployed on │
│ /dev/mmcblk2 │
│ │
│ Would you like to reboot the device │
│ now? │
│ │
│ │
├────────────────────────────────────────┤
│ < Yes > < No > │
└────────────────────────────────────────┘
|