Skip to content

Commit 354245e

Browse files
committed
Add the link to Dockerfile we use in Neuron Startup Menu. 012d74e
1 parent 68c87c7 commit 354245e

15 files changed

Lines changed: 21 additions & 13 deletions

File tree

_sources/neuronsdk/neuron_startup_menu/installation.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ You can choose whether to install ROS environment in native host or in container
4040

4141
Since installing container needs extra disk space, make sure the remaining space is more than 5G.
4242

43+
.. note::
44+
45+
We use Dockerfile to create the container image. The Dockerfile is from `this GitHub repository <https://github.com/Adlink-ROS/docker_image_creator>`_.
46+
4347
Uninstall
4448
---------
4549

_sources/nvidia/advanced/mount_on_external_storage/mounting_nvme.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When mounting a **NVMe M.2 SSD** to ROScube, the storage will be appeared as a `
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/nvme
11+
cd rootOnStorage/nvme
1212
sudo ./copy-rootfs-nvme.sh
1313
1414
.. image:: images/nvme-copy.png

_sources/nvidia/advanced/mount_on_external_storage/mounting_sdmmc.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When inserting a **SD card** to ROScube, the storage will be appeared as a ``/de
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/sdmmc
11+
cd rootOnStorage/sdmmc
1212
sudo ./copy-rootfs-sdmmc.sh
1313
1414
.. image:: images/sdmmc-copy.png

_sources/roscube-pico/nvidia/advanced/mount_on_external_storage/mounting_nvme.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When mounting a **NVMe M.2 SSD** to ROScube, the storage will be appeared as a `
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/nvme
11+
cd rootOnStorage/nvme
1212
sudo ./copy-rootfs-nvme.sh
1313
1414
.. image:: images/nvme-copy.png

_sources/roscube-pico/nvidia/advanced/mount_on_external_storage/mounting_sdmmc.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When inserting a **SD card** to ROScube, the storage will be appeared as a ``/de
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/sdmmc
11+
cd rootOnStorage/sdmmc
1212
sudo ./copy-rootfs-sdmmc.sh
1313
1414
.. image:: images/sdmmc-copy.png

_sources/roscube-x/nvidia/advanced/mount_on_external_storage/mounting_nvme.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When mounting a **NVMe M.2 SSD** to ROScube, the storage will be appeared as a `
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/nvme
11+
cd rootOnStorage/nvme
1212
sudo ./copy-rootfs-nvme.sh
1313
1414
.. image:: images/nvme-copy.png

_sources/roscube-x/nvidia/advanced/mount_on_external_storage/mounting_sdmmc.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When inserting a **SD card** to ROScube, the storage will be appeared as a ``/de
88

99
.. code-block:: bash
1010
11-
cd rootOnStorages/sdmmc
11+
cd rootOnStorage/sdmmc
1212
sudo ./copy-rootfs-sdmmc.sh
1313
1414
.. image:: images/sdmmc-copy.png

neuronsdk/neuron_startup_menu/installation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ <h2>Install<a class="headerlink" href="#install" title="Permalink to this headli
203203
<p class="admonition-title">Warning</p>
204204
<p>Since installing container needs extra disk space, make sure the remaining space is more than 5G.</p>
205205
</div>
206+
<div class="admonition note">
207+
<p class="admonition-title">Note</p>
208+
<p>We use Dockerfile to create the container image. The Dockerfile is from <a class="reference external" href="https://github.com/Adlink-ROS/docker_image_creator">this GitHub repository</a>.</p>
209+
</div>
206210
</div>
207211
<div class="section" id="uninstall">
208212
<h2>Uninstall<a class="headerlink" href="#uninstall" title="Permalink to this headline"></a></h2>

nvidia/advanced/mount_on_external_storage/mounting_nvme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1>Mounting FileSystem From NVMe M.2 SSD<a class="headerlink" href="#mounting-f
153153
<p>When mounting a <strong>NVMe M.2 SSD</strong> to ROScube, the storage will be appeared as a <code class="docutils literal notranslate"><span class="pre">/dev/nvme0n1</span></code> storage.</p>
154154
<div class="section" id="format-nvme-m-2-ssd-to-ext4-filesystem">
155155
<h2>1. Format NVMe M.2 SSD to EXT4 filesystem.<a class="headerlink" href="#format-nvme-m-2-ssd-to-ext4-filesystem" title="Permalink to this headline"></a></h2>
156-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> rootOnStorages/nvme
156+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> rootOnStorage/nvme
157157
sudo ./copy-rootfs-nvme.sh
158158
</pre></div>
159159
</div>

nvidia/advanced/mount_on_external_storage/mounting_sdmmc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1>Mounting FileSystem From SD Card<a class="headerlink" href="#mounting-filesy
153153
<p>When inserting a <strong>SD card</strong> to ROScube, the storage will be appeared as a <code class="docutils literal notranslate"><span class="pre">/dev/mmcblk1</span></code> storage.</p>
154154
<div class="section" id="format-sd-card-to-ext4-filesystem">
155155
<h2>1. Format SD card to EXT4 filesystem.<a class="headerlink" href="#format-sd-card-to-ext4-filesystem" title="Permalink to this headline"></a></h2>
156-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> rootOnStorages/sdmmc
156+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span> rootOnStorage/sdmmc
157157
sudo ./copy-rootfs-sdmmc.sh
158158
</pre></div>
159159
</div>

0 commit comments

Comments
 (0)