summaryrefslogtreecommitdiff
path: root/Documentation/Software-Requirements.rst
diff options
context:
space:
mode:
authorShaunakManurkar2017-04-26 15:26:43 +0530
committerShaunakManurkar2017-04-26 15:26:43 +0530
commit776d6477faf6da6bd072d12b0076fd788ea111f6 (patch)
treec03b0c3491f400abec04b71bef013dccc8c28b2b /Documentation/Software-Requirements.rst
parent56784d809c810363c1b92257b2b205cc98d2718c (diff)
downloadOpenPLC-776d6477faf6da6bd072d12b0076fd788ea111f6.tar.gz
OpenPLC-776d6477faf6da6bd072d12b0076fd788ea111f6.tar.bz2
OpenPLC-776d6477faf6da6bd072d12b0076fd788ea111f6.zip
Changed links and images in Documentation
Diffstat (limited to 'Documentation/Software-Requirements.rst')
-rw-r--r--Documentation/Software-Requirements.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/Software-Requirements.rst b/Documentation/Software-Requirements.rst
index ce3d504..30be8c1 100644
--- a/Documentation/Software-Requirements.rst
+++ b/Documentation/Software-Requirements.rst
@@ -13,21 +13,21 @@ For windows based system
------------------------
The IC is a standalone one without the Bootloader. One of the ways of
-dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from here [#] '<https://sourceforge.net/projects/winavr/files/WinAVR/20100110>'
+dumping the code, is using an In System Programmer or an ISP. So, for burning the same we use the softwares: AVRDUDE1 - AVR Downloader Uploader is a program for downloading and uploading the on-chip memories of Atmels AVR microcontrollers. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. It’s available as WINAVR for Windows and can be downloaded from 'here <https://sourceforge.net/projects/winavr/files/WinAVR/20100110>'.
Setting up WINAVR
~~~~~~~~~~~~~~~~~
Step 1: First, open up the start screen and then search : Command Prompt
-.. image:: OpenPLC/Images/Figcmd.png
+.. image:: ../Images/Figcmd.png
:height: 540px
:width: 550px
:scale: 150
Step 2: Then, a screen like this shall pop up.
-.. image:: OpenPLC/Images/Comm.png
+.. image:: ../Images/Comm.png
:height: 540px
:width: 550px
:scale: 150
@@ -36,15 +36,15 @@ Step 3: Enter into the command prompt for windows: avrdude
You should get prompts and flags mentioned like this, which implies that you have downloaded the software properly.
-.. image:: OpenPLC/Images/avrdude1.png
+.. image:: ../Images/avrdude1.png
:height: 440px
:width: 650px
:scale: 100
-For Linux based system
+For Ubuntu system
~~~~~~~~~~~~~~~~~~~~~~
-Instead if you have Linux system, it’s already pre-installed under the
+Instead if you have Ubuntu system, it’s already pre-installed under the
name AVRDUDE. Just enter the below command line on your terminal
**man avrdude**
@@ -52,7 +52,7 @@ name AVRDUDE. Just enter the below command line on your terminal
You would see a screen full of text, something like the one below. To
exit press q. If you don’t get a screen like that, then open Ubuntu Software Center and on the search bar enter avrdude, then install it. Enter the same command into the terminal again and you shall see the manual.
-.. image:: OpenPLC/Images/manavrdude.png
+.. image:: ../Images/manavrdude.png
:height: 540px
:width: 450px
:scale: 100
@@ -62,7 +62,7 @@ Setting up the Ld micro executable
To download the software on your Windows system, go to [#] `<http://cq.cx/ladder.pl/>`_ The download is a direct executable, there’s no need to install it.
-.. image:: OpenPLC/Images/Downloading-LD-Micro.png
+.. image::../Images/Downloading-LD-Micro.png
:height: 540px
:width: 450px
:scale: 100