From 9b9d39d57811f1e2b1c45ee23751bd658a1e969f Mon Sep 17 00:00:00 2001 From: Marek Slowinski Date: Mon, 3 Jun 2024 14:23:34 +0200 Subject: [PATCH] samples: userspace: cortex_r8_virtual: Set CONFIG_DYNAMIC_OBJECTS=y MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable kernel dynamic object allocation. Otherwise the following error is printed: E: 0xa138 is not a valid sample driver E: address is not a known kernel object E: syscall z_vrfy_sample_driver_state_set failed check: access denied E: couldn't start driver interrupts Signed-off-by: Marek Slowinski Signed-off-by: Mateusz HoĊ‚enko --- samples/userspace/prod_consumer/boards/cortex_r8_virtual.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 samples/userspace/prod_consumer/boards/cortex_r8_virtual.conf diff --git a/samples/userspace/prod_consumer/boards/cortex_r8_virtual.conf b/samples/userspace/prod_consumer/boards/cortex_r8_virtual.conf new file mode 100644 index 00000000000..83bf462b1c5 --- /dev/null +++ b/samples/userspace/prod_consumer/boards/cortex_r8_virtual.conf @@ -0,0 +1 @@ +CONFIG_DYNAMIC_OBJECTS=y