You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/CHANGELOG.rst
+3-4
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
Changelog
4
4
#########
5
5
6
-
FOTA library and sample applications for SoftBank.
6
+
FOTA library and sample application for SoftBank.
7
7
All notable changes to this project are documented in this file.
8
8
9
-
For a full list of Softbank FOTA add-on releases, related nRF Connect SDK, modem firmware versions, and supported REST API host, view the following table:
9
+
For a full list of SoftBank FOTA add-on releases, related nRF Connect SDK, modem firmware versions, and supported REST API host, view the following table:
| |addon| version | |NCS| version | Modem firmware version | REST API host |
@@ -46,7 +46,7 @@ Changes
46
46
Renamed events such as ``FOTA_EVENT_DOWNLOADING`` to ``SB_FOTA_EVENT_DOWNLOADING``
47
47
* The library now schedules work on its internal queue instead of the syswork queue (this avoids potential blocking of the syswork queue).
48
48
* Removed ``SB_FOTA_EVENT_REBOOT_PENDING``.
49
-
Reboot is not needed to apply the modem update.
49
+
Rebooting is not needed to apply the modem update.
50
50
* Removed the dependency on the `LTE Link Control`_ library.
51
51
This makes it simpler to integrate the SoftBank FOTA library into applications that do not use the Link Controller library by default, such as the `Serial LTE modem`_ application.
52
52
@@ -117,4 +117,3 @@ Changes
117
117
=======
118
118
119
119
* First release that is used to complete SBM IOT certification test.
Copy file name to clipboardexpand all lines: doc/sample.rst
+6-6
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ Configuration
47
47
Configuration options
48
48
=====================
49
49
50
-
During development, it is recommended to see when the next update is scheduled, you can use the verbose version of the library (``CONFIG_SB_FOTA_LOG = y``).
51
-
For production, it is recommended to use the non-verbose version of the library (``CONFIG_SB_FOTA_LOG = n``), in order to save memory.
50
+
During development, it is recommended to use the verbose version of the library (``CONFIG_SB_FOTA_LOG=y``) in order to be able to see when the next update is scheduled.
51
+
For production, it is recommended to use the non-verbose version of the library (``CONFIG_SB_FOTA_LOG=n``), in order to save memory.
52
52
53
53
Configuration files
54
54
===================
@@ -64,11 +64,11 @@ To configure modem trace output, see `Sending traces over UART on an nRF91 Serie
64
64
Building and running
65
65
********************
66
66
67
-
This sample can be found under the ``samples`` folder in the |addon| structure.
67
+
This sample can be found under the ``sample`` folder in the |addon| structure.
68
68
69
69
You can build this sample as a firmware image for a board target with the \*/ns variant (see the Requirements section above).
70
70
In such cases, the sample has Cortex-M Security Extensions (CMSE) enabled and separates the firmware between Non-Secure Processing Environment (NSPE) and Secure Processing Environment (SPE).
71
-
Because of this, it automatically includes the Trusted Firmware-M (TF-M).
71
+
Because of this, it automatically includes Trusted Firmware-M (TF-M).
72
72
73
73
To build the sample, follow the instructions in `Building an application`_ for your preferred building environment. See also `Programming an application`_ for programming steps and `Testing and optimization`_ for general information about testing and debugging in the nRF Connect SDK.
74
74
@@ -116,13 +116,13 @@ After programming the sample and all prerequisites to the development kit, test
116
116
Troubleshooting
117
117
===============
118
118
119
-
If you do not see any output log such as "... Next update check in..." and only see "SoftBank FOTA client started", check that you have linked the alternative verbose library ``CONFIG_SB_FOTA_LOG = y``.
119
+
If you do not see any output logs such as "... Next update check in..." and only see "SoftBank FOTA client started", check that you have linked the verbose library ``CONFIG_SB_FOTA_LOG = y``.
120
120
By default, the library does not use LOG.
121
121
122
122
Dependencies
123
123
************
124
124
125
-
It uses the following `sdk-nrfxlib`_ library:
125
+
This sample uses the following `sdk-nrfxlib`_ library:
0 commit comments