Skip to content

Commit

Permalink
Add serial hub numbers for NUC2 and Orin2
Browse files Browse the repository at this point in the history
Change right usb hub serial numbers for using
NUC2 and Orin2.

Signed-off-by: Ville-Pekka Juntunen <[email protected]>
  • Loading branch information
vjuntunen committed Jun 20, 2023
1 parent 2abfd63 commit 6682090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfiles/nuc_x86_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ pipeline {
script{
// Set pipeline description
currentBuild.description = "${params.server} BuildID: ${params.buildID}"
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 0 -s 6B780E17'
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 0 -s 8CC6B0A9'
// wait that USB drive is mounted
sh 'sleep 10'
def output = sh (
script: 'lsblk -o model,name |grep PSSD',
script: 'lsblk -o model,name |grep SanDisk',
returnStdout: true
).trim()
def list = output.split(' ')
Expand All @@ -54,7 +54,7 @@ pipeline {
stage('Change USB HUB host back to test device') {
steps {
script{
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 1 -s 6B780E17'
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 1 -s 8CC6B0A9'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfiles/orin_arm_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
script{
// Set pipeline description
currentBuild.description = "${params.server} BuildID: ${params.buildID}"
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 0 -s EBBBCDD4'
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 0 -s 92D8AEB7'
// wait that USB drive is mounted
sh 'sleep 10'
def output = sh (
Expand All @@ -54,7 +54,7 @@ pipeline {
stage('Change USB HUB host back to test device') {
steps {
script{
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 1 -s EBBBCDD4'
sh './BrainStem_dev_kit/bin/AcronameHubCLI -u 1 -s 92D8AEB7'
}
}
}
Expand Down

0 comments on commit 6682090

Please sign in to comment.