File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ to this build. Then run the following commands to build and program the firmware
6767
6868.. code-block :: text
6969
70- $ (.venv) west build -p -b nrf9160dk_nrf9160_ns app
70+ $ (.venv) west build -p -b nrf9160dk/nrf9160/ns app
7171 $ (.venv) west flash
7272
7373 Configure PSK-ID and PSK using the device shell based on your Golioth
@@ -186,7 +186,7 @@ This reference design may be built for the Golioth Aludel Mini board.
186186
187187.. code-block :: text
188188
189- $ (.venv) west build -p -b aludel_mini_v1_sparkfun9160_ns app
189+ $ (.venv) west build -p -b aludel_mini/nrf9160/ns app
190190 $ (.venv) west flash
191191
192192 Golioth Aludel Elixir
@@ -197,14 +197,14 @@ for the latest hardware revision of this board.
197197
198198.. code-block :: text
199199
200- $ (.venv) west build -p -b aludel_elixir_ns app
200+ $ (.venv) west build -p -b aludel_elixir/nrf9160/ns app
201201 $ (.venv) west flash
202202
203203 To build for a specific board revision (e.g. Rev A) add the revision suffix ``@<rev> ``.
204204
205205.. code-block :: text
206206
207- $ (.venv) west build -p -b aludel_elixir_ns@A app
207+ $ (.venv) west build -p -b aludel_elixir@A/nrf9160/ns app
208208 $ (.venv) west flash
209209
210210 External Libraries
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ CONFIG_NET_SOCKETS_TLS_PRIORITY=35
1717
1818# Modem library
1919CONFIG_NRF_MODEM_LIB=y
20- CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC=y
2120
2221# LTE connectivity with network connection manager
2322CONFIG_NRF_MODEM_LIB_NET_IF=y
@@ -38,3 +37,8 @@ CONFIG_MODEM_INFO=y
3837
3938# Generate MCUboot compatible images
4039CONFIG_BOOTLOADER_MCUBOOT=y
40+
41+ # Use Golioth Ostentus Faceplate
42+ CONFIG_LIB_OSTENTUS=y
43+
44+ CONFIG_REGULATOR=y
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ CONFIG_NET_SOCKETS_TLS_PRIORITY=35
1717
1818# Modem library
1919CONFIG_NRF_MODEM_LIB=y
20- CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC=y
2120
2221# LTE connectivity with network connection manager
2322CONFIG_NRF_MODEM_LIB_NET_IF=y
File renamed without changes.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ manifest:
3434
3535 - name : golioth-zephyr-boards
3636 path : deps/modules/lib/golioth-boards
37- revision : v1.2 .0
37+ revision : v2.0 .0
3838 url : https://github.com/golioth/golioth-zephyr-boards
3939
4040 - name : libostentus
You can’t perform that action at this time.
0 commit comments