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?
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