Agptek Rocker: Slightly tweak build procedure

In bootloader build create stripped binary bootloader.rocker

Change-Id: Id67bebe82251fac22ad905ad3d49525691816746
This commit is contained in:
Marcin Bukat 2018-06-14 11:02:18 +02:00
parent 5c015ada90
commit 203e4adb1e
2 changed files with 2 additions and 2 deletions

View file

@ -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