mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -05:00
Agptek Rocker: Slightly tweak build procedure
In bootloader build create stripped binary bootloader.rocker Change-Id: Id67bebe82251fac22ad905ad3d49525691816746
This commit is contained in:
parent
5c015ada90
commit
203e4adb1e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue