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

Serial UART does not work with downstream RPi kernel #21

Open
ElvishJerricco opened this issue May 24, 2024 · 0 comments
Open

Serial UART does not work with downstream RPi kernel #21

ElvishJerricco opened this issue May 24, 2024 · 0 comments

Comments

@ElvishJerricco
Copy link

ElvishJerricco commented May 24, 2024

The pi's firmware and EDK2 both output over serial like normal. But when the RPi downstream linux kernel boots, it fails to set up the serial console. The "System Table Mode" is set to "Device Tree."

With their linux 6.1 branch, it logs this:

$ dmesg | grep -i uart
[    0.012261] Serial: AMBA PL011 UART driver
[    0.375564] bcm7271-uart 107d50c000.serial: unable to register 8250 port
[    0.375575] bcm7271-uart: probe of 107d50c000.serial failed with error -28

With their 6.9 branch, I get a very similar log:

$ dmesg | grep -i uart
[    0.011473] Serial: AMBA PL011 UART driver
[    0.303985] bcm7271-uart 107d50c000.serial: error -EINVAL: unable to register 8250 port
[    0.304006] bcm7271-uart 107d50c000.serial: probe with driver bcm7271-uart failed with error -22

There is a /dev/ttyAMA10 device, but doesn't seem to work. Nothing happens after running systemctl start [email protected].

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

No branches or pull requests

1 participant