Hello!
I was going to start to program my Thingy 91 but since I don't have a J Link Programmer cable or a nRF9160 DK. I was planning to use mcuboot like suggest this documentation but when is time to uploading the .bin file I'm not getting the expected results...
I decided to upload the asset_tracker example after building it with: west build -b nrf9160_pca20035ns
but according to the documentation, I need to look for a file inside build folder previously created : build/zephyr/app_update.bin
However, I can't find that app_update.bin file. Instead, I find a zephyr.bin file
Which is the one that I am uploading the thingy 91 with
mcumgr --conntype=serial --connstring=COM11 image upload zephyr.bin
and then with
mcumgr --conntype=serial --connstring=COM11 reset
And I don't receive any output from the terminal window.

I guess I am selecting the wrong .bin file to upload to the Thingy 91, but I don't know which file should be, can I get any help?
I may be missing something.
Thanks