Hello,
I’m new to RTL8722DM and trying to run the Matter all-cluster example on RTL8722DM MINI EVB. I’ve built the CHIP example code and generated the images using this guide.
After successfully flashing the images on the board using Image-tool, when I started the board I received the below logs
#calibration_ok:[2:19:11]
interface 0 is initialized
interface 1 is initialized
Initializing WIFI …
WIFI initialized
init_thread(58), Available heap 0x19f40chip[DL] All Clusters Demo!
dct_init success
dct_init2 success
dct_register_module chip-factory success
dct_register_module chip-config success
dct_register_module chip-counters success
dct_register_module2 chip-fabric-1 success
dct_register_module2 chip-fabric-2 success
dct_register_module2 chip-fabric-3 success
dct_register_module2 chip-fabric-4 success
dct_register_module2 chip-fabric-5 success
dct_register_module chip-acl success
dct_register_module chip-groupmsgcounters success
dct_register_module chip-attributes success
dct_register_module chip-bindingtable success
dct_register_module chip-ota success
dct_register_module chip-failsafe success
dct_register_module chip-sessionresumption success
dct_register_module chip-deviceinfoprovider success
dct_register_module chip-groupdataprovider success
dct_register_module chip-others success
dct_register_module2 chip-others2 success
checkExist key=reboot-count found.
chip[DL] getPref_u32_new: chip-counters/reboot-count failed
chip[DL] Configuration Manager initialization failed: Error Device Layer:0x000002
chip[DL] DeviceManagerInit() - ERROR!
However, I am able to operate the AT commands similar to the factory firmware. But as seen from the logs, the Matter app is not started yet and stops during the device initialization.
Did I miss anything during the flashing of the image using Image-tool may be like a flash address or something. Kindly suggest a way out of this error.