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

cross mob
Anonymous
Not applicable

Hi,

We are trying to compile and download the sample application on WICED Smart from Ubuntu 13.04.

The Kit is identified on ttyUSB interface, and we are able compile it successfully.

But the downloading fails without specifying any error.

We have tried to reset the kit, the switched position are according to the starter guide.

Please suggest the solution.

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

Thanks for the reply.

We are able to flash the sample application's image.

Majorly we have updated the makefile for the Appropriate Linux Paths.

View solution in original post

0 Likes
5 Replies
Anonymous
Not applicable

In the "build" directory in the root of the SDK there should be a file called "openocd_log.txt". Run "make clean", and then try build and download your application again.

If it still doesn't work post the contents of the "openocd_log.txt" file.

0 Likes
Anonymous
Not applicable

Apologies.Please disregard my comment as it only applies to the WICED SDK and not the WICED Smart SDK.

0 Likes
Anonymous
Not applicable

Hi,

Thanks for the reply.

We are able to flash the sample application's image.

Majorly we have updated the makefile for the Appropriate Linux Paths.

0 Likes


Thanks for the update.  Just curious.  What was the name of the port on your distribution.

0 Likes
Anonymous
Not applicable

Try the command:

./make RAM.hell_sensor-BCM920732TAG_Q32 download UART=/dev/ttyUSB0

And in logs...

The CSG Conversion should happen

Then device should get detected

A red light should glow on the device, once downloading starts....

And then Application should run

0 Likes