‪Adaptive AUTOSAR  2
‪ARA public interface header documentation
‪Adaptive

example workflow

Adaptive Autosar Platform enviroment over Linux defined by AUTOSAR.

  • ‪For more information about the project refer to wiki
  • ‪For Project Documentation refer to Github pages

General steps

  • ‪to use the ".sh" files you need first to run this command in terminal
    chmod +x *.sh
  • ‪you have to cinfigure the project before any thing
  • ‪build and run the project

First of all

  • ‪open terminal in the project dir
  • ‪change the dir to quick_test
    cd quick_test

steps for configuration

  • ‪run this command
    ./configure.sh

steps for building

  • ‪run this command
    ./build.sh

steps for running

  • ‪run this command
    ./run.sh

steps for testing

  • ‪run this command
    ./test.sh

steps for SD test

  • ‪Run this command just one time
    ./configure.sh
./build.sh
./sd_test.sh