Fix typo, rearrange heading level and page name

This commit is contained in:
Aditya Prayoga 2020-03-16 13:11:03 +07:00
parent eeeb8102a8
commit 03db643ed8
8 changed files with 70 additions and 68 deletions

View file

@ -1,20 +1,21 @@
## M2 Connector (P2)
There is at least two type of batteries which is installed in Helios64 board:
There are two types of batteries on Helios64 board:
- Li-Ion
- Coin-type Battery (CR 1225)
### Li-Ion Battery
## Li-Ion Battery
The Li-Ion battery is actually installed in to Helios64 caseing, but the battery is connected to the board in following connector:
The Li-Ion battery is actually installed in to Helios64 casing, but the battery is connected to the board in following connector:
![LBattery](/helios64/img/hardware/lbat.jpg)
The actual cell of the this Li-Ion battery is the panasonic NCR18650BD, we use 2 cell in serial configuration.
The actual cell of the this Li-Ion battery is the panasonic NCR18650BD, we use 2 cell in 2S1P configuration.
So the Li-Ion battery is rated at 2980mAh, 8.4Volt.
The time estimation to full charge this battery is 8.5 Hours.
The time estimation to fully charge this battery is 8.5 Hours.
#### Pinout of the BATT Header
### Pinout of the BATT Header
![LBattery](/helios64/img/hardware/batt-pinout.png)
@ -28,9 +29,9 @@ The time estimation to full charge this battery is 8.5 Hours.
| 6 |Battery -
### Coin Cell Battery
## Coin Cell Battery
The Location of coin-type battery is shown by this figure:
The Location of coin-type battery is shown by this figure:
![CBattery](/helios64/img/hardware/cbat.jpg)
The battery type is CR1225, this device has diameter of 12.5mm and 2.5mm thickness.
@ -38,11 +39,11 @@ In above figure the positive (+) polarity is heading downward to the CPU heatsin
This battery is used only for keep the RTC (Real Time Clock) running.
### Notes related to battery
## Notes related to battery
**To Be Confirmed**
We have NOT confirmed the operaiton of the RTC without CR1225 Coin Cell Battery, even in the situation with the Li-Ion connected we have NOT the operation of RTC.
!!! note
To be confirmed whether RTC is still running with Li-Ion battery only.
The Li-Ion battery design is not for powering device when the main AC supply is disconnected, but as the device support to perform graceful shutdown or hibernate.
Therfore if you found this device can actually turned on for a while when you push the power button, in the situation the Li-Ion battery is connected (when the main AC power disconnected), this is totally normal situation.
The Li-Ion battery is not designed to make Helios64 as portable device that can be used without AC power line, but designed as backup power to perform graceful shutdown or hibernate in case of loss of AC power line.
Therefore it is normal if Helios64 turned on for a while when you press power button without AC power line.