marv Posted 10 hours ago Posted 10 hours ago https://github.com/siderolabs/sbc-rockchip/issues/103 I'm trying to apply this patch, but I think i'm doing something wrong it doesn't seem to be working. I'm getting the same behavior. [ 1.369895] rockchip-dw-pcie a41000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G [ 2.224201] r8169 0003:31:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko] [ 1.504906] rockchip-dw-pcie a40800000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G I tried putting the patch in: build/userpatches/kernel/rockchip64-current/ Then I tried it in: build/userpatches/kernel/archive/rockchip64-6.18/ because of this output: [🌱] User patches directory for kernel [ /home/marv/rock5t/build/userpatches/kernel/archive/rockchip64-6.18 ] Doesn't seem to get applied, when I transfer the 'new' rk3588-rock-5t.dtb file to my device, the 2ed interface doesn't turn on. What am i doing wrong? 0 Quote
Werner Posted 6 hours ago Posted 6 hours ago 3 hours ago, marv said: Then I tried it in: Full build logs? 0 Quote
marv Posted 3 hours ago Author Posted 3 hours ago I tried logging it but doing a `|grep` or any `> file.log` to `./compile.sh` and the script DOES NOT like it. I had to CTRL+C out of the compile to get that log... it seems to build the dtb's at the beginning of the compilation (good thing for me) 0 Quote
Werner Posted 3 hours ago Posted 3 hours ago At the very end of each compile.sh run there is a "curl" command which allows to upload the full build log to a paste service. This can also be done automatically by adding "SHARE_LOG=yes" to the command line. The URL is present at the very end of the process. 0 Quote
marv Posted 1 hour ago Author Posted 1 hour ago ok so here's what I did: git clone https://github.com/armbian/build cd build ./compile.sh BOARD=rock-5t BRANCH=current kernel-patch edited build/cache/sources/linux-kernel-worktree/6.18__rockchip64__arm64/arch/arm64/boot/dts/rockchip/rk3588-rock-5t.dts ended up with: /home/marv/rock5t/build/output/patch/kernel-rockchip64-current.patch cp output/patch/kernel-rockchip64-current.patch userpatches/kernel/rockchip64-current/ ./compile.sh BOARD=rock-5t BRANCH=current RELEASE=trixie kernel-dtb copied the new cache/sources/linux-kernel-worktree/6.18__rockchip64__arm64/arch/arm64/boot/dts/rockchip/rk3588-rock-5t.dtb over to my Rock5t /boot/dtb/rockchip/ folder, rebooted it, nothing changed, no 2ed nic. https://paste.armbian.com/muwoxuqoza kernel-rockchip64-current.patch 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.