Could not download applet (.cap file) into the smart card: SW 6D 00 (Invalid Instruction)

587 Views Asked by At

I am working on a "JCOP3 SecID P60 CS" smart card.

I am trying to download the cap file using pyAPDUToolbut, I get the: 6D 00 answer (Invalid Instruction).

enter image description here

The same result with 'gp'

enter image description here

Could please any one told me where is the problem?

2

There are 2 best solutions below

0
soth On BEST ANSWER

I am using an unfused JCOP card. I took the Transport Key from the NXP and all works good. If you are facing the same issue, contact them directly.

11
k_o_ On

The applet AID you are using for initially selecting the issuer security domain (ISD) is not given. 00 A4 04 00 00 is a SELECT command with no data (last byte Lc = 0, here the applet AID of the ISD would be expected). Use here A000000003000000 or A0000001510000. I guess "select Card Manager" is setting this.