Skip to content

Commit

Permalink
Merge pull request #1272 from balena-os/add_tx2_nx_partition_indexes
Browse files Browse the repository at this point in the history
lib/components: Add partition index for Jetson TX2 NX types
  • Loading branch information
acostach authored Jan 23, 2025
2 parents 03a7057 + 3db19db commit c264c9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/lib/components/os/balenaos.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ module.exports = class BalenaOS {
case 'jetson-nano':
this.bootPartition = 12;
break;
case 'jetson-tx2-nx-devkit':
case 'wbt-tx2-nx':
this.bootPartition = 24;
break;
case 'srd3-xavier':
this.bootPartition = 37;
break;
Expand Down

0 comments on commit c264c9c

Please sign in to comment.