From 98b2a2b21801e8331f912176c6bada84432d5d19 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Mon, 20 Apr 2020 16:23:58 +0800 Subject: [PATCH] Fix wrong pic link for H64 ethernet page --- docs/helios64/ethernet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helios64/ethernet.md b/docs/helios64/ethernet.md index 3a274cf..bb325b1 100644 --- a/docs/helios64/ethernet.md +++ b/docs/helios64/ethernet.md @@ -7,11 +7,11 @@ Helios64 has 2x BASE-T Ethernet interfaces : LAN 1 is the native Gigabit Ethernet interface from SoC RK3399. The interfaces is exposed through the Ethernet transceiver RTL8211F connected to RK3399 via RGMII. -![Ethernet 1GbE Diagram](/helios64/img/ethernet/helios64_1gbe_diagram.jpg) +![Ethernet 1GbE Diagram](/helios64/img/ethernet/eth_1gbe_diagram.jpg) LAN2 is the Multigigabit (2.5Gb) Ethernet interface provided through Realtek RTL8156 controller which is an USB3.0 to LAN bridge. The controller is connected to RK3399 via [VL815 USB 3.0 Hub](/helios64/usb/#usb-on-helios64). -![Ethernet 2.5GbE Diagram](/helios64/img/ethernet/helios64_2-5gbe_diagram.jpg) +![Ethernet 2.5GbE Diagram](/helios64/img/ethernet/eth_2-5gbe_diagram.jpg) ## Features