Skip to content

Commit ed9b0cc

Browse files
JakubSzczudloagherzan
authored andcommitted
update patch description
1 parent c42e6c3 commit ed9b0cc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

recipes-bsp/u-boot/files/0001-Fix-problems-with-ethernet-on-raspberrypi-3b+.patch

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ From: Jakub Szczudlo <[email protected]>
33
Date: Tue, 4 Mar 2025 22:53:53 +0100
44
Subject: [PATCH] Fix problems with ethernet on raspberrypi 3b+
55

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 <[email protected]>
914
---
1015
board/raspberrypi/rpi/rpi.c | 3 +++
1116
1 file changed, 3 insertions(+)

0 commit comments

Comments
 (0)