OrangePiRDA_kernel
OrangePiRDA_kernel copied to clipboard
The Linux kernel source code for OrangePi 2G-IOT
root@linux0s:~# uname -a Linux linux0s 4.9.170-sun50iw9 #25 SMP PREEMPT Fri Dec 4 12:46:25 CST 2020 aarch64 GNU/Linux device **orange pi zero 2** os debian latest from official orangepizero 2
v3.10 kernel is 12years old.
When the RX FIFO overflows, it'll appear to remain overflowing after that because the error is never cleared. This patch clears clears the status register after every interrupt so characters...
For some reason the SoC hangs entirely when invalid playback params are supplied. This adds a check to those params so an ALSA restore would not cause the system to...
Hello, I am trying to use a USB Camera on the OrangePi 2G IoT but it didn't work. I noticed the uvcvideo driver was not compiled in the kernel and...