Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

How can I prevent AES key being overwritten by hacker in MAX10

YutaWakasugi
Novice
707 Views

Hi,

I'm referring Intel® MAX® 10 FPGA Configuration User Guide.
In my understanding, once we program AES key and turn on "Allow encrypted POF only" option, configuring CRAM through JTAG will be prevented, and configuration can be done only from the encrypted(by correct key) config image programmed in CFM.
However, can we still erase and re-program the AES key (AES key is not OTP) without knowing currently programmed AES key, correct?
If so, how can we prevent hackers from replacing AES key by their own key? Do we need to turn on "JTAG secure" option to disable JTAG itself?

Thank you

0 Kudos
1 Solution
YutaWakasugi
Novice
670 Views

I see, Thank you.

View solution in original post

0 Kudos
4 Replies
YuanLi_S_Intel
Employee
684 Views

Hi,


Yes, you need to turn on jtag secure mode to prevent the access of JTAG by third party to do full erase on the device.


Regards,

Bruce


0 Kudos
YutaWakasugi
Novice
676 Views

Hi, 

Thank you for the quick response. Let me confirm.

Once JTAG secure mode is enabled, even the internal developer who knows AES key can't update CFM.
And if we want to update CFM, we need to implement internal logic to issue UNLOCK instruction to JTAG core like below
MAX10 JTAG Secure Unlock | Design Store for Intel® FPGAs
Is my understanding correct?

Thank you,
Wakasugi 

0 Kudos
YuanLi_S_Intel
Employee
675 Views

Hi,


Yes, you are right.


Regards,

Bruce


0 Kudos
YutaWakasugi
Novice
671 Views

I see, Thank you.

0 Kudos
Reply