Skip to content

Commit c7ffae3

Browse files
tx1, tx2: make boot partition bigger
This way we support kernel updates.
1 parent 0873329 commit c7ffae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tarball-parts/tx1/p2371-2180-devkit.conf.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
USE_UBOOT=1;
66
fi;
77
-ROOTFSSIZE=14GiB;
8-
+ROOTFSSIZE=67108864;
8+
+ROOTFSSIZE=268435456;
99
CMDLINE_ADD="console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0";
1010
target_board="t210ref";
1111
ROOT_DEV="mmcblk0p1 ------------ internal eMMC.

tarball-parts/tx2/p2771-0000.conf.common.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
USE_UBOOT=1;
66
fi;
77
-ROOTFSSIZE=28GiB;
8-
+ROOTFSSIZE=67108864;
8+
+ROOTFSSIZE=268435456;
99
CMDLINE_ADD="console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0";
1010
target_board="t186ref";
1111
ROOT_DEV="mmcblk0p12 ------------ internal eMMC.

0 commit comments

Comments
 (0)