jetson-xavier-nx-devkit-tx2-nx: update ROOTFSPARTSIZE to match stock L4T

and set RECROOTFSSIZE to match the stock config as well, since
the default 300MiB size would be too large.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2021-07-20 03:56:18 -07:00
parent e35257d528
commit b05cf67b78

View File

@@ -15,7 +15,8 @@ UBOOT_MACHINE = "p3636-0001_defconfig"
EMMC_SIZE ?= "15758000128"
BOOTPART_SIZE ?= "8388608"
BOOTPART_LIMIT ?= "10485760"
ROOTFSPART_SIZE ?= "8589934592"
ROOTFSPART_SIZE ?= "15032385536"
RECROOTFSSIZE ?= "104857600"
ODMDATA ?= "0x2090000"
EMMC_BCT ?= "tegra186-mb1-bct-memcfg-p3636-0001-a01.cfg"
NVIDIA_BOARD ?= "t186ref"