Francisco Acosta
Francisco Acosta
> we need to examine the pba-d-01-kw2x schematics to see what the best configuration could be here. Once we tried to get them (@cgundogan remember?) to add the button driver....
We leave this issue open until is fully solved?
Is this issue solved? I'm having the same problem here: ``` tshark: -R without -2 is deprecated. For single-pass filtering use -Y. tshark exited Could not start tshark make: ***...
if I put `#define USE_NEW_TSHARK` I'm having this error: ``` tshark: Live captures do not support two-pass analysis. tshark exited Could not start tshark make: *** [run] Error 1 ```
@roberthartung if the hardware is **exactly** the same, then the behaviour should be the same. AFAIK we don't support TmoteSky, so I guess there should be at least one difference....
I've tested it with a ATECC608C with success! Although my output looks a bit different, especially the part on which slots data/keys are stored: ``` Counter 0 | 0xff 0xff...
Yeah of course is some configuration thing, but I was probably expecting that the tool can read standard configuration regardless of the device. Are all your devices with the same...
> > Yeah of course is some configuration thing, but I was probably expecting that the tool can read standard configuration regardless of the device. Are all your devices with...
btw I also changed the slot count to 16: ```diff diff --git a/sys/shell/cmds/cryptoauthlib.c b/sys/shell/cmds/cryptoauthlib.c index 93728e44fe..0480a3d6fb 100644 --- a/sys/shell/cmds/cryptoauthlib.c +++ b/sys/shell/cmds/cryptoauthlib.c @@ -27,7 +27,7 @@ #include "shell.h" #define ATCA_CONFIG_READ_ONLY_BYTES (15)...
Does this need any more testing?