diff --git a/README.md b/README.md
index 5612b091635f630d86fca77dd54ad0ee187b2ac1..b92165ff731dc9de659fe0df040c6d6203d47b39 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,14 @@ It works! If you have one, it should forward packets no problem. Let me know if
 ## Next Steps
 Did a redesign for this using the ATSAMD51 and USB-Serial on-chip conversion so that networks can run at 1-3MBaud, not 0.1MBaud. That board is out to the house.
 
+# New Board
+
+- is out to fab
+
+![routed](/images/rpi-routed.png)
+
+![schematic](/images/rpi-schematic.png)
+
 # Board Design
 
 I use the ATSAMS70 micro, which is very fast but still simple enough. 300Mhz and the I/O we need.
diff --git a/circuit/mkrouter-v06/eagle.epf b/circuit/mkrouter-v06/eagle.epf
index 1043260af0f0b03b2d4dd582bad1d154d002560a..b461940b5a35451fae9acd24fd52a3c387adffc6 100644
--- a/circuit/mkrouter-v06/eagle.epf
+++ b/circuit/mkrouter-v06/eagle.epf
@@ -116,7 +116,7 @@ Sheet="1"
 Type="Board Editor"
 Number=2
 File="mkrouter-v06.brd"
-View="-7.53393 -39.1256 106.182 122.531"
+View="8.91433 -8.23208 87.8837 104.029"
 WireWidths=" 0.0762 0.1016 0.127 0.15 0.4064 0.508 0.6096 2.54 0.2 0.254 0.2032 0.3048 1.27 1.016 0.8128 0.1524"
 PadDiameters=" 0.254 0.3048 0.4064 0.6096 0.8128 1.016 1.27 1.4224 1.6764 1.778 1.9304 2.1844 2.54 3.81 6.4516 0"
 PadDrills=" 0.2 0.25 0.35 0.4 0.45 0.5 0.55 0.65 0.7 0.75 0.8 0.85 0.9 1 0.6 0.3"
@@ -161,7 +161,7 @@ Type="Control Panel"
 Number=0
 
 [Desktop]
-Screen="6000 2160"
+Screen="3840 1080"
 Window="Win_1"
 Window="Win_2"
 Window="Win_3"
diff --git a/embedded/mkrouter-v04/.vs/mkrouter-v04/v14/.atsuo b/embedded/mkrouter-v04/.vs/mkrouter-v04/v14/.atsuo
index 81faa84fd9e6ef47a44d3ff9673277dc9588d62b..a4d24fe78bbe9988370a3820f96e5871301c1b6b 100644
Binary files a/embedded/mkrouter-v04/.vs/mkrouter-v04/v14/.atsuo and b/embedded/mkrouter-v04/.vs/mkrouter-v04/v14/.atsuo differ
diff --git a/images/rpi-routed.png b/images/rpi-routed.png
new file mode 100644
index 0000000000000000000000000000000000000000..9bfd2685c0ca4cdbc402f94668f32a6d4d41337b
Binary files /dev/null and b/images/rpi-routed.png differ
diff --git a/images/rpi-schematic.png b/images/rpi-schematic.png
new file mode 100644
index 0000000000000000000000000000000000000000..01b058f670b53e229473d35f6a414c4155196b8f
Binary files /dev/null and b/images/rpi-schematic.png differ