Commit 1517e0b3 authored by Benoit Rat's avatar Benoit Rat

doc: correct english style

parent fc47c077
......@@ -904,7 +904,7 @@ The *ruler* waits for timestamps to appear on a specific input channel;
when a positive-going edge occurs the *ruler* notifies it or replicates the edge on one or more outputs.
Each output can be local or remote, and can use a different delay from the input pulse.
For further details (deeper studies) the user is recommend to read the [spec-sw.pdf:6.8][spec-sw.pdf] document
For further details (deeper studies) the user is recommended to read the [spec-sw.pdf:6.8][spec-sw.pdf] document
and to also take a look at the source code of `wr-dio-agent` and `wr-dio-ruler`
......@@ -1314,19 +1314,20 @@ to bring them up. This is explained in the [Bring up the network interface](#bri
### Compilation of spec-sw is impossible
To compile you must have at least the 2.6.36 kernel (errors occurs with
2.6.32, 2.6.34). We recommand you to use the latest version of your distribution.
2.6.32, 2.6.34). We recommend you to use the latest version of your distribution.
### Kernel for Scientific Linux 6 is block to 2.6.32
### The starting kit is based on Ubuntu. How can I use it with Scientific Linux?
You must install a new version using elrepo:
The commands to execute in order to update the kernel using scientific linux (you need at least the 2.6.36 to compile the starting kit) are:
~~~~~~{.sh}
~~~~~{.bash}
rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm
sudo yum --enablerepo=elrepo-kernel --skip-broken install kernel-lt kernel-lt-devel kernel-lt-headers
~~~~~~~~~~~
~~~~~~~~~~
After this you should be able to compile.
You can have more information on how to do this by browsing the (http://elrepo.org/tiki/tiki-index.php "ELRepo Project")
After this you should reboot your PC with the new kernel source and start from [section compile & install](#compile-install)
### I am stuck in calibration!
......@@ -1368,7 +1369,7 @@ flash the EEPROM with zero bytes.
insmod kernel/fmc-write-eeprom.ko file=/tmp/zero64k.bin busid=<busid_SPEC-DIO>
> ***Notes:*** By doing this you will loose all the SFP information and therefore you will
> ***Notes:*** By doing this you will lose all the SFP information and therefore you will
need to recalibrate "correctly" your boards.
......@@ -1402,7 +1403,7 @@ EEPROM
FMC
: FPGA Mezzanine Card, an ANSI standard for mezzanine card form factor.
LEMO
: LEMO is name of a push-pull connectors made by the LEMO company.
: LEMO is the name of a push-pull connectors made by the LEMO company.
SFP
: Small form-factor pluggable transceiver, a hot-pluggable transceiver for optical fiber
PCIe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment