linux
linux copied to clipboard
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
### Describe the bug I have a Hifiberry DAC ADC that I use to stream audio with ffmpeg. This worked great with `2023-02-21-raspios-bullseye-arm64-lite`. After doing an OS update and going...
### Describe the bug On Raspberry Pi Zero W, If a kernel is built with LLVM, using vfp causes an "unsupported FP instruction in kernel mode" exception and kernel panic....
### Describe the bug I'm using Unitek USB to rs232 on Raspberry Pi 4 (kernel 5.15.32-v7l+ 11 (bullseye)). After about 24 hours, dmesg showing error like below then ttyUSB0 no...
### Describe the bug Pisound is the I²S master, the default eeprom dt overlay we shipped it with is not working on Pi 5. I've noticed issue #5724, and based...
Add some diagnostic output. See: https://github.com/raspberrypi/linux/issues/5849
EROFS filesystem stands for Enhanced Read-Only File System. It aims to form a generic read-only filesystem solution for various read-only use cases instead of just focusing on storage space saving...
For video encoding, if the framerate was set after the component was created, then it wasn't set correctly on the port, and an old value was encoded in the bitstream....
Quick (untested) mod for https://github.com/raspberrypi/linux/issues/6155 It's either this or adding a load of extra MEDIA_BUS_FMTs.
### Describe the bug I'm unable to load the overlay for the max98357a. ``` pi@ubuntu:~$ sudo dtoverlay max98357a DTOVERLAY[warn]: no matching platform found pi@ubuntu:~$ aplay -l aplay: device_list:277: no soundcards...
### Describe the bug If I configure the device tree with 5 chip selects for SPI0, I am able to observe the chip selects go low (as expected) when I...