有没有一种方法来保护the firmware in the SPI flash from being read ?

2 posts / 0 new
Last post
ankitdaf
Offline
Last seen:2 years 9 months ago
加入:2015-09-03 20:14
有没有一种方法来保护the firmware in the SPI flash from being read ?

Hi

I am curious to know if there is some way in software that we can protect the firmware from being dumped / read out by sniffing / snooping tools

Best
Ankit

Keywords:
Device:
Joacimwe
Offline
Last seen:1 year 5 months ago
Guru
加入:2014-01-14 06:45
If you have a secondary boot

If you have a secondary boot loader, you can store an encryption key on OTP and store the image encrypted on your Flash.
When the device boots, the encrypted code is loaded from Flash and is decrypted.
That way the decrypted code stays in RAM which is much harder to access than Flash.

Topic locked