X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ert_linux.git/blobdiff_plain/0b17152f456dff833c866b61e59a60ecd1e9e71e..ea73674cbf515375efe47e8504ff8ebc9472b707:/README diff --git a/README b/README index 30bad48..8683071 100644 --- a/README +++ b/README @@ -1,5 +1,12 @@ -Mimimalistic Simulink Coder Target for Linux +Minimalist Simulink Coder Target for Linux ============================================ +Authors: Michal Sojka + Lukas Hamacek + +Copyright (C) 2009 - 2017 + Department of Control Engineering + Faculty of Electrical Engineering + Czech Technical University in Prague The aim of this target is to allow Simulink to generate code that runs in real-time on Linux. This target tries to be minimalist in @@ -19,4 +26,28 @@ From now on, Code Generation pane of Simulink Model Configuration Parameters should offer ert_linux.tlc as System Target File (after pressing "Browse...." button). -Note: This target was tested with Matlab R2012b. +Documentation +------------- + +In order to cross-compile the generated source, modify the "Make +command" in Code Generation pane to set the CC variable (and/or CPP +for C++ compiler). For example: + + make_rtw CC=arm-linux-gnueabi-gcc + +Pointers to more ERT Linux target documentation can be found at the +project SourceForge page http://lintarget.sourceforge.net/. + +Michal Sojka's blogpost about the actual version can be found at +http://rtime.felk.cvut.cz/~sojka/blog/on-generating-linux-applications-from-simulink/. + +Development sources repository +------------------------------ + + http://rtime.felk.cvut.cz/gitweb/ert_linux.git + + git clone git://rtime.felk.cvut.cz/ert_linux.git + +Note: This target was tested with Matlab R2012b and R2013a + and Humusoft MF624 cards with Linux kernels up to 3.12 RT + on 64-bit Debian GNU/Linux system.