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