I installed mraa using the command below.
-Start -------------------------------------
sudo apt get install libmraa2 libmraa dev libmraa java python3 mraa mraa tools y"
-End ------------------------------------
After that, GPIO was able to operate normally for both output and input.
However, the I2C function is not working properly.
GPIO header pin:
03pin: SDA2,i2C
05pin: SCL1,i2c
And I am connecting an i2c device to this bus,
-Start -------------------------------------
rock@rock-3c:~$ mraa-i2c list
Bus 0: id=03 type=linux default
Bus 1: id=04 type=linux
rock@rock-3c:~$ mraa-i2c version
Version v2.2.0 on Radxa ROCK3 Model C
rock@rock-3c:~$ mraa-i2c detect bus
-End ------------------------------------
And it seems that i2c bus detection is not being performed.
Are there any other settings required to use the i2c bus?