linux-orangepi icon indicating copy to clipboard operation
linux-orangepi copied to clipboard

Results 46 linux-orangepi issues
Sort by recently updated
recently updated
newest added

1、安装了官方提供Orangepi5pro_1.0.2_debian_bookworm_desktop_xfce_linux5.10.160.img的系统 2、git clone https://github.com/orangepi-xunlong/linux-orangepi.git --branch=orange-pi-5.10-rk35xx-rt 3、复制[https://github.com/orangepi-xunlong/orangepi-build/blob/next/external/config/kernel/linux-rockchip-rk3588-legacy-rt.config] 到.config 4、添加.config配置 CONFIG_NET_VENDOR_MOTORCOMM=y CONFIG_FUXI=y 大致按如上编译出实时内核,但是切换成这个之后重新启动系统。发现网口设备没有识别

Hi OrangePi team, I am compiling a full Linux Image and loading it on a board with some extra Kernel Modules (Ceph and RBD). It's fresh install and has no...

It is impossible to install or update any software on an Orange pi without a repo. the default http://nl.mirror.orangeinfra.online/ is not responding. Changing it inside /etc/pacman.d/mirrorlist to standard available repos...

I would like to report this problem that happens when I want to update the OS, the repository seems to be unavailable. Is there any other repository that can be...

6.6内核可以使用吗

This happens after first cold boot every time. After that any access to cpufreq info causes hang. The kernel is 5.16 from official orange pi debian distro. ``` [ 8.777181]...

我想使用rt-linux 看到了这个仓库里面有5.10版的针对rk35xx的rt内核 但是编译的时候出现 ``` arch/arm64/boot/dts/rockchip/rk3566-orangepi-cm4.dts:1290.14-1299.11: Warning (graph_port): /rkisp-vir1/port: graph node unit address error, expected "0" make[2]: *** [scripts/Makefile.build:273: kernel/sched/core.o] Error 1 make[1]: *** [scripts/Makefile.build:516: kernel/sched] Error 2 make: *** [Makefile:1938:...

板子:orangepi5B 系统:官方最新debian或者Ubuntu,linux内核6.1.43 内核源码:https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-6.1-rk35xx 在板子上编译命令: tar zxf orange-pi-6.1-rk35xx.tar.gz mv orange-pi-6.1-rk35xx linux-orangepi cd linux-orangepi git pull origin orange-pi-6.1-rk35xx make rockchip_linux_defconfig make -j10 sudo make modules_install sudo make install sudo make dtbs_install INSTALL_DTBS_PATH=/boot/dtb/...

I'm working with an OrangePi Zero 2. With older kernels (eg 4.9) the HDMI audio works with any monitor I have to test (BenQ EZCAP pass through to BenQ, Sony...

[`wait_for_completion`](https://github.com/orangepi-xunlong/linux-orangepi/blob/c192384ac705014cedbdf7fb5b1949922e6d2f1f/drivers/net/wireless/uwe5622/unisocwifi/tx_msg.c#L318) puts the calling thread in the "uninterruptible sleep" state, making the kernel count the CPU utilization as 100%, leading to the bugos 1.0 system load. Other reports of the...