zephyriot / zep-jira14

0 stars 0 forks source link

TinyTILE bluetooth app flash #2429

Open nashif opened 7 years ago

nashif commented 7 years ago

Hello,

I'm switching boards from arduino 101 to tinyTILE, the flashing method for tinyTILE is different than the arduino. Below are the commands I used for arduino flashing.

$ 1 make BOARD=arduino_101 $ 2 dfu-util -a x86_app -D outdir/arduino_101/zephyr.bin

I can make BOARD=tinyTILE. But when I enter in dfu-util -a x86_app -D outdir/tinytile/zephyr.bin the command line tells me outdir/tinytile/zephyr.bin cannot open file. Yet in outdir, after make BOARD command, tinytile directory is included.

I would like to flash tinyTILE using dfu. Does anyone know the exact command?

Thanks, Jie

nashif commented 7 years ago

by Anas Nashif:

make flash should do that for you.