Hello,
I tried to install Python Matter controller for Linux. I followed the tutorial : developer.nordicsemi.com/.../ug_matter_configuring_controller.html
In this tutorial, there are two ways to install the controller :
I choose the first option : "Use the prebuilt tool package from the Matter nRF Connect releases GitHub page. Make sure that the package is compatible with your nRF Connect SDK version."
I downloaded the chip-tool-python_linux_release.zip file (v1.9.1) from https://github.com/nrfconnect/sdk-connectedhomeip/releases
Then I used the following commands :
- unzip ~/Downloads/chip-tool-python_linux_release.zip
- python3 -m pip install chip-0.0-cp37-abi3-linux_x86_64.whl
- chip-device-ctrl
Then I got the following error :
[1647519436.316712][12093:12093] CHIP:CTL: Generating NOC
[1647519436.316839][12093:12093] CHIP:CTL: Generating ICAC
[1647519436.316936][12093:12093] CHIP:CTL: Generating RCAC
[1647519436.318742][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-ocqkTB)
[1647519436.318852][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini)
[1647519436.318927][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_config.ini-kILFyA)
[1647519436.319011][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1647519436.319078][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-8h8reD)
[1647519436.319149][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1647519436.319196][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-edbIUB)
[1647519436.319310][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1647519436.319319][12093:12093] CHIP:DL: NVS set: chip-counters/reboot-count = 1 (0x1)
[1647519436.319351][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-QSLBIC)
[1647519436.320992][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1647519436.321002][12093:12093] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1647519436.321032][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-7kipgC)
[1647519436.321106][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1647519436.321115][12093:12093] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0)
[1647519436.321147][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_config.ini-vHyfJD)
[1647519436.321203][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1647519436.321212][12093:12093] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0)
[1647519436.321240][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_config.ini-4DkV8C)
[1647519436.321302][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1647519436.321311][12093:12093] CHIP:DL: NVS set: chip-config/location-capability = 0 (0x0)
[1647519436.321477][12093:12093] CHIP:DL: Got Ethernet interface: enp0s31f6
[1647519436.321618][12093:12093] CHIP:DL: Found the primary Ethernet interface:enp0s31f6
[1647519436.321779][12093:12093] CHIP:DL: Got WiFi interface: wlp1s0
[1647519436.321807][12093:12093] CHIP:DL: Failed to reset WiFi statistic counts
[1647519436.321924][12093:12093] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-gnrFiC)
[1647519436.322023][12093:12093] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1647519436.322045][12093:12093] CHIP:DL: NVS set: chip-counters/GlobalMCTR = 1000 (0x3E8)
[1647519436.322137][12093:12093] CHIP:ZCL: Using ZAP configuration...
[1647519436.330298][12093:12093] CHIP:DL: Avahi connecting
CHIP Error 0x00000003: Incorrect state
Failed to bringup CHIPDeviceController CLI
Aborted (core dumped)
I would like to know what I'm doing wrong. My OS Type is Ubuntu 20.04.4 LTS and I'm using the nRF Connect SDK v1.9.1