diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-08 13:03:01 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-08 12:54:37 +0000 |
commit | b1e0fe7e81e4db6e76ce7071250d074d9dd52fb9 (patch) | |
tree | b1edb7c8874743a884fae3e653ed565fb1ae82f3 | |
parent | eac4584dc1e97d1bc1e54073610899abb8bb9579 (diff) | |
download | meta-boot2qt-b1e0fe7e81e4db6e76ce7071250d074d9dd52fb9.tar.gz |
BBB: fix booting from sdcard
Beaglebone could not boot from sdcard when S2 button was pressed.
Change to size of boot partition, so that it can be fit the FAT32
partition correctly.
Task-number: QTBUG-58720
Change-Id: Ibedc40cd1939f70377c218c3980a236bd087fb13
Reviewed-by: Karim Pinter <karim.pinter@qt.io>
-rw-r--r-- | conf/distro/include/beaglebone.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf index 8a2c3e2..df5de22 100644 --- a/conf/distro/include/beaglebone.conf +++ b/conf/distro/include/beaglebone.conf | |||
@@ -30,6 +30,8 @@ BOOTFS_CONTENT = "\ | |||
30 | " | 30 | " |
31 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-uenv-script:do_deploy" | 31 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-uenv-script:do_deploy" |
32 | 32 | ||
33 | BOOT_SPACE = "33792" | ||
34 | |||
33 | EXTRA_IMAGEDEPENDS += "u-boot-uenv-script" | 35 | EXTRA_IMAGEDEPENDS += "u-boot-uenv-script" |
34 | 36 | ||
35 | DISTRO_FEATURES_remove = "webengine" | 37 | DISTRO_FEATURES_remove = "webengine" |