Skip to content

Commit

Permalink
fix nanoLink pinout and omit ROM references
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiko21 authored Apr 17, 2024
1 parent 33654c8 commit 7be9e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The nanoLink Interface its in the upper side of the durango board.

This server uses the following GPIO pins:

* 35: GND (G)
* 34: GND (G)
* 36: CLK (C)
* 38: DAT (D)
* 40: STB (NOT USED)
Expand All @@ -75,10 +75,10 @@ After installing you can compile the program, using make.
make
```

To use this program, you need to send as a parameter the Rom File Path:
To use this program, you need to send as a parameter the File Path:

```bash
nanobootServer Rom.dux
nanoBootServer file
```

Remember to stick the nanoBoot ROM on Durango first.
Expand Down

0 comments on commit 7be9e7e

Please sign in to comment.