Transclusion: IOT-GATE-iMX8: cl-deply
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:
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 > │
└────────────────────────────────────────┘
|