Skip to content

Commit

Permalink
tx1, tx2: make boot partition bigger
Browse files Browse the repository at this point in the history
This way we support kernel updates.
  • Loading branch information
alfonsosanchezbeato committed Apr 23, 2019
1 parent 0873329 commit c7ffae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tarball-parts/tx1/p2371-2180-devkit.conf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
USE_UBOOT=1;
fi;
-ROOTFSSIZE=14GiB;
+ROOTFSSIZE=67108864;
+ROOTFSSIZE=268435456;
CMDLINE_ADD="console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0";
target_board="t210ref";
ROOT_DEV="mmcblk0p1 ------------ internal eMMC.
2 changes: 1 addition & 1 deletion tarball-parts/tx2/p2771-0000.conf.common.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
USE_UBOOT=1;
fi;
-ROOTFSSIZE=28GiB;
+ROOTFSSIZE=67108864;
+ROOTFSSIZE=268435456;
CMDLINE_ADD="console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0";
target_board="t186ref";
ROOT_DEV="mmcblk0p12 ------------ internal eMMC.

0 comments on commit c7ffae3

Please sign in to comment.