Skip to content

Commit 62795c3

Browse files
gmarullrlubos
authored andcommitted
samples: suit: flash_companion: disable GPD service
Otherwise flash overflows. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent d353099 commit 62795c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ CONFIG_FLASH=y
2020
# Disable power management
2121
CONFIG_PM=n
2222

23-
# Disable NRFS
23+
# Disable GPD service and NRFS
24+
CONFIG_SOC_NRF54H20_GPD=n
2425
CONFIG_NRFS=n
2526

2627
# Disable unneeded interrupt features

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ manifest:
7272
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
7373
- name: zephyr
7474
repo-path: sdk-zephyr
75-
revision: pull/2195/head
75+
revision: 40ac0cca86ebc2a7af34221f643ec616804a02fa
7676
import:
7777
# In addition to the zephyr repository itself, NCS also
7878
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)