Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r authored Feb 10, 2018
1 parent 80ed54b commit 266a75b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Monerujo Firmware for [The Sekura Monero Hardware Wallet](https://github.com/mon
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="df11", MODE="660", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="f055", ATTR{idProduct}=="c0da", MODE="660", GROUP="plugdev", ENV{ID_MM_DEVICE_IGNORE}="1"
```

## Programming
```dfu-util -a 0 -s 0x08000000:leave -D monerujo-hw.bin```

## Running
As the USB I/O is blocking you **MUST** connect to the device with a serial terminal. For Linux, use ```screen /dev/ttyACM0``` (maybe ACM1 - check the /dev directory). For Windows I suggest TeraTerm. Terminal output will show the generated keys as well as other debug info.

0 comments on commit 266a75b

Please sign in to comment.