hello, world\n

we’re currently in the design phase for a rocketchip RISC-V project with two 
harts.
Think a common HW platform where each hart drives a separate telescope unit.
The C code for each telescope is basically identical with the exception of 
memory mapped registers and interrupts.
Our idea is to compile the C code twice and link with different linkerscripts, 
separating the images in RAM
via different MEMORY { RAM: ORIGIN = 0x######## } declarations. A bootloader 
loads the images
to different addresses and branches depending on mhartid, starting two separate 
RTEMS applications, each
of which runs 10 tasks. There’s no communication between the RTEMS instances.

Are we attempting something crazy (too complex) and we should instead look into 
<your suggestion here>?

If not, is there a simple way to compile an app twice for different RAM: ORIGIN 
values?
I tried using a Linkerscript with -Wl,-T,Linkerscript with a different MEMORY 
but this draws a warning such as
warning: redeclaration of memory region `RAM'
and uses the value in the BSPs  linkcmds file. It looks like the last 
declaration wins and the linkcmds is
always read after linker scripts specified by my -Wl command line option.

Jens Schweikhardt

TL4 LCT Software Development

Phone:

Mail:

+49 7191 930-2849<tel:+4971919302849>

jens.schweikha...@tesat.de<mailto:jens.schweikha...@tesat.de>

[logo]<https://www.tesat.de/>

________________________________

Tesat-Spacecom GmbH & Co. KG
Gerberstraße 49
71522 Backnang

[fb]<https://www.facebook.com/TesatSpacecom/>[li]<https://www.linkedin.com/company/tesat>[tw]<https://www.twitter.com/TesatSpacecom>


This electronic message may contain highly confidential or privileged 
information from Tesat-Spacecom GmbH & Co. KG. Any of the information is only 
intended for the recipient and the use by any other party is not authorized. If 
you are not the intended recipient, be aware, that any disclosure, copying, 
distribution or use of the contents of this message is prohibited. If you have 
received this message by error please notify us immediately by telephone (+49 
7191 930-2849) or by e-mail (jens.schweikha...@tesat.de). Thank you.




________________________________

Tesat-Spacecom GmbH & Co. KG
Sitz: Backnang; Registergericht: Amtsgericht Stuttgart HRA 270977
Persoenlich haftender Gesellschafter: Tesat-Spacecom Geschaeftsfuehrungs GmbH;
Sitz: Backnang; Registergericht: Amtsgericht Stuttgart HRB 271658;
Geschaeftsfuehrung: Thomas Reinartz, Kerstin Basche, Ralph Schmid

[banner]
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to