Re: flash tinytile
Patrice Buriez
Hi Tamra,
I don’t have a tinytile at hand, but you might want to try the following command: ZEPHYR_FLASH_OVER_DFU=y make BOARD=tinytile flash
You will find more information about make-assisted dfu-util method at: https://www.zephyrproject.org/doc/boards/x86/arduino_101/doc/board.html#flashing
Regards, Patrice
From: zephyr-devel-bounces@... [mailto:zephyr-devel-bounces@...]
On Behalf Of Tamra Oyama
Hello all,
I am trying to flash my tinytile. When I use the commands make BOARD=tinytile flash or make flash or the dfu-util command, I get the errors below. Tinytile does not have a jtag connection and it seems like it's looking for a jtag connection. I want to flash using the dfu-util command. I was able to do this with my arduino_101. I am trying to use the same command, dfu-util -a x86_app -D outdir/tinytile/zephyr.bin. This part is successful. However, when I open minicom, minicom freezes and it appears the code is not being executed. Since I can't see anything in minicom, I am not sure how to debug this issue or what's really going on. Any ideas? It would be super great if someone could point us in the right direction. Thank you for your time!
tamrako@tamrako-Inspiron-13-7378:~/CODK/zephyr/samples/bluetooth/beacon$ make BOARD=tinytile make[1]: Entering directory '/home/tamrako/CODK/zephyr' make[2]: Entering directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/tinytile' CHK include/generated/generated_dts_board.conf Using /home/tamrako/CODK/zephyr as source for kernel GEN ./Makefile CHK include/generated/version.h CHK include/generated/generated_dts_board.h CHK misc/generated/configs.c CHK include/generated/offsets.h make[2]: Leaving directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/tinytile' make[1]: Leaving directory '/home/tamrako/CODK/zephyr' tamrako@tamrako-Inspiron-13-7378:~/CODK/zephyr/samples/bluetooth/beacon$ make flash Using /home/tamrako/CODK/zephyr/boards/x86/qemu_x86/qemu_x86_defconfig as base Merging /home/tamrako/CODK/zephyr/kernel/configs/kernel.config Merging prj.conf # # configuration written to .config # make[1]: Entering directory '/home/tamrako/CODK/zephyr' make[2]: Entering directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/qemu_x86' GEN ./Makefile scripts/kconfig/conf --silentoldconfig Kconfig CHK include/generated/generated_dts_board.conf UPD include/generated/generated_dts_board.conf CHK include/generated/generated_dts_board.conf Flashing not supported with this board. Please check the documentation for alternate instructions. make[2]: Leaving directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/qemu_x86' make[1]: Leaving directory '/home/tamrako/CODK/zephyr'
tamrako@tamrako-Inspiron-13-7378:~/CODK/zephyr/samples/bluetooth/beacon$ make BOARD=tinytile flash make[1]: Entering directory '/home/tamrako/CODK/zephyr' make[2]: Entering directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/tinytile' CHK include/generated/generated_dts_board.conf Using /home/tamrako/CODK/zephyr as source for kernel GEN ./Makefile CHK include/generated/version.h CHK include/generated/generated_dts_board.h CHK misc/generated/configs.c CHK include/generated/offsets.h Flashing tinytile Flashing Target Device Open On-Chip Debugger 0.9.0-dirty (2017-05-16-18:46) Licensed under GNU GPL v2 For bug reports, read Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'. adapter speed: 1000 kHz trst_only separate trst_push_pull jtag_ntrst_delay: 300 Error: no device found Error: unable to open ftdi device with vid 0403, pid 6010, description 'Flyswatter2' and serial '*'
/home/tamrako/CODK/zephyr/Makefile:1330: recipe for target 'flash' failed make[2]: *** [flash] Error 1 make[2]: Leaving directory '/home/tamrako/CODK/zephyr/samples/bluetooth/beacon/outdir/tinytile' Makefile:178: recipe for target 'sub-make' failed make[1]: *** [sub-make] Error 2 make[1]: Leaving directory '/home/tamrako/CODK/zephyr' /home/tamrako/CODK/zephyr/Makefile.inc:88: recipe for target 'flash' failed make: *** [flash] Error 2
Sincerely, Tamra Intel Corporation NV/SA This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
|
|