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 --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install.sh') diff --git a/scripts/install.sh b/scripts/install.sh index 8ae923a8d..9bbdf3758 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -553,8 +553,8 @@ case $target { break done mkdir "$B/"overlays - for x in "$fwdir"/overlays/*.dtb; do - [[ -e "$x" ]] && cp "$fwdir"/overlays/*.dtb "$B/"overlays + for x in "$fwdir"/overlays/*.dtbo; do + [[ -e "$x" ]] && cp "$fwdir"/overlays/*.dtbo "$B/"overlays break done umount_fs "$B" -- cgit v1.2.3