]> rtime.felk.cvut.cz Git - ert_linux.git/blob - README
Update of the README.
[ert_linux.git] / README
1 Mimimalistic Simulink Coder Target for Linux
2 ============================================
3 Authors: Michal Sojka <sojkam1@fel.cvut.cz>
4          Lukas Hamacek <hamacl1@fel.cvut.cz>
5
6 Copyright (C) 2009 - 2014
7          Department of Control Engineering
8          Faculty of Electrical Engineering
9          Czech Technical University in Prague
10
11 The aim of this target is to allow Simulink to generate code that
12 runs in real-time on Linux. This target tries to be minimalist in
13 the sense that it reuses as much as possible from Simulink built-in
14 targets.
15
16
17 Installation
18 ------------
19
20 In Matlab prompt execute:
21
22   cd <root>/ert_linux/ert_linux
23   ert_linux_setup
24
25 From now on, Code Generation pane of Simulink Model Configuration
26 Parameters should offer ert_linux.tlc as System Target File (after
27 pressing "Browse...." button).
28
29 Documentation
30 -------------
31
32 Pinters to more ERT Linux target documentation can be found
33 at the project SourceForge page
34
35   http://lintarget.sourceforge.net/
36
37 The Michal Sojka blogpost about update of actual version
38 can be found at
39
40   http://rtime.felk.cvut.cz/~sojka/blog/on-generating-linux-applications-from-simulink/
41
42 Note: This target was tested with Matlab R2012b and R2013a
43       and Humusoft MF624 cards with Linux kernels up to 3.12 RT
44       on 64-bit Debian GNU/Linux system.