Skip to content

Commit

Permalink
hw.device-type: switch to using flashProtocol: jetsonFlashDirect
Browse files Browse the repository at this point in the history
... for devices which have detailed instructions in the jetson-flash
repository.

Devices which are SD-CARD flashers stay un-changed, so do
community boards which don't have dedicated pages in the
jetson-flash documentation.

Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Dec 3, 2024
1 parent 0175739 commit ee7fde9
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage"]
"defaultBoot": "internal"
},
"is_private": false
},
Expand All @@ -36,4 +36,5 @@
"flashIndicator": ["power LED is off"],
"bootDevice": ["Power up the {{name}}"]
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": false
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "sdcard"
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/jetson-nano-emmc/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal"
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/jetson-nano/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": false
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "sdcard"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage"]
"defaultBoot": "internal"
},
"is_private": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage"]
"defaultBoot": "internal"
},
"is_private": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage"]
"defaultBoot": "internal"
},
"is_private": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage"]
"defaultBoot": "internal"
},
"is_private": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"storage": {
"internal": false
},
"flashProtocol": "jetsonFlash",
"media": {
"defaultBoot": "sdcard"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": false
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "sdcard"
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/jetson-xavier/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"storage": {
"internal": true
},
"flashProtocol": "jetsonFlash",
"flashProtocol": "jetsonFlashDirect",
"media": {
"defaultBoot": "internal"
},
Expand Down

0 comments on commit ee7fde9

Please sign in to comment.