forked from mendersoftware/meta-mender-community
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mendersoftware#188 from BoulderAI/dunfell-nano-par…
…tition-layout-updates meta-mender-tegra: dunfell nano development board partition layout fixes
- Loading branch information
Showing
4 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
...mender-tegra/recipes-bsp/u-boot/patches/0013-Reduce-env-size-on-p3450-0000-to-64KiB.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From 00d2500c1a78e3b49d70256e5cbea6aedb3ebe83 Mon Sep 17 00:00:00 2001 | ||
From: Matt Madison <matt@madison.systems> | ||
Date: Mon, 2 Nov 2020 08:24:14 -0800 | ||
Subject: [PATCH] Reduce env size on p3450-0000 to 64KiB | ||
|
||
Signed-off-by: Matt Madison <matt@madison.systems> | ||
--- | ||
configs/p3450-0000_defconfig | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/configs/p3450-0000_defconfig b/configs/p3450-0000_defconfig | ||
index c3200216b9..c6dfbc79d8 100644 | ||
--- a/configs/p3450-0000_defconfig | ||
+++ b/configs/p3450-0000_defconfig | ||
@@ -58,9 +58,9 @@ CONFIG_ENV_SECT_SIZE=0x1000 | ||
CONFIG_BOOTP_PREFER_SERVERIP=y | ||
CONFIG_POSITION_INDEPENDENT=y | ||
CONFIG_DISABLE_SDMMC1_EARLY=y | ||
-CONFIG_ENV_SIZE=0x20000 | ||
+CONFIG_ENV_SIZE=0x10000 | ||
CONFIG_ENV_OFFSET=0x3b0000 | ||
-CONFIG_ENV_OFFSET_REDUND=0x3d0000 | ||
+CONFIG_ENV_OFFSET_REDUND=0x3c0000 | ||
CONFIG_SYS_REDUNDAND_ENVIRONMENT=y | ||
# CONFIG_ENV_IS_NOWHERE is not set | ||
# CONFIG_ENV_IS_IN_EEPROM is not set | ||
-- | ||
2.25.1 | ||
|
4 changes: 4 additions & 0 deletions
4
meta-mender-tegra/recipes-bsp/u-boot/u-boot-mender-tegra-vars.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters