Search found 5 matches

by bjackman
Wed Oct 25, 2017 11:25 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Creating RT-Druid project with Virtual Machine
Replies: 7
Views: 5002

Re: Creating RT-Druid project with Virtual Machine

Yes, the demos work fine. Trace32 finds the t32.cmm file so I don't understand why the views don't come up. The ORTI menu options don't appear but when I type "do orti" it appears and I can work normally. It looks like everything is working fine behind the scenes since I can run and debug the progra...
by bjackman
Wed Oct 25, 2017 10:06 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Creating RT-Druid project with Virtual Machine
Replies: 7
Views: 5002

Re: Creating RT-Druid project with Virtual Machine

I'm using the PPC architecture. Here's a copy of the OIL file, modified from the VM demo example. CPU test_application { OS EE { EE_OPT = "DEBUG"; EE_OPT = "__USE_LEDS__"; EE_OPT = "__USE_BUTTONS__"; EE_OPT = "__E200ZX_EXECUTE_FROM_RAM__"; EE_OPT = "EE_ISR_DYNAMIC_TABLE"; EE_OPT = "EE_LAUTERBACH_DEM...
by bjackman
Tue Oct 24, 2017 11:22 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Creating RT-Druid project with Virtual Machine
Replies: 7
Views: 5002

Re: Creating RT-Druid project with Virtual Machine

Thank you so much! That worked! I had a small problem with the OIL file syntax but it's okay now. The next problem now is when I run the Trace32 debugger. None of the trace windows, ORTI views etc are displayed, just a blank window. The program is loaded and runs but I have to manually view all the ...
by bjackman
Tue Oct 24, 2017 1:43 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Creating RT-Druid project with Virtual Machine
Replies: 7
Views: 5002

Creating RT-Druid project with Virtual Machine

Hi, I've been using the Erika Virtual Machine installation to successfully build and debug the demo projects. However, I have a problem trying to create my own new projects from scratch. If I use a demo template (e.g. Mamba MPC5674 VM demo) and modify the OIL and code.c for my own application I cann...
by bjackman
Fri Jun 10, 2016 8:11 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Arduino Build Problem
Replies: 1
Views: 2293

Arduino Build Problem

Hi, I'm trying to build the Blink example for Arduino that comes with ERIKA. I have installed the Arduino SDK, cygwin and Winavr packages, all in C:\. For the AVR8 settings in RT-Druid I have set the Gcc path to C:\winAVR\avr and the Arduino SDK path to C:\Arduino. When I clean and build my project ...