Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to turn off ECC?

Patrick_S_
New Contributor I
1,175 Views

Hey all,

 

simple question. How can I turn off ECC on KNC?

 

Thanks

Patrick

0 Kudos
2 Replies
Leonardo_B_Intel
Employee
1,175 Views
Patrick, this might be of help. Best, Leo. From ECC enabled to ECC disabled: $ micsmc --ecc status mic0 (ecc): ECC is enabled mic1 (ecc): ECC is enabled $ sudo micctrl -rw mic0: resetting mic1: resetting mic0: ready mic1: ready $ sudo micsmc --ecc disable Information: mic0: putting device in maintenance mode... Information: mic0: disabling ECC... Information: mic0: ECC mode disable succeeded Information: mic0: resetting to 'ready' state Information: mic1: putting device in maintenance mode... Information: mic1: disabling ECC... Information: mic1: ECC mode disable succeeded Information: mic1: resetting to 'ready' state $ sudo service mpss restart $ micsmc --ecc status mic0 (ecc): ECC is disabled mic1 (ecc): ECC is disabled From ECC disabled to ECC enabled should be the same.
0 Kudos
Patrick_S_
New Contributor I
1,175 Views

Thanks!

0 Kudos
Reply