Skip to content

Commit 195affc

Browse files
committed
update golioth-zephyr-boards and overlay files
Update to a set of board definitions that use Hardware Model v2 for Zephyr v3.7.0. Update board overlay files accordingly. Signed-off-by: Mike Szczys <[email protected]>
1 parent b3d69a7 commit 195affc

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

boards/aludel_elixir_ns.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CONFIG_NET_SOCKETS_TLS_PRIORITY=35
1717

1818
# Modem library
1919
CONFIG_NRF_MODEM_LIB=y
20-
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC=y
2120

2221
# LTE connectivity with network connection manager
2322
CONFIG_NRF_MODEM_LIB_NET_IF=y
@@ -38,3 +37,8 @@ CONFIG_MODEM_INFO=y
3837

3938
# Generate MCUboot compatible images
4039
CONFIG_BOOTLOADER_MCUBOOT=y
40+
41+
# Use Golioth Ostentus Faceplate
42+
CONFIG_LIB_OSTENTUS=y
43+
44+
CONFIG_REGULATOR=y

boards/aludel_mini_v1_sparkfun9160_ns.conf renamed to boards/aludel_mini_nrf9160_ns.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CONFIG_NET_SOCKETS_TLS_PRIORITY=35
1717

1818
# Modem library
1919
CONFIG_NRF_MODEM_LIB=y
20-
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC=y
2120

2221
# LTE connectivity with network connection manager
2322
CONFIG_NRF_MODEM_LIB_NET_IF=y
File renamed without changes.

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)