Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
amamory committed Jan 15, 2018
1 parent c8b701b commit cef42a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions docs/source/odroid/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The procedure is the same compared to procedure for Raspberry Pi
* :ref:`Write the Image using Windows<burn-with-windows>`


Load Image to the eMMC memory
Write the Image to the eMMC memory
-----------------------------

One of the nice features of Odroid XU4 is that it has the `eMMC memory module <http://www.hardkernel.com/main/products/prdt_info.php?g_code=G145628174287>`_.
Expand All @@ -43,7 +43,7 @@ Using eMMC Module Reader

This method requires the `eMMC Module Reader <http://www.hardkernel.com/main/products/prdt_info.php?g_code=G135415955758>`_

.. image:: ./images/emmc-board.png
.. image:: ./images/emmc-board.jpg
:align: center

Then, the procedure to write the Image is the same for SDCards.
Expand Down Expand Up @@ -117,16 +117,16 @@ Just follow the same procedure for :ref:`Raspberry Pi 3 </gams-madara/compilatio
Setting Up Peripherals
-----------------------------

`GPS<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G142502154078>`_
GPS
~~~~~~~~~~~

describe here how to install GPS drivers.
describe here how to install `GPS<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G142502154078>`_ drivers.


`oCam-1MGN-U : Global Shutter<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G147245683619>`_
oCam-1MGN-U Global Shutter
~~~~~~~~~~~

describe here how to install camera.
describe here how to install the `oCam-1MGN-U Global Shutter<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G147245683619>`_ camera.


Wifi
Expand All @@ -137,9 +137,9 @@ The recommended wifi dongle is called `Wifi module 3<http://www.hardkernel.com/m
It works out of the box for Ubuntu Mate. No further installation or configuration is required.


`USB IO Board<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G135390529643>`_
USB IO Board
~~~~~~~~~~~

describe here how to install and use the IO board.
describe here how to install and use the `USB IO Board<http://www.hardkernel.com/main/products/prdt_info.php?g_code=G135390529643>`_.


8 changes: 4 additions & 4 deletions docs/source/rpi/os-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Write the Image using Windows
Write the Image using Linux
------------

Execute `lsblk` or `df -l` to find out the mouting palce for the SDCard. It should be `/dev/sdX`, most probably `/dev/sdb` if your computer has only one disk.
Execute ``lsblk`` or ``df -l`` to find out the mouting palce for the SDCard. It should be ``/dev/sdX``, most probably ``/dev/sdb`` if your computer has only one disk.


There are several programs to burn the SDcard. dd is most well known but there are newer options such as `ddrescue` or `dcfldd`.
There are several programs to burn the SDcard. dd is most well known but there are newer options such as ``ddrescue`` or ``dcfldd``.


.. code:: bash
Expand Down Expand Up @@ -132,7 +132,7 @@ Example:
The last two are important: ``/dev/sdb1`` and ``/dev/sdb2``.


Next we 'unmount', the Raspberry Pi SDcard:
Next we `unmount`, the Raspberry Pi SDcard:


.. code:: bash
Expand Down Expand Up @@ -178,7 +178,7 @@ Shrinking the Image file
Let us assume the you used a 64GB SDcard to build your system. When you back it up, it will result in a 64GB image file, redardless the actual amount of space used in the SDcard.
It will not be possible to directly use this image file in a, for example, 16GB SDCard. Before it, you need to shirink the image file.

This process is not exactly simple. It involves several steps as described `here<http://www.aoakley.com/articles/2015-10-09-resizing-sd-images.php>`_.
This process is not exactly simple. It involves several steps as described `here <http://www.aoakley.com/articles/2015-10-09-resizing-sd-images.php>`_.
Fortunalty, there are some scripts that perform these steps automatically. I personaly suggest this `script <https://github.com/Drewsif/PiShrink>`_. To run it you need:

- A Linux PC computer or a Linux VM for windows users
Expand Down

0 comments on commit cef42a1

Please sign in to comment.