summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Programming-OpenPLC.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/Programming-OpenPLC.rst b/Documentation/Programming-OpenPLC.rst
index 6ce4aab..b5e768d 100644
--- a/Documentation/Programming-OpenPLC.rst
+++ b/Documentation/Programming-OpenPLC.rst
@@ -25,14 +25,14 @@ Type the following command into the Terminal:
Screen like below will pop up after giving the command line
-.. image:: OpenPLC/Images/fuse1.png
+.. image:: ../Images/fuse1.png
:height: 540px
:width: 450px
:scale: 100
You can read fust bits after setting up, as shown below,
-.. image:: OpenPLC/Images/fuse2.png
+.. image:: ../Images/fuse2.png
:height: 540px
:width: 450px
:scale: 100
@@ -55,14 +55,14 @@ in which you have the saved HEX file to be dumped onto the processor.
Step 5: Now, in the terminal, enter the following command.
-**sudo avrdude -c usbasp -p m16 -U flash:w:Blink.hex**
+**sudo avrdude -c usbasp -p m16-U flash:w:Blink.hex**
You shall see such a process going on in the terminal like the one shown
below, which means that the process of erasing and writing the internal
memory of the ATmega IC is in the process. On correct execution you shall
get such a result. Whilst it’s burning the code, the red light on the USBASP will be lit showing that it is communicating with the controller appropriately.
-.. image:: OpenPLC/Images/usb.png
+.. image:: ../Images/usb.png
:height: 540px
:width: 450px
:scale: 100