Skip to content

Commit

Permalink
dm-unipz: reset diagnostics after executing startup script, set versi…
Browse files Browse the repository at this point in the history
…on number to 00.08.21
  • Loading branch information
dietrichb committed Jul 23, 2024
1 parent 708c2fc commit 42bc06f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-env_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag


###########################################
# testing without datamaster
###########################################
Expand Down
5 changes: 5 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-fel0090-int_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag


###########################################
# testing without datamaster
###########################################
Expand Down
4 changes: 4 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-tsl008-int_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag

###########################################
# testing without datamaster
###########################################
Expand Down
4 changes: 4 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-tsl017-pro_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag

###########################################
# testing without datamaster
###########################################
Expand Down
4 changes: 4 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-tsl018-pro_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag

###########################################
# testing without datamaster
###########################################
Expand Down
4 changes: 4 additions & 0 deletions modules/dm-unipz/x86/dm-unipz-tsl020-int_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ dmunipz-ctl dev/wbm0 startop

echo -e dm-unipz - start: startup script finished

sleep 2

dmunipz-ctl dev/wbm0 cleardiag

###########################################
# testing without datamaster
###########################################
Expand Down

0 comments on commit 42bc06f

Please sign in to comment.