Hi, On remote targets, we don't always start at the entry point. Thus, it is safer to get to main and do the tests from that point onwards. This patch does exactly that, and fixes failures when testing this under some remote targets. OK?