Hello,
I am currently tweaking the Thingy:91 to run a stripped down version of my custom application. I have been able to flash the device with the Thingy:91's sample at_client and asset_tracker applications that are floating about the DevZone. They both flash and I can see the output of the asset_tracker application on the Link Monitor program.
The board version is PCA20035 v1.0.0 with the dts set to nrf9160_pca20035_v0_3_0 (as it's the latest revision available in SDK v1.0.0).
When I flash the custom firmware, the device seems to run as expected. I can see the RGB LED change colour during the different states of the application but the serial output is blank. Is there something else that is needed in the set-up for the pca20035 that allows the serial port to work for the Link Monitor? Possibly something similar to how the nRF52840 on the PCA10090 can be set with CONFIG_BOARD_PCA10090_UART0_ARDUINO=y to run the messages over UART pins instead of the USB?