In the zephyr folder, I am trying to compile the beacon file
in the zephyr folder (CODK/zephyr/samples/bluetooth/beacon). It compiles when I
write the command, "make", however I am unable to upload it to my
Curie on the Arduino 101 usingthe
"make run SERIAL_PORT=/dev/ttyUSB0 command." This results in the
following errors:
/home/tamrako/CODK/zephyr/zephyr-project/Makefile.inc:136:
recipe for target 'upload' failed
make: *** [upload] Error 2
Do you know the appropriate command to do this? I have
looked at the hello world example previously for zephyr and was able to compile
it just fine. In that example, nothing is uploaded to the board. I can run
hello world without connecting the Arduino 101 at all. I was wondering what the
specific command was to upload to the board in zephyr. I know I am able to use
cutecom for the M and Z tree. Do you think cutecom would still be appropriate
for zephyr and if so do you know what the upload command is using USB for the
serial port?