diff --git a/device.h b/device.h index b23a145..8100315 100644 --- a/device.h +++ b/device.h @@ -8,7 +8,7 @@ #define RAM_SIZE (1024 * 1024 * 1024) #define DTB_SIZE (1 * 1024 * 1024) -#define INITRD_SIZE (65 * 1024 * 1024) +#define INITRD_SIZE (150 * 1024 * 1024) #define SCREEN_WIDTH 1024 #define SCREEN_HEIGHT 768 diff --git a/minimal.dts b/minimal.dts index c20cd73..235a558 100644 --- a/minimal.dts +++ b/minimal.dts @@ -17,9 +17,9 @@ chosen { bootargs = "earlycon console=ttyS0"; stdout-path = "serial0"; - /* Reserve 65MiB for initrd image */ - linux,initrd-start = <0x3be00000>; /* @ 958 MiB (958 * 1024 * 1024) */ - linux,initrd-end = <0x3fefffff>; /* @1023 MiB (511 * 1024 * 1024 - 1) */ + /* Reserve 150 MiB for initrd image */ + linux,initrd-start = <0x36900000>; /* @ 923 MiB (958 * 1024 * 1024) */ + linux,initrd-end = <0x3fefffff>; /* @1023 MiB (1023 * 1024 * 1024 - 1) */ }; cpus {