Search found 875 matches

by paolo.gai
Fri Jul 12, 2019 2:06 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: XSLT transformation on RT-Druid Command Line
Replies: 2
Views: 13352

Re: XSLT transformation on RT-Druid Command Line

Hi,

Once you develop the plugin on the normal Eclipse, I guess they should work also on the command line version.

Ciao,

PJ
by paolo.gai
Mon Jul 08, 2019 7:05 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Enabling ORTI support for Lauterbach Tracer
Replies: 1
Views: 2187

Re: Enabling ORTI support for Lauterbach Tracer

Hi, There are various examples in the repository and templates that use and generate ORTI files. For example, all the S32 K148 OSEK examples have ORTI enabled. lauterbach scripts are directly generated and lauterbach can execute just by using the upload build target. Please check the wiki page: http...
by paolo.gai
Mon Jul 01, 2019 8:56 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem with buiding example on Tricore with Erika 3
Replies: 4
Views: 5747

Re: Problem with buiding example on Tricore with Erika 3

Please install make from Cygwin.

you can see from the screenshot posted that you are referring to the make provided by hightec.

The command output should be:

$ which make
/usr/bin/make


Ciao,

PJ
by paolo.gai
Mon Jul 01, 2019 4:07 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Problem with buiding example on Tricore with Erika 3
Replies: 4
Views: 5747

Re: Problem with buiding example on Tricore with Erika 3

It could be cause by:
- usage of installation directories not in C: but in D: (seems strange)
- a wrong make application (could you please open a cygwin shell and type "which make" to see if it returns a standard cygwin make?

Ciao,

PJ
by paolo.gai
Fri Jun 14, 2019 10:54 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: two infinite loops task on one core in tricore
Replies: 3
Views: 3025

Re: two infinite loops task on one core in tricore

ERIKA is an AUTOSAR OS. Please check the specification, the scheduling is priority driven, with immediate priority ceiling. No Round Robin.

Ciao,

PJ
by paolo.gai
Thu Jun 13, 2019 11:11 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: two infinite loops task on one core in tricore
Replies: 3
Views: 3025

Re: two infinite loops task on one core in tricore

There are various event demos in the templates available in the standard distribution. just instantiate one of them...

Ciao,

PJ
by paolo.gai
Thu Jun 13, 2019 11:10 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: memory protection erika in tricore
Replies: 1
Views: 2271

Re: memory protection erika in tricore

Hi Yuriy,

ERIKA3 does not support yet Memory Protection.

Ciao,

PJ
by paolo.gai
Mon Jun 10, 2019 4:35 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: RT-Druid in HighTec Free Tool Chain IDE?
Replies: 3
Views: 15064

Re: RT-Druid in HighTec Free Tool Chain IDE?

Please check your board whether it provides any kind of on-chip debugging capabilities. by looking at this page: https://www.infineon.com/cms/en/product/evaluation-boards/kit_aurix_tc223_trb/ it seems you should have a USB debugger. Pelase try it. Once you successfully run one of the provided demos ...
by paolo.gai
Sat May 25, 2019 2:00 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: ERIKA3 Release GH65
Replies: 0
Views: 4231

ERIKA3 Release GH65

Dear all, The ERIKA3 release GH65 is ready for download. We added various features, here's the changelog: -------------------------------- Architectures: - Added RH850 G4MH support based on Renesas Embark library - Introduced spinlocks locking methods (i.e. spinlocks ceiling) - contrib/infineon: Add...
by paolo.gai
Fri May 24, 2019 12:53 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: First steps to porting erika to mc9s12xe family
Replies: 4
Views: 15068

Re: First steps to porting erika to mc9s12xe family

Dear LelloCaputo,

please check https://erika.tuxfamily.org/wiki/index. ... controller

this should be a good starting point.

PJ
by paolo.gai
Tue May 21, 2019 10:29 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: First steps to porting erika to mc9s12xe family
Replies: 4
Views: 15068

Re: First steps to porting erika to mc9s12xe family

s12 is already supported by erika2.

Just check whether the current version works on your derivative.

Check also the porting guide which is available in the wiki...

Ciao,

PJ
by paolo.gai
Mon May 20, 2019 11:20 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: No output from Erika on Xen
Replies: 7
Views: 18410

Re: No output from Erika on Xen

Ouch. Sorry, patch now attached :-)
erika_patch_new_xen_demo.zip
(12.17 KiB) Downloaded 897 times
PJ
by paolo.gai
Sun May 19, 2019 6:32 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: No output from Erika on Xen
Replies: 7
Views: 18410

Re: No output from Erika on Xen

Yes, ERIKA2 worked as well on Xen, it was tested on an Allwinner chip if I remember well. Last year people from Lauterbach made ERIKA2 work on a newer Xen. I'm attaching the patch, maybe it can help solvimng your issue. Unfortunately we never had time to integrate it into the ERIKA2 branch. I hope i...
by paolo.gai
Fri May 10, 2019 8:31 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Porting of application to AWR1642
Replies: 1
Views: 2314

Re: Porting of application to AWR1642

Dear TronManI,

We currently have no support for that demo application from TI.

Once done, If you want to post some kind of integration I'm sure that other people in the forum will like it...

Ciao,

PJ
by paolo.gai
Thu May 02, 2019 1:04 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: How to set gcc-arm-none-eabi as toolchain in Eclipse
Replies: 4
Views: 19162

Re: How to set gcc-arm-none-eabi as toolchain in Eclipse

Good that you solved it!

I updated the page:
http://erika.tuxfamily.org/wiki/index.p ... _Ubuntu_18

with your comments.

Ciao,

PJ