kernel icon indicating copy to clipboard operation
kernel copied to clipboard

BSP kernel source

Results 170 kernel issues
Sort by recently updated
recently updated
newest added

ERROR: modpost: "iommu_get_dma_cookie" [drivers/rknpu/rknpu.ko] undefined!

Hello, I have been using your OMV5 release for a long time now and very happy with it ! Recently, I have been trying to get Frigate running, but the...

### drivers/media/platform/rockchip/cif/dev.h delcares: int rkcif_do_start_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode); void rkcif_do_stop_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode); ### while drivers/media/platform/rockchip/cif/capture.c defines: int rkcif_do_start_stream(struct rkcif_stream *stream, unsigned int mode) void rkcif_do_stop_stream(struct...

dmesg | grep mali [ 4.468650] mali fb000000.gpu: Kernel DDK version g18p0-01eac0 [ 4.468714] mali fb000000.gpu: Looking up mali-supply from device tree [ 4.468791] mali fb000000.gpu: Looking up mem-supply from...

硬件平台: RK3588 代码分支:develop-5.10 在这个平台做can的稳定性测试发现如下问题 https://github.com/rockchip-linux/kernel/commits/develop-5.10/drivers/net/can/rockchip/rockchip_canfd.c 在上述commit前后做对比测试。发现 [net: can: rockchip: support rk3568 can v2](https://github.com/rockchip-linux/kernel/commit/582cfd38c121900242ac54513c67e5517764884c)之后can数据解析丢包变严重。下图使用candump分析发现的问题,下图y轴表示同一个can ID的相邻数据时间间隔,单位ms 数据收到的时间间隔不均匀。但是数据是完整的没有丢包的数据。 ![BB52408303696XC_old_kernel](https://github.com/user-attachments/assets/ff4bdd62-ede0-4375-b4df-6202bd11da14) ![BB52408303696XC_rk_canfd_add_v2](https://github.com/user-attachments/assets/3ad3ddb8-a68e-4918-a97b-dd75bfd50d5f)

我用瑞芯微 6.1.99内核 打rt-6.1.99补丁,出现失败问题,对比内核源码,主要是8255串口芯片驱动很多CONFIG_ARCH_ROCKCHIP宏导致,请问如何解决

It seems FLEXBUS can be used to read and write parallel signals using GPIO and DMA at high frequency. But there is absolutely no information how to do it. Can...

root@debian-alip:/tmp# lsusb -t /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M |__ Port 1: Dev 2, If 0, Class=Mass Storage,...

Using RK3588 (Rock 5B+) on kernels 5.10, 6.1, and 6.12. TCP window scale is always **wscale:6** even with `net.core.rmem_max=134217728` configured. ```bash $ ss -tin wscale:6,12 rcv_space:14480 Should be wscale:10+ with...

**Description** We are seeing reproducible kernel crashes during H.264/H.265 decoding on RK3588 when using the RKVDEC driver. The issue appears in the decoder cleanup path `(mpp_dma_release → mpp_task_finalize → rkvdec_free_task)`....