Search found 3 matches

by saydam
Sun Apr 12, 2020 9:14 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Trying different scheduling algorithms in erika OS
Replies: 4
Views: 15367

Re: Trying different scheduling algorithms in erika OS

Hi, I downloaded VirtualBox for Erika v2 and i rearranged the oil and cpp file according to EDF configuration like https://erika.tuxfamily.org/wiki/index.php?title=Atmel_AVR8#Configuring_the_EDF_scheduler. However i took this error: 22:11:24 **** Incremental Build of configuration Default for projec...
by saydam
Thu Mar 26, 2020 10:36 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Trying different scheduling algorithms in erika OS
Replies: 4
Views: 15367

Re: Trying different scheduling algorithms in erika OS

Actually, now i think to try time trigger architecture and event trigger architecture on my arduino. I know erika supports Earliest Deadline First (EDF) as event trigger architecture. I can call tasks with static schedule table with the aid of alarms. Then, can we say Erika supports time trigger arc...
by saydam
Tue Jan 07, 2020 6:50 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Trying different scheduling algorithms in erika OS
Replies: 4
Views: 15367

Trying different scheduling algorithms in erika OS

Hello everybody, this is my first post. I was impressed by the work of Paolo Gai. I will embed erika to arduino uno, but i want to try different scheduling algorithms(e.g. Round robin, SJF, FCFS). My purpose is evaluating the performance of scheduling algorithms. Could i try this ? Is it possible ? ...