Which system do you use? Android, Ubuntu, OOWOW or others?
Ubuntu
Which version of system do you use? Please provide the version of the system here:
Ubuntu 22.04
Please describe your issue below:
At some point, the device no longer turns on immediately when power is applied.
Instead of turning on right away, the red LED stays lit.
To turn the device on, I always have to press the boot button once.
Otherwise, the device functions without any issues.
What methods can I try to resolve this?
numbqq
2
Hello @GHdevlog
You can disable this feature by the below commands:
sudo i2cset -f -y 6 0x18 0x25 0x01
sudo i2cset -f -y 6 0x18 0x21 0x00
Then unplug the power cable and replugin to check again.
khadas@Khadas:~$ sudo i2cget -f -y 6 0x18 0x25
0x01
khadas@Khadas:~$ sudo i2cget -f -y 6 0x18 0x21
0x01
So applying “sudo i2cset -f -y 6 0x18 0x21 0x00” resolved the issue.
What variables do those two represent?
numbqq
4
system
Closed
5
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.