Skip to content

Commit

Permalink
Added jetson flash method partials
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Halter <micah@balena.io>
  • Loading branch information
mehalter committed Apr 21, 2022
1 parent 244a56d commit 160c55c
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 4 deletions.
6 changes: 6 additions & 0 deletions contracts/hw.device-type/floyd-nano/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
7 changes: 7 additions & 0 deletions contracts/hw.device-type/intel-edison/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "custom"
},
"is_private": false
},
"partials": {
"instructions": ["TODO"],
"bootDevice": ["Power on {{name}}"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"installation": "sdcard"
},
"installation": {
"method": "externalBoot"
"method": "jetsonFlash"
},
"is_private": false
},
Expand Down
6 changes: 6 additions & 0 deletions contracts/hw.device-type/jetson-nano-emmc/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
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 @@ -25,7 +25,7 @@
"installation": "sdcard"
},
"installation": {
"method": "externalBoot"
"method": "jetsonFlash"
},
"is_private": false
},
Expand Down
6 changes: 6 additions & 0 deletions contracts/hw.device-type/jetson-tx2-nx-devkit/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"installation": "sdcard"
},
"installation": {
"method": "externalBoot"
"method": "jetsonFlash"
},
"is_private": false
},
Expand Down
6 changes: 6 additions & 0 deletions contracts/hw.device-type/jetson-xavier/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
2 changes: 1 addition & 1 deletion contracts/hw.device-type/jn30b-nano/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"installation": "sdcard"
},
"installation": {
"method": "externalBoot"
"method": "jetsonFlash"
},
"is_private": false
},
Expand Down
6 changes: 6 additions & 0 deletions contracts/hw.device-type/photon-nano/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
6 changes: 6 additions & 0 deletions contracts/hw.device-type/photon-xavier-nx/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"media": {
"installation": "dfu"
},
"installation": {
"method": "jetsonFlash"
},
"is_private": false
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}

0 comments on commit 160c55c

Please sign in to comment.