Compare commits

..

11 Commits

Author SHA1 Message Date
acd02376c4 fixed the bug
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-30 15:11:21 +02:00
de75fc5531 small improvements
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-30 14:41:29 +02:00
39f0db1db6 small fixes for q7s-cp script
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-30 13:50:22 +02:00
e3dc1c9a74
some remaining low-level issue..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-29 13:35:31 +02:00
083b4e61ad
important bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-29 13:23:08 +02:00
c3dd2b55ee
need to fix special com helper
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-29 13:19:08 +02:00
2431994180
various fixes, store file works now
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-29 12:10:41 +02:00
b9ad396fb4 some important bugfixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-26 16:23:28 +02:00
cc863503ac bugfixes and improvements
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-26 14:36:25 +02:00
37211e2c5f allow validation of CAM cmd params in the future
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-26 11:22:53 +02:00
b03e53b6e9
Re-work MPSoC handler module
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2024-04-25 17:31:41 +02:00

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"
unset EIVE_Q7S_EM
# export EIVE_Q7S_EM=1
if [[ -d "eive-obsw" ]]; then
echo "Detected EIVE OBSW root directory at $(pwd)/eive-obsw. Setting to EIVE_OBSW_ROOT"