Problem with building zephyr/samples/subsys/mgmt/mcumgr/smp_svr using atsame70 #46144
-
I was able to build and flash same example on nrf52840dk_nrf8240, i was also able to play with mcumgr where i upload new image. My task is to do it wit atsame70, but when i try(west build -b psn_jlink -- -DOVERLAY_CONFIG='overlay-serial.conf;overlay-fs.conf;overlay-shell-mgmt.con) sometimes I get this error(when serial transport is enabled): In file included from /home/crem/zephyrproject/zephyr/include/arch/arm/aarch32/arch.h:20, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@CEmir10 you seem to be using a custom board, and based on the error output, it looks like the board's devicetree is missing the appropriate nodes to configure flash partitions. I'm converting this to a discussion since it does not look like a bug in upstream zephyr itself. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue compiling this example even for some default targets. For example, if I choose
then I got following errors:
But if I choose
Then it compiles. |
Beta Was this translation helpful? Give feedback.
@CEmir10 you seem to be using a custom board, and based on the error output, it looks like the board's devicetree is missing the appropriate nodes to configure flash partitions. I'm converting this to a discussion since it does not look like a bug in upstream zephyr itself.