Hi!
It seems that I may have uploaded a non-working application to the Thingy91x. Therefore Device is not conectable via USB.
The device is responding only in "MCUBOOT" mode (by holding button 2 when powering on).
This is what I get in MCUBOOT mode.
nrfutil device list 1E462C2EBDXXXXXX Product MCUBOOT Ports COM7 Traits nordicUsb, usb, serialPorts, mcuBoot, modem
If I'm trying to flash it with the provided thingy91x_hello.nrfcloud.com_v2.0.1.zip package in https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/dev-kits/thingy91-x/application-firmware/thingy91x_mfw-2.0.2_sdk-2.9.0-preview.zip Error is returned:
(McubootInvalid). Message: Failed, Error when programming through MCUBoot: Unable to program multi-image file from file '...\img_fota_dfu_zip\thingy91x_hello.nrfcloud.com_v2.0.1.zip'. Error code: 602 (Invalid).
If I'm flashing the thingy91x_at_client_2024-12-04_b38d03e9.zip then it uploads on device succesfully, the device reboots, but USB is not connecting. The only indication that device is not completely bricked is always blinking led1.
Another important thing.
There doesn't seem to be an option to flash *.bin or *.hex files directly on the Thingy91x via nrfutil or nrfConnect Programmer because whenever I'm trying to upload hex or bin files it returns an error:
According to the https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.html it seems that hex files can be uploaded only via "10-pin Serial Wire Debug (SWD) programming cable".
How should I recover the device properly?
Is it doable with USB cable or should I look for the mentioned "10-pin Serial Wire Debug (SWD) programming cable"?