Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: use -create instead of -applet #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,23 @@ opensource tools such as "gp.jar" and "gpj.jar" you can do it like this:

```
user@host:~$ java -jar gp.jar \
-applet D2760000850101 \
-create D2760000850101 \
-params 100BD101075402656E54657374 \
-install build/javacard/javacard-ndef-tiny.cap
(Install tiny variant with static text "Test")
```

```
user@host:~$ java -jar gp.jar \
-applet D2760000850101 \
-create D2760000850101 \
-params 3FABCDABCD \
-install build/javacard/javacard-ndef-stub.cap
(Install stub variant using backend in app ABCDABCD service 0x3F)
```

```
user@host:~$ java -jar gp.jar \
-applet D2760000850101 \
-create D2760000850101 \
-params 810200F182020800 \
-install build/javacard/javacard-ndef-full.cap
(Install full variant as a write-once tag with 2048 bytes of memory)
Expand Down