Commit 183a8df
committed
Unify partition layout: 2GB (EFI) + 4GB (rootfs)
In order to keep backward compatibility, the partition layout of non eve-k
variants has been kept the same since version 10.2.0, where EFI and rootfs
partitions (IMGA/IMGB) are partitioned as the following:
* EFI - 36MB
* IMGA - 512MB
* IMGB - 512MB
Commit 5db29bd fixed partition layout for
eve-k as the following:
* EFI - 2GB
* IMGA - 4GB
* IMGB - 4GB
This new layout allows not only the growing of rootfs but also the growing
of EFI space for new features, if required.
This commit unifies partition layout across all EVE variants, so all images
should have the same scheme: EFI (2GB), IMGA/IMGB (4GB).
The 300MB limitation is not changed, so generic rootfs images can still
be upgraded from the remote controller. However, for NVIDIA variants the
maximum size is set to 4GB. This is a requirement for the Jetpack 7.1,
which has exceeded the current size limit.
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>1 parent 2a5ed86 commit 183a8df
2 files changed
+6
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
464 | | - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
| |||
476 | 477 | | |
477 | 478 | | |
478 | 479 | | |
479 | | - | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 102 | + | |
114 | 103 | | |
115 | 104 | | |
116 | 105 | | |
| |||
0 commit comments