Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, UNIFLASH
After following the steps mentioned here, I tried flashing the Blinky example on CC3220SF LaunchXL board. After the last command of west flash, I get the following output

I don't see any LED blinking on the board. Is the output log that I am getting the expected result? Also do I need to perform some additional steps to get Zephyr running on my board?
I have used this command to build the program.
west build -p always -b cc3220sf_launchxl samples\basic\blinky
I have the SOP jumper setting as 001 while flashing. Before flashing I have also tried flashing an empty project through Uniflash with SOP jumper settings for that being 010 as was recommended on one of the other pages I was referring to.