Tool/software:
When I turn on my board with both the power supply and a battery connected (4.17V), this is the output I receive:
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x0
0x30
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x1
0x1b
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x2
0x60
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x3
0x11
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x4
0xb2
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x5
0x9a
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x6
0x03
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x7
0x4b
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x8
0x34
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x9
0x80
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0xa
0x23
Disabling Watchdog:
root@verdin-am62-15133450:~# i2cset -y 1 0x6b 0x5 0x82
Checking Faults:
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x9
0x80
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x9
0x00
Attempting to set Boost Mode
- REG[5:4] = 10: (REG01 & 0xCF) | 0x20
root@verdin-am62-15133450:~# i2cset -y 1 0x6b 0x1 0x2b
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x1
0x1b
- REG[5:4] = 10: (REG01 & 0xCF) | 0x30
root@verdin-am62-15133450:~# i2cset -y 1 0x6b 0x1 0x3b
root@verdin-am62-15133450:~# i2cget -y 1 0x6b 0x1
0x1b
It seems like I am unable to switch the device into Boost mode to get 5V from PMID pin when power supply is turned off.
What could I be doing wrong?