aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-06-08 13:03:01 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-06-08 12:54:37 +0000
commitb1e0fe7e81e4db6e76ce7071250d074d9dd52fb9 (patch)
treeb1edb7c8874743a884fae3e653ed565fb1ae82f3
parenteac4584dc1e97d1bc1e54073610899abb8bb9579 (diff)
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.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/beaglebone.conf b/conf/distro/include/beaglebone.conf
index 8a2c3e23..df5de22c 100644
--- a/conf/distro/include/beaglebone.conf
+++ b/conf/distro/include/beaglebone.conf
@@ -30,6 +30,8 @@ BOOTFS_CONTENT = "\
"
BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-uenv-script:do_deploy"
+BOOT_SPACE = "33792"
+
EXTRA_IMAGEDEPENDS += "u-boot-uenv-script"
DISTRO_FEATURES_remove = "webengine"