We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb6b35 commit 202cc56Copy full SHA for 202cc56
device.h
@@ -7,7 +7,7 @@
7
8
#define RAM_SIZE (512 * 1024 * 1024)
9
#define DTB_SIZE (1 * 1024 * 1024)
10
-#define INITRD_SIZE (8 * 1024 * 1024)
+#define INITRD_SIZE (35 * 1024 * 1024)
11
12
void ram_read(vm_t *core,
13
uint32_t *mem,
minimal.dts
@@ -12,7 +12,7 @@
chosen {
bootargs = "earlycon console=ttyS0";
14
stdout-path = "serial0";
15
- linux,initrd-start = <0x1f700000>; /* @403 MiB (503 * 1024 * 1024) */
+ linux,initrd-start = <0x1dc00000>; /* @476 MiB (476 * 1024 * 1024) */
16
linux,initrd-end = <0x1fefffff>; /* @511 MiB (511 * 1024 * 1024 - 1) */
17
};
18
0 commit comments