-
Hello, While porting MCUboot to my platform, I found a behaviour in boot_serial.c that prevent the correct communication with mcumgr unless I modify the code as following: Original code:
Modified code to make it work in my scenario:
Could this be a bug or am I missing something? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
alcarraro
Sep 15, 2025
Replies: 1 comment
-
Sorry for the noise, I found the issue in the base64 library used in my platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alcarraro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the noise, I found the issue in the base64 library used in my platform.