Jump to content

Agitech

Members
  • Posts

    3
  • Joined

  • Last visited

  1. There is another problem. When running armbian-config and going to System->Kernel->SY210-Manage device tree overlays the program closes with the message "Invalid overlay prefix rockchip" root@rk3318-box:~# armbian-config Initializing script Loaded Runtime variables... The current Armbian 25.2.3 stable (bookworm) is supported. Check distro Loaded Dialog... Loaded Docs... Loaded System helpers... Loaded Network helpers... Loaded Software helpers... Loaded Runtime conditions... Invalid overlay_prefix rockchip root@rk3318-box:~#
  2. Hi all i am using H96 Max RK3318_V1.4 with armbian for ipkvm purposes this project https://github.com/srepac/kvmd-armbian.git After fresh installation, the USB3 port on the TV box is in host mode and needs to be switched to OTG mode. To do this need to change the usb3 port section in the device tree information. dr_mode = “host” need modify to dr_mode = “peripheral” For this i copy the /boot/dtb/rockchip/rk3318-box.dtb file to some location (/root/dtc/original for example) then i run a command dtc -I dtb -O dts /root/dtc/original/rk3318-box.dtb -o /root/dtc/original/rk3318-box.dts after i modify dts file as i need (above) and copy them to the /root/dtc/modified folder for example after run command dtc -I dts -O dtb /root/dtc/modified/rk3318-box.dts -o /root/dtc/modified/rk3318-box.dtb and then i overwrite the original file in the /boot/dtb/rockchip/ folder with this modified. Then after reboot usb port in otg mode. Is this the right way or not?
  3. the same thing... i burn this image again https://users.armbian.com/jock/web/rk3318/Armbian_23.08.0-trunk_Rk3318-box_bookworm_edge_6.3.13_minimal.img.xz then after updates (apt update && apt full-upgrade -y) i found that there is no file rk3318-box.dtb in the /boot/dtb/rockchip folder i copied rk3318-box.dtb to this location https://drive.google.com/drive/folders/1cXGTblufMjlu-I2aH3hPjgUcU3DzfVQt?usp=sharing I just copied rk3318-box.dtb from original image (after fresh install), then after update before reboot copied it to boot folder, don't know if it's right or not... hardware: H96 Max RK3318_V1.4
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines