<div dir="ltr">The leon3 BSP also supported something similar at one point. <div><br></div><div>If the two applications do not need to communicate, then it should</div><div>not be an issue. If the do need to communicate, then this might be</div><div>a case where the original distributed multiprocessing in RTEMS makes</div><div>sense. It isn't used much but is still there. Or you could just reserve some</div><div>RAM for a shared communications area and manage it yourself.</div><div><br></div><div>The key is going to be keeping the two really separate and making</div><div>sure you can load two images.</div><div><br></div><div>--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 24, 2022 at 8:03 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Jens,<br>
<br>
in general, such a setups works. We used it some time ago on the NXP <br>
P1020 before the SMP support was available. You just have to provide two <br>
MEMORY definitions for the linker. You also have to make sure that you <br>
don't accidentally share hardware modules between the two RTEMS <br>
instances without synchronization.<br>
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div>