project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 3 forks source link

[Feature] Compatibility Issues on Raspberry Pi 5 #262

Open huytungst opened 5 months ago

huytungst commented 5 months ago

[Feature request]

Description:

I am experiencing compatibility issues when installing the certification-tool on Raspberry Pi 5. The primary issue seems to stem from the differences between Ubuntu 23.10 (which is the only version supported by Pi 5) and Ubuntu 22.04 (which the certification-tool appears to be primarily written for).

Details:

When I attempt to install the certification-tool, I encounter numerous errors related to dependencies. Each time I try to fix the dependencies according to the version, a new error arises. Unfortunately, as the Pi 5 does not support Ubuntu 22.04, I am unable to install this version to potentially resolve these issues.

Actual Result:

Multiple dependency errors prevent the successful installation of certification-tool.

Any help or guidance on how to resolve these compatibility issues on Pi 5 would be greatly appreciated. Thank you in advance for your assistance.

Steps to reproduce the behavior

Steps to Reproduce:

  1. Install Ubuntu 23.10 on Raspberry Pi 5.
  2. Attempt to install certification-tool.
  3. Observe the dependency errors that occur.

Log files

A typical error message:

The following packages have unmet dependencies:
satisfy:command-line : Depends: g++ (= 4:11.2.0-1ubuntu1) but it is not going to be installed.
E: Unable to correct problems, you have held broken packages.
### Exit with Error ###

Environment

hiltonlima commented 4 months ago

Thanks for the feedback.

We already know about the incompatibility with Ubuntu and are already planning this update.