From b1e0fe7e81e4db6e76ce7071250d074d9dd52fb9 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 8 Jun 2017 13:03:01 +0300 Subject: 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 --- conf/distro/include/beaglebone.conf | 2 ++ 1 file changed, 2 insertions(+) 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 = "\ " 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" -- cgit v1.2.3-54-g00ecf