From 203e4adb1ee130fd8c457f2fe207c24cba1f90eb Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 14 Jun 2018 11:02:18 +0200 Subject: Agptek Rocker: Slightly tweak build procedure In bootloader build create stripped binary bootloader.rocker Change-Id: Id67bebe82251fac22ad905ad3d49525691816746 --- tools/agptek_rocker/bootloader_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/agptek_rocker/bootloader_install.sh') diff --git a/tools/agptek_rocker/bootloader_install.sh b/tools/agptek_rocker/bootloader_install.sh index d647c6c59b..afe17ab552 100644 --- a/tools/agptek_rocker/bootloader_install.sh +++ b/tools/agptek_rocker/bootloader_install.sh @@ -59,8 +59,7 @@ echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!!! STEP 4: Copy bootloader !!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo -cp $BUILD/bootloader.elf $ROOTFS/usr/bin/rb_bootloader && \ -mipsel-rockbox-linux-gnu-strip --strip-unneeded $ROOTFS/usr/bin/rb_bootloader +cp $BUILD/bootloader.rocker $ROOTFS/usr/bin/rb_bootloader # Overwrite default player starting script with one running our bootloader echo -- cgit