<div dir="ltr"><div>Dear Sir,</div><div><br></div><div>I have used RTEMS 4.12 modified version for single core only of i.MX6Q(Cortex-A9) until now.</div><div>At this time, I am trying to add SMP feature from one core to four cores.</div><div><br></div><div>Because I have a problem regarding "RTEMS_FATAL_SOURCE_SMP", I am trying to find a reason in my working version.</div><div><br></div><div>As I know in RTEMS SMP booting sequence, after first RTEMS kernel on master core(core0) is run, three RTEMS kernel entry on each core1, core2, core3 is executed.</div><div><br></div><div>At this time, RTEMS kernel on master core(core 0) initialize several device initializations. </div><div> - console driver for debug port.</div><div> - additional serial driver for device I/O communication.</div><div> - file system for sd-card.</div><div> - framebuffer for LCD panel.</div><div><br></div><div>I guess that RTEMS kernel on core1, core2, core3 will initialze same device(console, sd-card, framebuffer) as like kernel on core0.</div><div><br></div><div>Is this correct ?</div><div><br></div><div>Best Regards,</div><div>Thomas Kim</div><div><br></div></div>