You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes-bsp/u-boot/files/0001-Fix-problems-with-ethernet-on-raspberrypi-3b+.patch
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,14 @@ From: Jakub Szczudlo <jakubszczudlo40@gmail.com>
3
3
Date: Tue, 4 Mar 2025 22:53:53 +0100
4
4
Subject: [PATCH] Fix problems with ethernet on raspberrypi 3b+
5
5
6
-
When initializing network devices on raspberry pi 3b+ the lan78xx_eth get seq 1. Because of that this network device doesn't get MAC address from BCM2835_MBOX and fail
7
-
to bind device with driver and make using TFTP impossible without debugging. To address this issue and don't make much changes in uboot we can also add MAC address for
8
-
device of sequence number=1
6
+
When initializing network devices on raspberry pi 3b+ the lan78xx_eth get seq 1. Because of that
7
+
this network device doesn't get MAC address from BCM2835_MBOX and fail to bind device with driver
8
+
and make using TFTP impossible without debugging. To address this issue and don't make much changes
9
+
in uboot we can also add MAC address for device of sequence number=1
10
+
11
+
Upstream-Status: Inappropriate [configuration]
12
+
13
+
Signed-off-by: Jakub Szczudlo <jakubszczudlo40@gmail.com>
0 commit comments