Skip to content

Commit

Permalink
fix load command
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Jul 17, 2024
1 parent 256c722 commit 630a8b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ variables:

# Apax scripts
scripts:
load: sld -i "$BIN_FOLDER" -t "$IP_ADDRESS" -r --accept-security-disclaimer -l debug --default-server-interface
# call 'apax load' to download the builded program to the target. An 'apax build' might be required upfront
load: apax sld load --input $BIN_FOLDER --target $IP_ADDRESS --restart --accept-security-disclaimer --log debug
# call 'apax dlplc' to build and download the application to the target
dlplc:
- apax build
- apax load
- apax load

0 comments on commit 630a8b3

Please sign in to comment.