-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1a4371
commit a1ee455
Showing
2 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,45 @@ | |
|
||
|
||
## Auto Power-on | ||
To enable LattePanda to power on without the need to press the physical power button, kindly adjust the BIOS settings as follows: | ||
|
||
**Path: BIOS Setup --> Advanced --> Power Management --> AcPowerLoss** | ||
(Navigate to the location and set the **`AcPowerLoss`** option to **`Power On`**.) | ||
|
||
![](../../assets/images/LattePanda 3 Delta/AcPowerLoss_3Delta.webp){width="600" } | ||
|
||
Please note that the default setting is **`Power Off`**. | ||
|
||
!!! Warning | ||
- When the **RTC battery's charge** is depleted, the Auto Power-On function will not work. Hence, it is crucial to ensure that the RTC battery is adequately charged to maintain its functionality. | ||
The Auto Power-On feature allows the LattePanda to start up automatically without pressing the physical power button. The setup process varies slightly between the old and new versions of the LattePanda 3 Delta. You can identify your product version by checking the silk screen on the board pins. | ||
|
||
### Identifying Your Version | ||
- **New Version:** There are the AUTO and SW pins as shown below. | ||
- **Old Version:** There are the NC and NC pins as shown below. | ||
![](new and old pinout){width="600"} | ||
|
||
=== "For the New Version" | ||
|
||
!!! note "" | ||
#### Step 1: Short-Circuiting the Pins | ||
Short-circuit the AUTO and SW pins on the board. | ||
![](Short-Circuit Diagram){width="600"} | ||
#### Step 2: BIOS Configuration | ||
1. Power on the LattePanda and enter the BIOS. | ||
2. Navigate through the following path: | ||
**Path: BIOS Setup → Advanced → Power Management → AcPowerLoss** | ||
3. Set the AcPowerLoss option to **`Power On`**. | ||
![](../../assets/images/LattePanda 3 Delta/AcPowerLoss_3Delta.webp){width="600" } | ||
|
||
<span style="color: rgba(225, 103, 13);">The new version of LattePanda 3 Delta natively supports the Auto Power-On feature, which is not affected by the RTC battery charge level, ensuring stable support for Auto Power-On.</span> | ||
|
||
|
||
=== "For the Old Version" | ||
|
||
!!! note "" | ||
#### BIOS Configuration | ||
1. Power on the LattePanda and enter the BIOS. | ||
2. Navigate through the following path: | ||
**Path: BIOS Setup → Advanced → Power Management → AcPowerLoss** | ||
3. Set the AcPowerLoss option to **`Power On`**. | ||
![](../../assets/images/LattePanda 3 Delta/AcPowerLoss_3Delta.webp){width="600" } | ||
!!! Warning | ||
- When the **RTC battery's charge** is depleted, the Auto Power-On function will not work. Hence, it is crucial to ensure that the RTC battery is adequately charged to maintain its functionality. | ||
- The LattePanda 3 Delta comes equipped with an onboard CR927 RTC battery, with a voltage of 3.0V, capable of maintaining power for <span style="color: rgba(225, 103, 13);">**around 9~12 months**</span>.You could refer to [**External RTC Power Pin Chapter**](io_playability_Internal.md#external-rtc-power-pin) to connect an external large-capacity RTC battery. | ||
- Please disable the **Deep Sleep EUP Support** feature to ensure smooth operation of the Auto Power-On function. | ||
|
||
If your project needs innate support for auto power-on function on LattePanda 3 Delta, impervious to the influence of RTC battery power and BIOS configurations, <span style="color: rgba(225, 103, 13);">kindly reach out to [**LattePanda Business Team**](mailto:[email protected]) for personalized consultation</span>. | ||
|
||
|
||
[**:simple-discord: Join our Discord**](https://discord.gg/k6YPYQgmHt){ .md-button .md-button--primary } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters