Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lemon <[email protected]>
  • Loading branch information
ridale committed Apr 8, 2020
1 parent 7df24a1 commit d1dbce5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/lwip/README

This file was deleted.

31 changes: 31 additions & 0 deletions apps/lwip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# LWIP app

LWIP echo server with any luck, based off the picoserver

## Troubleshooting

### ping doesn't work

Try ```arpping```

```bash
arpping -i eth0 192.168.168.2
```

You should see many packets going back and forth

If there are none check that you are servicing lwip in your timer interrupt.

### arp ping only returns one packet

```bash
arpping -i eth0 192.168.168.2
```

try pinging broadcast

```bash
arpping -b -i eth0 192.168.168.2
```

if this works it is likely you have different mac addresses for your hardware and lwip stack.

0 comments on commit d1dbce5

Please sign in to comment.