Dear community,
After a lot of though and fighting with our hardware we decided to use a dual slot bootloader config with an external flash.
We based our testing on the following repo plus the provided example in the SDK shell/shell_module
When we run the booloader with a simple hello world it works without an issue.
When we run the shell example runs without any issue.
When we combine the two then there's no shell after boot and the example does nothing.
We are trying to make this simple example work since our custom software is dependent on shell functionality and we need to make something work with it.
We are also providing our code in case someone has some insights.
SDK: 1.7.0 or 1.9.1 using Visual Code
