Difference between revisions of "IOT-LINK: Debian Linux: Installation"

From Compulab Mediawiki
Jump to: navigation, search
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
This article provides instructions needed to install the Debian Linux image onto the internal storage.
+
*This article provides instructions needed to install the Debian Linux image onto the internal storage.
The recommended installation procedure is using a host PC with a Debian-based operating system.
+
*The recommended installation procedure is using a host PC with a Debian-based operating system.
  
 
* Download [https://www.compulab.com/products/iot-gateways/iot-link-industrial-iot-gateway/#devres Debian Linux image] archive.
 
* Download [https://www.compulab.com/products/iot-gateways/iot-link-industrial-iot-gateway/#devres Debian Linux image] archive.
 
* [[IOT-LINK: Debian Linux: Preparing Live Media|Prepare Debian bootable USB]]
 
* [[IOT-LINK: Debian Linux: Preparing Live Media|Prepare Debian bootable USB]]
* Run:
+
* [[IOT-LINK: Linux: Flash from external to internal storage|Flash from external to internal storage]]
sudo cl-deploy
 
* Select '''/dev/mmcblk0''' as a destination device
 
<pre>
 
Select a destination device
 
─────────────────────────────────────────────────────────────────────────────────────────
 
 
 
      ┌─────────────────────────────────────────────────────────────────────┐
 
      │  Available Devices:                                                │
 
      │ ┌─────────────────────────────────────────────────────────────────┐ │
 
      │ │                                                                │ │
 
      │ │                      (*) /dev/mmcblk0                          │ │
 
      │ │                                                                │ │
 
      │ │                                                                │ │
 
      │ │                                                                │ │
 
      │ └─────────────────────────────────────────────────────────────────┘ │
 
      │                    <  OK  >        <Cancel>                        │
 
      └─────────────────────────────────────────────────────────────────────┘
 
</pre>
 
* The following warning message will show up.
 
<pre>
 
      ┌──────────────────────────── WARNING ────────────────────────────────┐
 
      │ Src: /dev/sda -> Dst: /dev/mmcblk0                                  │
 
      │                                                                    │
 
      │ All data on /dev/mmcblk0 will be destroyed                          │
 
      │                                                                    │
 
      │                                                                    │
 
      │                                                                    │
 
      │─────────────────────────────────────────────────────────────────────│
 
      │                    <  Yes  >      <  No  >                        │
 
      └─────────────────────────────────────────────────────────────────────┘
 
</pre>
 
* Confirm installation onto internal media by choosing '''Yes'''
 
* When installation is complete, the following message will show up:
 
<pre>
 
Finished with success
 
─────────────────────────────────────────────────────────────────────────────────────────
 
 
 
      ┌─────────────────────────────────────────────────────────────────────┐
 
      │ Boot media has been deployed on /dev/mmcblk0                        │
 
      │                                                                    │
 
      │ Would you like to reboot the device now?                            │
 
      │                                                                    │
 
      │                                                                    │
 
      │                                                                    │
 
      │─────────────────────────────────────────────────────────────────────│
 
      │                    <  Yes  >      <  No  >                        │
 
      └─────────────────────────────────────────────────────────────────────┘
 
</pre>
 
 
 
* Press '''No''' if you want to proceed to [[IOT-LINK: U-Boot: Installation|U-Boot installation]]
 
* Alternatively press '''Yes''' to reboot the device, unplug installation media
 
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Debian]]
 
[[Category:Debian]]
 
[[Category:IOT-LINK]]
 
[[Category:IOT-LINK]]

Latest revision as of 12:19, 4 September 2025

Overview

  • This article provides instructions needed to install the Debian Linux image onto the internal storage.
  • The recommended installation procedure is using a host PC with a Debian-based operating system.