Skip to content

Fix #4048 #4053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
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