From 13a7f6acff1ac9b2bf90d16b8c2b5b5669597d44 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 17 Mar 2025 17:56:44 +0000 Subject: [PATCH] Fix #4048 --- .../computers/compute-module/cm-peri-sw-guide.adoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/documentation/asciidoc/computers/compute-module/cm-peri-sw-guide.adoc b/documentation/asciidoc/computers/compute-module/cm-peri-sw-guide.adoc index 04845e07f..cb1beac88 100644 --- a/documentation/asciidoc/computers/compute-module/cm-peri-sw-guide.adoc +++ b/documentation/asciidoc/computers/compute-module/cm-peri-sw-guide.adoc @@ -219,14 +219,7 @@ dtoverlay=enc28j60 Reboot with `sudo reboot`. -You should now see an `rtc0` entry in `/dev`. Run the following command to view the hardware clock time: - -[source,console] ----- -$ sudo hwclock ----- - -You should also have Ethernet connectivity. Run the following command to test your connectivity: +If you now run `ifconfig` you should see an aditional `eth` entry for the ENC28J60 NIC. You should also have Ethernet connectivity. Run the following command to test your connectivity: [source,console] ----