OE4T / meta-mender-community

Community supported integration layers for Mender on various boards
Apache License 2.0
5 stars 5 forks source link

Additional partition layout fix #6

Closed madisongh closed 3 years ago

madisongh commented 3 years ago

With L4T R32.4.4, the id attribute on a partition is used to specify the partition number. This allows, for instance, the APP partition to be physically located at the end of an SDcard but appear as partition 1 in the GPT.

Since our custom layouts were derived from an earlier version of L4T that simply used id as a sequence number for the flashing tools with no external effect, we must remove those attributes to be compatible with the newer tools.

Signed-off-by: Matt Madison matt@madison.systems