Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaszlo/mindstorms_erikaos
Mindstorming mit Erika: Portierung eines OSEK/AUTOSAR konformen Betriebssystems auf ARM9
https://github.com/jaszlo/mindstorms_erikaos
Last synced: about 1 month ago
JSON representation
Mindstorming mit Erika: Portierung eines OSEK/AUTOSAR konformen Betriebssystems auf ARM9
- Host: GitHub
- URL: https://github.com/jaszlo/mindstorms_erikaos
- Owner: jaszlo
- Created: 2022-10-20T19:44:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T20:04:49.000Z (about 2 years ago)
- Last Synced: 2023-10-18T13:48:01.886Z (about 1 year ago)
- Language: C
- Size: 22.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# ErikaOS Version 2 port for the EV3 Mindstorm
This port was created as a bachelor thesis at the Leibniz University Hannover for the Systems Research and Architecture Group ([here](https://sra.uni-hannover.de/Theses/2022/BA-Mindstorms.html)).
The ErikaOS sources were used from the public SVN-Repository ([here](https://svn.tuxfamily.org/viewvc.cgi/erika_erikae/repos/ee/trunk/ee/)).
A port of the OIL-Compiler RT-Druid is not included. OIL-files are still usable by using a work around. This is not relevant for users of this port. For more information on that workaround see Chapter 3.2.1 from the [thesis](./thesis.pdf).
This thesis also covers how to develop and deploy a baremetal hello world application for the EV3 Mindstorm using two different deployment methods. These can be found in the respective folder (see below) and were the first step in developing this port.
For further information see the *ReadMe's* in the subdirectories!
| Folder name | Contains |
|--------------|------------------------------------------------------------------------------------------------------------------------------|
| erika | All files for the ErikaOS Port |
| hello_world | Hello World Showcase for EV3 Mindstorm with SD-card deployment |
| hello_world_v2.0 | Hello World Showcase for EV3 Mindstorm with C-Kermit deployment |