Jump to content

marv

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by marv

  1. 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
  2. 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)
  3. 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?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines