Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kianwasabi authored Nov 10, 2023
1 parent 15dee03 commit 1b8c2aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,21 @@ make -j8
# VSOME TOOL: https://github.com/COVESA/capicxx-someip-tools
# SEE: https://github.com/SEA-ME-COSS/DES-Head-Unit/tree/main/setting

#!/bin/bash
#delete "src-gen-carinfo" folder if it exists
if [ -d "src-gen-carinfo" ]; then
rm -rf src-gen-carinfo
fi
#run generator
/home/seame02/generator/core-generator/commonapi-core-generator-linux-x86_64 -sk ./fidl/carinfo.fidl -d ./src-gen-carinfo/core
/home/seame02/generator/someip-generator/commonapi-someip-generator-linux-x86_64 ./fidl/carinfo.fdepl -d ./src-gen-carinfo/someip

################## NOTE ##################
# This needs to be run before running Build.sh
# Unfornauteley, the generator does not run on the target system (Raspberry Pi).
# Therefore, the teams laptop is used.
# Paths on Genenrator needs to be modified regarding the used machine.

################# PERMISSION SETTINGS #################
# cd ..
# chmod 755 /car_control
Expand Down

0 comments on commit 1b8c2aa

Please sign in to comment.