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

kernel 5.10.160 RK3588S DRM framebuffer使用 格式 `DRM_FORMAT_XRGB2101010 `写入数据,connector输出color depth 10bit, color format: RGB, 通过HDMI输出图像数据。结果显示异常,图像数据不完整。 HDMI输出为RGB格式,color depth 10bit. ``` root@orangepi5:~ cat /sys/kernel/debug/dri/0/summary Video Port0: ACTIVE Connector: HDMI-A-1 bus_format[1018]: RGB101010_1X30 overlay_mode[0] output_mode[f]...

drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'rtw_txpwr_init_regd': drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: empty declaration error, forbidden warning:rtw_mlme_ext.c:261 __attribute__((__fallthrough__)); ^~~~~~~~~~~~~ drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c:261:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] error, forbidden warning:rtw_mlme_ext.c:261 drivers/net/wireless/rockchip_wlan/rtl8821ce/core/rtw_mlme_ext.c: In function 'mgt_dispatcher':...

I am trying to develop Buildroot-based firmware based on Linux 5.10 instead of stock 4.19 one. Using 5.10-develop branch. SoM is https://www.forlinx.net/product/rk3568-som-125.html Stock DT is: ``` &pcie30phy { status =...

我添加wifi+bt 模块驱动后,wifi能正常工作,但蓝牙不行。 硬件:orangepi 3b ,内核:kernel-develop-5.10 添加完全驱动后执行了以下指令: root@localhost:~# /usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd & SPRD Bluetooth init uart with init speed:1500000, final_speed:1500000, type:HCI UART H4 SPRD Bluetooth: Attempt to load...

kernel 5.10真的支持瑞芯微mpp功能吗? 4.4分支driver里有vpu目录,安装后会生成/dev/vpu_service, /dev/rkvdec编解码支持。 但是5.10分支里并没有vpu目录。 另外在mpp repo的文档里明确说是支持5.10内核的,请确认? 如果支持5.10 内核,/dev目录下对应的设备文件是什么?

Fix #322 In rk628_csi_probe_of function, when we got success in probe, the ret value is 0, but the clk_disable_unprepare(csi->soc_24M) still will be invoked. This will cause the enable_count of soc_24M...

https://github.com/rockchip-linux/kernel/blob/604cec4004abe5a96c734f2fab7b74809d2d742f/drivers/media/i2c/rk628/rk628_csi_v4l2.c#L2163 In `rk628_csi_probe_of` function, when we got success in probe, the `ret` value is `0`, but the `clk_disable_unprepare(csi->soc_24M)` still will be invoked. This will cause the `enable_count` of `soc_24M` minus...

想请教一下,kernel-rt分支是否用于xenomai?想获取rk3568安装xenomai的相关教程资料。

Hello I'm trying to run pci-e on my board with RK35368 CPU. I took rockchip-linux/kernel (branch **develop-5.10**), rockchip-linux/u-boot (branch **next-dev** ) my dts file is ``` // SPDX-License-Identifier: (GPL-2.0+ OR...

The rv1106/3 are great little SOCs but they are limited to low FPS sensors at the moment (unless I am missing something). https://github.com/rockchip-linux/rkbin/blob/master/doc/release/RV1106_EN.md Would it be possible to add support...