-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-8023
-
11.01.00
-
-
The bootloader driver share a common global memory bootloader instance (gMemBootloaderConfig) for all the media specific bootloader instances defined in the sysconfig.
This can lead to issues in a multi-threaded environment as the memory bootloader instance has structure fields like "coresPresentMap" that is initialized to 0 for every appimage as part of the "Bootloader_parseMultiCoreAppImage" function call.