Jump to content

Biohazard777

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Antillanca you can check out this thread: Or continue reading here, i'll explain it. You need to change a few parameters in the boot environment: sudo armbian-config -> System -> Bootenv or you can edit the /boot/armbianEnv.txt directly. Once you are there you need to change the overlay_prefix to: overlay_prefix=rockchip-rk3588-opi5 Then you need to find the names of overlays, you can get them by running the following in your terminal: ls -l /boot/dtb/rockchip/overlay Scroll down and you will see: So if you want CAN bus and i2c then your Bootenv overlays should look like this: overlay_prefix=rockchip-rk3588-opi5 overlays=can1-m1 can2-m1 i2c1-m2 i2c1-m4 i2c3-m0 i2c5-m3 Restart your OPi5 for changes to take effect. If you need wiringPI: I have not personally tried CAN bus but it should work, I have tested i2c-1 and it works properly.
  2. Thanks @pshlab, I used your post as a starting point to enable i2c on my OPi5. orangepi5:~:% cat /boot/armbianEnv.txt verbosity=1 bootlogo=true overlay_prefix=rockchip-rk3588-opi5 overlays=i2c1-m2 i2c1-m4 i2c3-m0 i2c5-m3 fdtfile=rockchip/rk3588s-orangepi-5.dtb rootdev=UUID=09d57252-cd1c-4b66-8d47-7711aba97e59 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines