- The question:
We are using NXP2160a with LSDK v20.04. We have a problem :
When run “poweroff” command on terminal, the system is shut down ,but after a while , the system reboot automatically.
2. The preliminary reason:
Last, we find the reason:
In 《QorIQ LX2160A Reference Manual》4.3.1.2 Reset Request Mask Register (RSTRQMR1) , the sheet in chapter 4.3.1.2.4 shows :
17 MBEE_MSK
Multi-bit ECC error reset request mask
0b - Multi-bit ECC error event can cause a reset request
1b - Multi-bit ECC error event cannot cause a reset request. MBEE_MSK field must be preset to 1
to not cause a reset request due to multi-bit ECC error on boot due to some IP reading memories
before they are initialized.
3. What we do :
I masked bit 17, then the problem is solved.
4. ****** The ultimate question*******
I want to ask that what is bit17 used for? Why it caused reboot after running “poweroff” command?
“multi-bit ECC error on boot due to some IP reading memories before they are initialized.”
What is IP represent for? How does it happen?
Thank you!