PSOC6 - CY8CKIT-062-WIFI-BT Cannot Program using Wiced

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
ShAb_4059181
Level 2
Level 2

I am using the pioneer kit CY8CKIT_062 with WiFi-BT.

When I compile and flash the kit using WICED, I get the following error

Building apps lookup table

Downloading Bootloader ...

"**** OpenOCD failed - ensure you have installed the driver from the drivers directory, and that the debugger is not running **** In Linux this may be due to USB access permissions. In a virtual machine it may be due to USB passthrough settings. Check in the task list that another OpenOCD process is not running. Check that you have the correct target and JTAG device plugged in. ****"

Downloading DCT ...

"**** OpenOCD failed - ensure you have installed the driver from the drivers directory, and that the debugger is not running **** In Linux this may be due to USB access permissions. In a virtual machine it may be due to USB passthrough settings. Check in the task list that another OpenOCD process is not running. Check that you have the correct target and JTAG device plugged in. ****"

Downloading resources filesystem ... build/demo.aws.iot.pub_sub.publisher-CY8CKIT_062/filesystem.bin at sector 1  size 97...

tools/makefiles/wiced_apps.mk:334: recipe for target 'FILESYSTEM_IMAGE_DOWNLOAD' failed

  1. make.exe[1]: *** [FILESYSTEM_IMAGE_DOWNLOAD] Error 1
  2. make.exe[1]: *** Waiting for unfinished jobs....

Makefile:351: recipe for target 'main_app' failed

make: *** [main_app] Error 2

10:59:23 Build Finished (took 20s.89ms)

The content of the openOCD.log file is

Open On-Chip Debugger 0.10.0+dev-00227-g0d15c62 (2018-03-27-15:19)

Licensed under GNU GPL v2

For bug reports, read

       http://openocd.org/doc/doxygen/bugs.html

Info : auto-selecting first available session transport "swd". To override use 'transport select <transport>'.

adapter speed: 1000 kHz

cortex_m reset_config sysresetreq

cortex_m reset_config vectreset

post_init_psoc6_setup

Error: CMSIS-DAP: SWD not supported

I am using Programmer 3.28.4.  A snapshot of what programmer shows is attached


0 Likes
1 Solution

Hi,

The firmware version required for CMSIS-DAP is 1.10.

Info : CMSIS-DAP: FW Version = 1.10

It can be found from openocd_log.txt file in build folder.

Kindly update the DAPLink Firmware and to update the firmware, please refer the below KitProg3 user guide link :

https://www.cypress.com/file/452701/download

Thanks.

View solution in original post

0 Likes
8 Replies