diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-02-08 12:34:40 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-02-08 12:34:43 +0100 |
commit | 25940b1512ff091d8e37913d82ba0910d38c05d8 (patch) | |
tree | e05990e5011c025257182a933f32395c3cf5277e | |
parent | 418948a8544b0ff0bda02532bbc8173380cf729a (diff) | |
download | kernel_replicant_linux-25940b1512ff091d8e37913d82ba0910d38c05d8.tar.gz kernel_replicant_linux-25940b1512ff091d8e37913d82ba0910d38c05d8.tar.bz2 kernel_replicant_linux-25940b1512ff091d8e37913d82ba0910d38c05d8.zip |
build.sh: change to internal partition
The microSD controller seems to be limited to around 25MiB/s while the
eMMC is much faster. For testing it shorten a lot the boot times.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ if [ "${os}" = "Android" ] ; then elif [ "${os}" = "GNU/Linux" ] ; then unset_kconfig CONFIG_USB_FUNCTIONFS # Boot by default on the microSD - cmdline_append "root=/dev/mmcblk0p1 rw" + cmdline_append "root=/dev/mmcblk2p13 rw" fi cmdline_append "buildvariant=eng device=${device} rootwait loglevel=8" |