Jump to content

Philip Couling

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Philip Couling

  1. @SteeMan Thanks. no I did not. I was just compiling one with that now. Using this post as a reference point. I also made a mistake above (which I will delete and re-post if this all works) as I accidently put the dts files in arch/arm/boot/dts instead of arch/arm64/boot/dts/rockchip/.
  2. Nope. Still missing something. When I mount the first partition of the image /dtb/ still has no rk3566-rock-3c.dtb Definitely missing something.
  3. @Endian Warning... this didn't work Yeah I think so... AFAIK they are mostly independent of kernel version. The syntax could theoretically change between Kernel or driver versions. But the theory of them is that it's easier to keep them stable as abstract text... at least that's what I read somewhere. So here's what I tried: Start creating a kernel patch... ./compile.sh CREATE_PATCHES=yes BOARD=rock-3c BRANCH=current kernel-patch Pull the DTS files from Radxa's kernel 4.19. Think dts files might be compatible across major kernel versions. Notes these are NOT the ones I linked above which was u-boot DTS, not Linux DTS cd arch/arm/boot/dts sudo curl -O https://raw.githubusercontent.com/radxa/kernel/stable-4.19-rock3/arch/arm64/boot/dts/rockchip/rk3566.dtsi sudo curl -O https://raw.githubusercontent.com/radxa/kernel/stable-4.19-rock3/arch/arm64/boot/dts/rockchip/rk3566-rock-3c-camera.dtsi sudo curl -O https://raw.githubusercontent.com/radxa/kernel/stable-4.19-rock3/arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts Copy the created patch file in place sudo cp output/patch/kernel-rockchip64-current.patch patch/kernel/rockchip64-current ./compile.sh Compiling...
  4. That would make some sense since the latest Radxa release uses the somewhat antiquated 4.19 Kernel. Looks like we need different DTS files for linux vs u-boot: https://stackoverflow.com/a/30801701/453851
  5. Hmmm, no. I tried to add this manually, creating a patch with this command: ./compile.sh CREATE_PATCHES=yes BOARD=rock-3c BRANCH=current uboot-patch But when I looked the file rk3566-rock-3c.dts is already present. AFAIK It gets brought in here: [🌱] Fetching SHA1 of 'branch' 'refs/heads/stable-4.19-rock3' [ https://github.com/radxa/u-boot.git ] So I guess there needs to be something else get the dtb file compiled. Not found it yet.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines