Skip to content

Commit

Permalink
update setting node ids doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Nov 27, 2023
1 parent 01323c2 commit 00180d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/setting_node_ids.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Info : Listening on port 3333 for gdb connections
In another terminal connect with telnet

```bash
$ telnet 4444
$ telnet localhost 4444
```

Run `halt`. This seems to be important, we don’t want the processor doing weird things.
Expand Down Expand Up @@ -142,7 +142,7 @@ ID in the high byte (e.g., 0xfb).
```
mwh 0x1ffff800 0x55AA
mwh 0x1ffff802 0x00ff
mwh 0x1ffff804 0xfb04
mwh 0x1ffff804 0xfb04 // set node id here
mwh 0x1ffff806 0x00ff
mwh 0x1ffff808 0x00ff
mwh 0x1ffff80a 0x00ff
Expand Down

0 comments on commit 00180d1

Please sign in to comment.