Ryand wrote: ↑2025-02-17 6:19
The i2c controller of rv1106 does not support slave mode. To implement it, only gpio can simulate i2c, and the driver may need to be modified. If there are no special requirements, it is recommended to use SPI. The SPI controller of rv1106 supports both master and slave modes.
企业微信截图_17397728348531.png
I need my Luckfox Pico Max (RV1106) to act as an I2C slave device, but I have been unable to make it work.
Can i set board as slave?
When I run the command to instantiate the slave device, I get the following error:
i2c-slave-eeprom 4-0042: i2c_slave_register: not supported by adapter
i2c-slave-eeprom: probe of 4-0042 failed with error -95
My Questions:
1. Is I2C slave mode officially supported on the Luckfox Pico Max (RV1106)?
2. If yes, what are the correct steps to enable it, and is there a specific kernel configuration or driver patch required?