sha-256 sample application on xCore-200 eXplorer kit

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
Post Reply
philippsteinmann
Newbie
Posts: 1
Joined: Wed Mar 23, 2016 4:43 pm

sha-256 sample application on xCore-200 eXplorer kit

Post by philippsteinmann »

I am trying to run the SHA256 example app (http://github.xcore.com/sc_crypto/) on the xCore-200 explorer board but get the following message:

.gdbinit: No such file or directory.

connect --adapter-id NwoJy4u9
0x00040000 in ?? ()
load
Binary (xs1_revb) does not match architecture (xs2_reva)

It works fine when I run it in simulator mode.

Any suggestions?


Choughtosh
Member++
Posts: 22
Joined: Thu Apr 10, 2014 9:39 am

Post by Choughtosh »

Hi,

What target have you selected in the Makefile?

For the xCORE-200 Explorer Kit it should be set to XCORE-200-EXPLORER.

The target information is used in the build process to produce the correct binary.

Rob
Post Reply