qca/open-plc-utils

Installation Problem

Tifoso1979 opened this issue · 2 comments

I have problems to install the plx utils on my linux OS.
How can help me?

image

n1000 commented

It looks like gcc is not installed on your system. The exact steps required to install gcc depend on your Linux distribution, but if you are using Ubuntu, you may be able to use the following command:

sudo apt update
sudo apt install build-essential

thank you for you help. gcc was missing after installation I could finish the installation.

other question:
I would like to know the current firmware version of following products:
QCA7550, QCA7500 and QCA7000

If I check it with open plc utils than we have following versions in use:
QCA7550, 2.8.0.30-01-20190705-CS
QCA7500, 2.8.0.30-01-20190705-CS
QCA7000, 1.1.0.727-02-20130826-FINAL

Are this the current version?

BR, Tifoso