Commit 94a688a1 authored by kblantos's avatar kblantos

Fixed a typo in the README file for software

parent e4a9b2b8
......@@ -23,8 +23,8 @@ cd plc_urv/ && make
After generated all the binary files (.elf) then:
```
sudo ./mfip_urv --cons-vl 16 spi-load-elf ../fip_urv/fip_urv.elf 34
sudo ./mfip plc 0 halt
sudo ./mfip load 0 ../plc_urv/plc_urv.elf
sudo ./mfip_urv plc 0 halt
sudo ./mfip_urv load 0 ../plc_urv/add_data_inc.elf (or the name of the application which had been compiled)
```
......
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