This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
resources:errata:adar1000 [18 Feb 2022 21:10] Joel Dobler Added link to article version of app note |
resources:errata:adar1000 [26 Apr 2022 20:11] Joel Dobler Added FIPS error workaround for control software |
||
---|---|---|---|
Line 19: | Line 19: | ||
\\ | \\ | ||
\\ | \\ | ||
+ | ==== Control Software ==== | ||
+ | If FIPS is enabled on your PC, when connecting to the ADAR1000 evaluation board, the error in **bold** below is thrown: | ||
+ | \\ | ||
+ | **"System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."** | ||
+ | |||
+ | There are a couple of solutions: | ||
+ | - Disable FIPS on your PC by going to: Administrative Tools -> Local Security Policy -> Local Policies -> Security Options -> System Cryptography: Use FIPS compiant algorithms for encryption, hashing and signing -> Choose "Disabled" and hit Apply | ||
+ | - If you cannot disable FIPS, to this instead: Within the working directory where the ADAR1000.exe is installed, add the file "ADAR1000.exe.config" to the directory, paste the following text within the config file you just created, and save the file: | ||
+ | |||
+ | <code> | ||
+ | <?xml version="1.0"?> | ||
+ | <configuration> | ||
+ | <runtime> | ||
+ | <enforceFIPSPolicy enabled="false"/> | ||
+ | </runtime> | ||
+ | </configuration> | ||
+ | </code> | ||
+ | |||
+ | |||
+ | |||
+ | \\ | ||
+ | \\ | ||
+ | |||
==== User Guide ==== | ==== User Guide ==== | ||