2023-09-26 06:27 AM - edited 2023-09-26 06:28 AM
Hello all.
Another question regarding SBSFU, this time 1 image version.
When we download new image via YMODEM, when does decryption process happen?
1. Is new image first downloaded into active image slot and then decrypted?
2. Is new image downloaded and decrypted at the same time, which is basically decryption on the fly, but that requires special hardware accelerator?
Thanks in advance!
Solved! Go to Solution.
2023-09-26 08:57 AM
Hello @Jakub Standarski ,
In 1 image setup, if the update is done by the SBSFU loader, you can follow what is done in file
1_Image\1_Image_SBSFU\SBSFU\App\sfu_loader.c
in function
2023-09-26 08:57 AM
Hello @Jakub Standarski ,
In 1 image setup, if the update is done by the SBSFU loader, you can follow what is done in file
1_Image\1_Image_SBSFU\SBSFU\App\sfu_loader.c
in function
2023-09-26 09:06 AM
Awesome! That's what I needed, thanks!