-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove reworked kconfig patch - was doubling the environment size, causing the board to fail booting - increase fdt address - the kernel was being relocated to 0x40600000 ending at 0x43ae0000, overwriting the fdt at 0x43000000. Signed-off-by: Alexandru Costache <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
41 deletions.
There are no files selected for viewing
36 changes: 0 additions & 36 deletions
36
...mx8mm/recipes-bsp/u-boot/patches/1130-rework-resin-specific-env-integration-kconfig.patch
This file was deleted.
Oops, something went wrong.
44 changes: 44 additions & 0 deletions
44
...ta-balena-imx8mm/recipes-bsp/u-boot/patches/1133-iot-gate-imx8-Increase-fdt-address.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,44 @@ | ||
From 83ef5501723628121de4ea04e312847e4803ad9a Mon Sep 17 00:00:00 2001 | ||
From: Alexandru Costache <[email protected]> | ||
Date: Wed, 31 May 2023 16:17:05 +0200 | ||
Subject: [PATCH] iot-gate-imx8: Increase fdt address | ||
|
||
To fix booting with the newer kernel | ||
which has increased in size | ||
|
||
Upstream-status: Inappropriate [configuration] | ||
Signed-off-by: Alexandru Costache <[email protected]> | ||
--- | ||
include/configs/cpl-imx8m-mini.h | 2 +- | ||
include/configs/iot-gate-imx8.h | 2 +- | ||
2 files changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/include/configs/cpl-imx8m-mini.h b/include/configs/cpl-imx8m-mini.h | ||
index 0215f04210..16eea2b7b1 100644 | ||
--- a/include/configs/cpl-imx8m-mini.h | ||
+++ b/include/configs/cpl-imx8m-mini.h | ||
@@ -92,7 +92,7 @@ | ||
"g_mass_storage.iSerialNumber=\"\" "\ | ||
"clk_ignore_unused "\ | ||
"\0" \ | ||
- "initrd_addr=0x43800000\0" \ | ||
+ "initrd_addr=0x44B60000\0" \ | ||
"initrd_high=0xffffffff\0" \ | ||
"emmc_dev=2\0" \ | ||
"sd_dev=1\0" \ | ||
diff --git a/include/configs/iot-gate-imx8.h b/include/configs/iot-gate-imx8.h | ||
index 1fab1658c6..c847be3387 100644 | ||
--- a/include/configs/iot-gate-imx8.h | ||
+++ b/include/configs/iot-gate-imx8.h | ||
@@ -26,7 +26,7 @@ | ||
"script=boot.scr\0" \ | ||
"image=Image.gz\0" \ | ||
"zip_addr=0x70480000\0" \ | ||
- "fdt_addr=0x43000000\0" \ | ||
+ "fdt_addr=0x44360000\0" \ | ||
"fdt_high=0xffffffffffffffff\0" \ | ||
"initrd_high=0xffffffffffffffff\0" \ | ||
"root_opt=rootwait rw\0" \ | ||
-- | ||
2.37.2 | ||
|
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