Unable to start zb2m after restore

H,

I’m having trouble starting ZB after reboot,
running on rsbpi 3b with CC1352R.
first i found out that zb2m wont start , I thought this have to do with corrupted SD, so i have restored from backup , and upgraded from 1.8.0 to 1.15.using the upgrade guide.
But it won;t solved it,

i am getting this error:

  • I tried pressing reset but no change.

log:

zigbee2mqtt.service: Service RestartSec=100ms expired, scheduling restart.
Oct 20 13:09:58 zigbee2mqtt-pi systemd[1]: zigbee2mqtt.service: Scheduled restart job, restart counter is at 3.
Oct 20 13:09:58 zigbee2mqtt-pi systemd[1]: Stopped zigbee2mqtt.
Oct 20 13:09:58 zigbee2mqtt-pi systemd[1]: Started zigbee2mqtt.
Oct 20 13:09:59 zigbee2mqtt-pi npm[2841]: > zigbee2mqtt@1.15.0 start /opt/zigbee2mqtt
Oct 20 13:09:59 zigbee2mqtt-pi npm[2841]: > node index.js
Oct 20 13:10:00 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:info 2020-10-20 13:10:00: Logging to console and directory: ‘data/log/2020-10-20.13-10-00’ filename: log.txt
Oct 20 13:10:00 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:debug 2020-10-20 13:10:00: Removing old log directory ‘data/log/2020-10-20.13-06-17’
Oct 20 13:10:01 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:debug 2020-10-20 13:10:01: Loaded state from file /opt/zigbee2mqtt/data/state.json
Oct 20 13:10:01 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:info 2020-10-20 13:10:01: Starting Zigbee2MQTT version 1.15.0 (commit #ed8b4e5)
Oct 20 13:10:01 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:info 2020-10-20 13:10:01: Starting zigbee-herdsman…
Oct 20 13:10:01 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:debug 2020-10-20 13:10:01: Using zigbee-herdsman with settings: ‘{“adapter”:{“concurrent”:null},“backupPath”:"/opt/zigbee2mqtt/data/coordinator_backup.json",“databaseBackupPath”:"/opt/zigbee2mqtt/data/database.db.backup",“databasePath”:"/opt/zigbee2mqtt/data/database.db",“network”:{“channelList”:[25],“extendedPanID”:[221,221,221,221,221,221,221,221],“networkKey”:“HIDDEN”,“panID”:6756},“serialPort”:{“path”:"/dev/ttyACM0",“rtscts”:true}}’
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:error 2020-10-20 13:10:21: Error while starting zigbee-herdsman
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:error 2020-10-20 13:10:21: Failed to start zigbee
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:error 2020-10-20 13:10:21: Exiting…
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: Zigbee2MQTT:error 2020-10-20 13:10:21: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: at ZStackAdapter. (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:92:31)
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: at Generator.throw ()
Oct 20 13:10:21 zigbee2mqtt-pi npm[2841]: at rejected (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/adapter/zStackAdapter.js:25:65)
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! code ELIFECYCLE
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! errno 1
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! zigbee2mqtt@1.15.0 start: node index.js
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! Exit status 1
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR!
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! Failed at the zigbee2mqtt@1.15.0 start script.
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! A complete log of this run can be found in:
Oct 20 13:10:22 zigbee2mqtt-pi npm[2841]: npm ERR! /home/pi/.npm/_logs/2020-10-20T10_10_22_048Z-debug.log
Oct 20 13:10:22 zigbee2mqtt-pi systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE
Oct 20 13:10:22 zigbee2mqtt-pi systemd[1]: zigbee2mqtt.service: Failed with result ‘exit-code’.
Oct 20 13:10:22 zigbee2mqtt-pi systemd[1]: zigbee2mqtt.service: Service RestartSec=100ms expired, scheduling restart.
Oct 20 13:10:22 zigbee2mqtt-pi systemd[1]: zigbee2mqtt.service: Scheduled restart job, restart counter is at 4.

thanks for helping
Yaniv