Compare commits

..

2 Commits

Author SHA1 Message Date
Robin Müller aa2bfb7d0e Re-work MPSoC handler module
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
2024-04-30 15:14:22 +02:00
Marius Eggert fa01afe0fa fixed build after EM build was created
EIVE/eive-obsw/pipeline/head This commit looks good Details
2024-04-30 11:37:46 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export ZYNQ_7020_SYSROOT="/opt/xiphos/sdk/ark/sysroots/cortexa9hf-neon-xiphos-li
export PATH=${CROSS_COMPILE_BIN_PATH}:$PATH
export CROSS_COMPILE="arm-linux-gnueabihf"
# export EIVE_Q7S_EM=1
unset EIVE_Q7S_EM
if [[ -d "eive-obsw" ]]; then
echo "Detected EIVE OBSW root directory at $(pwd)/eive-obsw. Setting to EIVE_OBSW_ROOT"