From 7dd16c673aa5c485543f75f17d29ec4acb019a50 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 30 Dec 2024 02:16:44 +0100 Subject: [PATCH] docs: improve README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cb836..194f8e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pixelflut on an FPGA with an active area of 346 by 196 pixels (video format 640x480 at ~60Hz) -The Ethernet PHY on the Arty A7 is limited to 100Mbit/s, so *use less bandwidth*! +The Ethernet PHY on the Arty A7 is limited to 100Mbit/s, so *use less bandwidth!* ## "Protocol" @@ -12,6 +12,9 @@ Do not expect to get an ICMPv6 Echo Reply, as only the receiver is implemented : ## Routing +**This is meant only as a reference for setting up the system directly connected to the FPGA board.** +**You do not need to run these commands on your machine.** + ``` ip a add 2001:db8::ffff:ffff:0:2/64 dev eth0 ip neigh add 2001:db8::ffff:ffff:0:1 lladdr 02:00:00:00:00:00 dev eth0