qca / open-plc-utils

Qualcomm Atheros Open Powerline Toolkit.
Other
351 stars 154 forks source link

Installation Problem #167

Open Tifoso1979 opened 1 year ago

Tifoso1979 commented 1 year ago

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

image

n1000 commented 1 year ago

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

Tifoso1979 commented 1 year ago

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