Snoring detection using thingy53

I have been working on snoring detection using thingy53 project which is there in https://www.electromaker.io/project/view/snoring-detection-using-nordic-thingy53-backup#:~:text=When%20it%20detected%20the%20snoring,ring%20buffer%20to%20make%20decision

The project is created on v2.0.0, it got build successfully but I am facing issues while flashing the code.

Getting, the below error related to jlink
-- west flash: using runner nrfjprog
-- runners.nrfjprog: mass erase requested
-- runners.nrfjprog: Flashing file: /opt/nordic/ncs/v2.0.0/zephyr/samples/basic/button/build/zephyr/zephyr.hex
[error] [SeggerBackend] - Error in dlopen: dlopen(/Applications/SEGGER/JLink/libjlinkarm.7.96.11.dylib, 0x0001): tried: '/Applications/SEGGER/JLink/libjlinkarm.7.96.11.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/SEGGER/JLink/libjlinkarm.7.96.11.dylib' (no such file), '/Applications/SEGGER/JLink/libjlinkarm.7.96.11.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/Applications/SEGGER/JLink_V796k/libjlinkarm.7.96.11.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/SEGGER/JLink_V796k/libjlinkarm.7.96.11.dylib' (no such file), '/Applications/SEGGER/JLink_V796k/libjlinkarm.7.96.11.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
[error] [ Worker] - Dll failed to open.
[error] [ Client] - Encountered error -101: Command open executed for 22 milliseconds with result -101
ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
ERROR: reinstall latest JLinkARM from Segger webpage.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
FATAL ERROR: command exited with status 32: nrfjprog --program /opt/nordic/ncs/v2.0.0/zephyr/samples/basic/button/build/zephyr/zephyr.hex --chiperase --verify -f NRF53 --snr 1050088816 --coprocessor CP_APPLICATION

Related