Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<n>` entry for the ENC28J60 NIC. You should also have Ethernet connectivity. Run the following command to test your connectivity:

[source,console]
----
Expand Down
Loading