Robert Pace Posted Friday at 11:09 PM Posted Friday at 11:09 PM I'm using an Orange Pi 5 Plus 16GB SBC, with Armbian image (https://dl.armbian.com/orangepi5-plus/Bookworm_current_cinnamon-backported-mesa) which uses Kernel 6.12. I am trying to get a BME280 I2C sensor attached to the following pins of the 40 pins; 1 (3.3v), 3 (GPIO0C0), 5 (GPIO0B7), and 6 (GND). The BME280 sensor has the VIN wired to 3.3v (pin 1), SDA wired to SDA (pin 3), SCL wired to SCL (pin 5), and GND to GND (pin 6). The device should use address 0x76, but isn't listed under the four I2C buses found in /dev. This configuration worked fine when using the stock OrangePi 5 Plus Debian Bookworm image, but does not have I2C2 listed as a device under /dev under Armbian image listed above. My armbianEnv.txt is: verbosity=1 bootlogo=true console=both overlay_prefix=rockchip-rk3588 fdtfile=rockchip/rk3588-orangepi-5-plus.dtb rootdev=UUID=3cbd3c35-190b-4cc5-8db3-4334fa84ccbd rootfstype=ext4 overlays=rockchip-rk3588-i2c8-m2 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u I have attached 4 images (screenshots) with the following captions i2c.png - List of I2C buses and addresses (Armbian Image) i2c_2.png - List of DTBs (Armbian Image) i2c_3.png - List of DTBOs aka overlays (Armbian Image) i2c_opi2.png - List of I2C buses and addresses of I2C2 (Orange Pi Debian 12 Image) Why isn't I2C2 found in /dev of Armbian image? 0 Quote
Werner Posted yesterday at 08:04 AM Posted yesterday at 08:04 AM 8 hours ago, Robert Pace said: stock OrangePi 5 Plus Debian Bookworm Hi That one probably uses old vendor bsp kernel while the Armbian image you tried follows mainline which isn't feature-complete yet. I suggest to retry an Armbian vendor kernel based image. 0 Quote
Robert Pace Posted 14 hours ago Author Posted 14 hours ago Where would one find an arbian vendor os image for the Orange Pi 5 Plus? I don't see anything on Orange Pi 5+ Download page labeled as "Armbian". I do see Orange PI OS with a similar naming structure (24.xxx). I also note that the Orange Pi OS images are still using the quite old Kernel 5.10.160 with no indication as to whether the kernel isn't as fresh as the Debian Bookworm image at Kernel 6.1.43 which has issues with RDP (even with xorgxrdp). 0 Quote
Solution ozacas Posted 10 hours ago Solution Posted 10 hours ago https://sg.sbcmirror.org/armbian/dl/orangepi5-plus/archive/ with a download labelled as 'vendor' (6.1.x kernel derived from linux-rockchip) 0 Quote
Werner Posted 7 hours ago Posted 7 hours ago https://www.armbian.com/orange-pi-5-plus/ Scroll down to either server or desktop images featuring 6.1 kernel. These come with 6.1.75 I think. Shortly after the release there was a transition to the most recent rockchip sdk kernel which bumped to the version to 6.1.84. You can find a pre-made Trixie based one as pre-release image here for testing: https://github.com/armbian/os/releases 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.