Other Parts Discussed in Thread: CC2650
我买了一个CC2650SmartRF开发板,我想知道怎么样能够把Contiki编译的.bin文件用Linux命令行的方式烧录到CC2650 Development Kit开发板上,谢谢你们了。
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.
Other Parts Discussed in Thread: CC2650
我买了一个CC2650SmartRF开发板,我想知道怎么样能够把Contiki编译的.bin文件用Linux命令行的方式烧录到CC2650 Development Kit开发板上,谢谢你们了。
我也有同样的问题 ,编译后可以在Windows下用软件进行烧录,但是在contiki下不能烧录,显示没有串口发现。
user@instant-contiki:~/contiki/examples/cc26xx/cc26xx-web-demo$ make cc26xx-web-demo.upload
using saved target 'srf06-cc26xx'
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/ccfg.c
CC ../../../cpu/cc26xx-cc13xx/lib/cc26xxware/startup_files/startup_gcc.c
CC cc26xx-web-demo.c
LD cc26xx-web-demo.elf
arm-none-eabi-objcopy -O binary --gap-fill 0xff cc26xx-web-demo.elf cc26xx-web-demo.bin
python ../../../tools/cc2538-bsl/cc2538-bsl.py -e -w -v cc26xx-web-demo.bin
ERROR: No serial port found.
make: *** [cc26xx-web-demo.upload] Error 1
rm obj_srf06-cc26xx/fault-handlers.o obj_srf06-cc26xx/ccfg.o cc26xx-web-demo.co obj_srf06-cc26xx/startup_gcc.o
user@instant-contiki:~/contiki/examples/cc26xx/cc26xx-web-demo$