From 5c126258230b2490133ef2f6f9fffb1a6a4e6053 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 22 Feb 2017 15:30:55 +0100 Subject: raspberry-pi3: fix mini.config bootup - cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix --- target/config/Config.in.rootfs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.rootfs b/target/config/Config.in.rootfs index 9b6a007ab..d4bae7822 100644 --- a/target/config/Config.in.rootfs +++ b/target/config/Config.in.rootfs @@ -145,16 +145,18 @@ config ADK_TARGET_ROOTFS_INITRAMFSARCHIVE Use this option if your planning to create a initramfs. config ADK_TARGET_ROOTFS_ARCHIVE - bool "Archive usable for different filesystems" + bool "Archive usable for ext4 filesystems" select ADK_HOST_NEED_GENEXT2FS if ADK_TARGET_QEMU || ADK_TARGET_VBOX - select ADK_KERNEL_EXT2_FS if ADK_TARGET_QEMU || ADK_TARGET_VBOX - select ADK_TARGET_QEMU_WITH_BLOCK + select ADK_KERNEL_EXT4_FS + select ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_QEMU depends on !ADK_TARGET_SIM \ && !ADK_TARGET_ARCH_NDS32 \ && !ADK_TARGET_SYSTEM_QEMU_M68K_MCF5208 \ && !ADK_TARGET_SYSTEM_QEMU_METAG help - Use this option if your root filesystem is ext2/ext3/ext4/xfs. + Use this option if your root filesystem is ext4 and you use + for example install.sh to install firmware on a block device + connected to your development machine. config ADK_TARGET_ROOTFS_GENIMAGE bool "Create a disk image for the target" -- cgit v1.2.3