This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/CC2650: problem with compilation, and terminal output

Part Number: CC2650
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Linux

1. I am able to generate .bin file :: but not able to generate .hex file  (srec_cat : error )

$make TARGET=srf06-cc26xx BOARD=launchpad/cc2650 prog_05.bin

//after generating .bin file  i uploaded it to cc2650 launchpad using "smart RF flash programmer 2" from different machine

2. but able to see any serial out put using PUTTY (baudrate: 115200)

I want to upload my program and see terminal out put directly with my linux machine. 
plese HELP