firmware download tools...

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

cross mob
user_2212361
Level 2
Level 2
First like received First like given Welcome!

Hi

I want to download the firmware to evaluation board.

The guide describes the document download using the eclipse tool.

But I want to download in a manner other than eclipse tool.  via usb jtag interface..

The production can't use the eclipse tool.

Please inform me the way.

good luck.

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable
0 Likes
5 Replies
Anonymous
Not applicable

Check -

WICED-AN800-R-Factory-Programming.pdf

0 Likes

This used to be included within the docs provided inside the SDK correct?

I can't seem to find it anymore.

MiTo_1583836
Level 5
Level 5
50 likes received 25 likes received 10 likes received

You can run make directly via command line. That's what Eclipse does in background. If you look at the logs when you execute the build and download to target you will see the command line that you need to execute. I found one in the documentation for example:

"C:\My Documents\Wiced-SDK\make.exe" snip.ping-BCM943362WCD4 download run 

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Example -

pastedImage_1.png

0 Likes