mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-30 03:52:41 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user