Skip to content
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

Fix issues with ethernet in u-boot on rpi 3b+ #1430

Open
wants to merge 1 commit into
base: kirkstone
Choose a base branch
from

Conversation

JakubSzczudlo
Copy link

Problem accounter when I wanted to use TFTP to send files from server to raspberry. I found some dead links like the ones below:
https://lore.kernel.org/all/CANAwSgRQMQwTO0GjFpk0a9LHGhcwC2_C-YvWao8FnuQavZibRw@mail.gmail.com/T/
https://lists.denx.de/pipermail/u-boot/2024-February/546677.html
After some debugging I find the solution. It's easy to understand, don't break things and doesn't modify uboot in big manner
- What I did
Fixes problems with init of ethernet device in uboot
- How I did it
Add default MAC value not only for sequence 0 but also for sequence 1 device.

Also added screenshots
before
after_patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant