zephyriot / zephyr-issues

0 stars 0 forks source link

TinyTILE bluetooth app flash #2429

Open nashif opened 7 years ago

nashif commented 7 years ago

Reported by Jie Zhou:

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=tinytile $ 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

(Imported from Jira ZEP-2600)

nashif commented 7 years ago

by Anas Nashif:

make flash should do that for you.

nashif commented 6 years ago

by Jie Zhou:

We have used make flash (and make BOARD=tinytile flash) command, but we got an error as well. Make flash requires an Flyswatter2, and tinytile, unlike arduino 101, doesn't have a jtag connector.