Tool/software: Linux
Hi, I am able to compile my code :: ( $make TARGET=srf06-cc26xx BOARD=launchpad/cc2650 prog_14
but im not able to upload my code to launchpad using linux
$lsusb
Bus 003 Device 018: ID 0451:bef3 Texas Instruments, Inc.
$make TARGET=srf06-cc26xx prog_14.upload //getting this error message
CC ../../cpu/cc26xx-cc13xx/lib/cc26xxware/startup_files/ccfg.c
CC ../../cpu/cc26xx-cc13xx/./ieee-addr.c
AR contiki-srf06-cc26xx.a
CC ../../cpu/cc26xx-cc13xx/./fault-handlers.c
CC ../../cpu/cc26xx-cc13xx/lib/cc26xxware/startup_files/startup_gcc.c
CC prog_13.c
LD prog_13.elf
arm-none-eabi-objcopy -O binary --gap-fill 0xff prog_13.elf prog_13.bin
python ../../tools/cc2538-bsl/cc2538-bsl.py -e -w -v prog_13.bin
ERROR: No serial port found.
../../cpu/cc26xx-cc13xx/Makefile.cc26xx-cc13xx:149: recipe for target 'prog_13.upload' failed
make: *** [prog_13.upload] Error 1
rm obj_srf06-cc26xx/startup_gcc.o prog_13.co obj_srf06-cc26xx/fault-handlers.o