<div>Hi,</div><div>    I am trying to port RTEMS for allwinner T3 Soc(Quad cortex-A7 core)£¬ I start it from BSP imx. </div><div>System runs just with one core and without MMU, So I have two problems:</div><div>1.when I enable MMU, system halt</div><div>But uboot run ok with MMU and cache on, even I use the same ttb descriptor as uboot, system still halt at set TTBR0.</div><div>I have turned off MMU and clean cache before initialized it.</div><div><br></div><div>2.When I define processor number to 2, system seem<font __editorwarp__="1" style="display: inline; font-size: 14px; font-family: Verdana; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0); font-weight: 400; font-style: normal;">s enter a infinite loops at </font><span style="color: rgb(128, 0, 128); white-space: pre-wrap; font-family: Monaco; font-size: 11pt;">_Per_CPU_Wait_for_job()</span></div><div>Is there any notes about how to start 2nd core? I almost know nothing about start 2nd core.</div><div><br></div><div>Any advices will be appreciated. </div><div>Thanks!</div>