Hi,
I’m trying to configure a PiJuice onto my RockPi 4 SE. However, I’m getting COMMUNICTION_ERROR.
I found many relatable problems within the Raspberry community, there it was said that I should enable I2C. Does anyone have a clue how this is done on a RockPi?
I have confirmed with the command $ i2cdetect -y 1
that there is no communication with the RockPi and the PiJuice.
This is what I have found so far:
- On a raspberry desktop, it can be switched on by using the desktop: On the desktop via: Preferences->Raspberry Pi Configuration->Interfaces ( https://github.com/PiSupply/PiJuice/issues/175 ) However, I do not have a similar menu.
- I found that with the command $ ‘sudo raspi-config’, it might be possible to enable I2C. However, I have not found a similair rock pi command. ( https://www.mathworks.com/help/supportpkg/raspberrypiio/ref/enablei2c.html )
- I found that within the /boot/hw_intfc.conf, it is possible to enable (some) i2c pins. However, somehow, this file does not exist within my RockPi. If I make this file, the eMMC module is bricked and cannot boot anymore.
Does anyone have a clue how to continue? Help is much appreciated!