From e8d74816bfe44263525a9534e2f0c43a4a2fae85 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 19 Apr 2016 07:20:48 -0700 Subject: SDcard fixes 1) Disable sdcard generation using UBOOT_CONFIG parameter 2) Fix type in sdcard class SDCard generation still isnt working quite right. If IMAGE_FSTYPES += " sdcard" is added, the sdcard image is created but the uboot-config should automatically add sdcard creation when the UBOOT_CONFIG selected looks like "socfpga_cyclone5_socdk,sdcard". TBD: 1) Add uboot env customization based on selected uboot config 2) Fix sdcard generation issue --- conf/machine/arria5.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/arria5.conf') diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf index f3a0a34..32893e3 100644 --- a/conf/machine/arria5.conf +++ b/conf/machine/arria5.conf @@ -8,7 +8,7 @@ PREFERRED_VERSION_u-boot-socfpga ?= "2016.03%" UBOOT_CONFIG ??= "arria5-socdk" -UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig,sdcard" +UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig" KMACHINE = "arria5" @@ -16,4 +16,4 @@ KMACHINE = "arria5" KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5_socdk.dtb" # Add support for SDCARD creation -IMAGE_CLASSES += "image_types_socfpga +IMAGE_CLASSES += "image_types_socfpga" -- cgit v1.2.3-54-g00ecf