Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Mar 5, 2024
1 parent 2f7cd66 commit 056da4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Which is handy if you want to quickly update the firmware in the field, or are n

The firmware is customized for the different versions of the OLA hardware. You will find versions for the **X04 SparkX (Black) OLA** and **V10 SparkFun (Red) OLA** plus any subsequent revisions. The filename tells you which hardware the firmware is for and what version it is:

* **OpenLog_Artemis-V10-v26.bin** - is the _stable_ version (2.6) for the **V10 SparkFun (Red) OLA**
* **OpenLog_Artemis-X04-v26.bin** - is the _stable_ version (2.6) for the **X04 SparkX (Black) OLA**
* **OpenLog_Artemis-V10-v27.bin** - is the _stable_ version (2.7) for the **V10 SparkFun (Red) OLA**
* **OpenLog_Artemis-X04-v27.bin** - is the _stable_ version (2.7) for the **X04 SparkX (Black) OLA**

<table class="table table-hover table-striped table-bordered">
<tr align="center">
Expand All @@ -24,7 +24,7 @@ The firmware is customized for the different versions of the OLA hardware. You w
* From time to time, you may also see versions with names like **OpenLog_Artemis-V10-v17_BETA.bin**
* These are _beta_ versions containing new features and improvements which are still being tested and documented

* **OpenLog_Artemis-V10-v26-NoPowerLossProtection.bin** is a special build of v2.6 which has no power loss protection
* **OpenLog_Artemis-V10-v27-NoPowerLossProtection.bin** is a special build of v2.7 which has no power loss protection
* With the normal firmware, the OLA goes into deep sleep if the power fails or is disconnected. This allows the Real Time Clock to keep running, but it does mean that a reset is required to wake the OLA again.
* With the **NoPowerLossProtection** firmware, the code does not go into deep sleep when the power is lost, meaning that it will restart automatically as soon as power is reconnected.
* This can be useful for embedded OLA systems which are hard to access. The downside is that the Real Time Clock setting is lost when the OLA restarts.
Expand Down

0 comments on commit 056da4a

Please sign in to comment.