Hi,
I am trying to upload the cc2538-demo.c using the following command
sudo make TARGET=cc2538dk MOTES=/devttyUSB0 cc2538-demo.upload
but I got this error:
arm-none-eabi-objcopy -O binary --gap-fill 0xff cc2538-demo.elf cc2538-demo.bin
python ../../tools/cc2538-bsl/cc2538-bsl.py -e -w -v -a 0x00200000 cc2538-demo.bin
ERROR: No serial port found.
make: *** [cc2538-demo.upload] Error 1
rm cc2538-demo.co obj_cc2538dk/startup-gcc.o
I have tried with USB0 and 1. When I use the command lsusb I can found the device as follows
Bus 001 Device 006: ID 0403:a6d1 Future Technology Devices International, Ltd
any idea what is the solution for this issue, so I can upload the cc2538-demo to cc2538dk hardware?