Merge pull request #2273 from loki666/update-abl-sd

abl: update files on SD card
This commit is contained in:
Philippe Simons
2026-02-02 21:11:21 +01:00
committed by GitHub
4 changed files with 19 additions and 1 deletions

View File

@@ -73,7 +73,7 @@
<SDM845 mkimage_options="grub,dtb" dtb_prefix="qcom">
<file short="odin" full="AYN Odin" rotation="3">sdm845-ayn-odin</file>
</SDM845>
<SM8250 mkimage_options="grub,dtb" dtb_prefix="qcom">
<SM8250 mkimage_options="grub,dtb,abl" dtb_prefix="qcom">
<file short="rp5" full="Retroid Pocket 5" rotation="3">sm8250-retroidpocket-rp5</file>
<file short="rpflip2" full="Retroid Pocket Flip2" rotation="3">sm8250-retroidpocket-flip2</file>
<file short="rpmini" full="Retroid Pocket Mini" rotation="1">sm8250-retroidpocket-rpmini</file>

View File

@@ -48,6 +48,12 @@ if [ -f "$SYSTEM_ROOT/usr/share/bootloader/boot/grub/grubenv" ]; then
fi
fi
if [ -d "$SYSTEM_ROOT/usr/share/bootloader/rocknix_abl" ]; then
mkdir -p $BOOT_ROOT/rocknix_abl
echo "Updating ROCKNIX ABL on SD..."
cp $SYSTEM_ROOT/usr/share/bootloader/rocknix_abl/* $BOOT_ROOT/rocknix_abl
fi
. $SYSTEM_ROOT/usr/bin/updateabl
# mount $BOOT_ROOT ro

View File

@@ -48,6 +48,12 @@ if [ -f "$SYSTEM_ROOT/usr/share/bootloader/boot/grub/grubenv" ]; then
fi
fi
if [ -d "$SYSTEM_ROOT/usr/share/bootloader/rocknix_abl" ]; then
mkdir -p $BOOT_ROOT/rocknix_abl
echo "Updating ROCKNIX ABL on SD..."
cp $SYSTEM_ROOT/usr/share/bootloader/rocknix_abl/* $BOOT_ROOT/rocknix_abl
fi
. $SYSTEM_ROOT/usr/bin/updateabl
# mount $BOOT_ROOT ro

View File

@@ -48,6 +48,12 @@ if [ -f "$SYSTEM_ROOT/usr/share/bootloader/boot/grub/grubenv" ]; then
fi
fi
if [ -d "$SYSTEM_ROOT/usr/share/bootloader/rocknix_abl" ]; then
mkdir -p $BOOT_ROOT/rocknix_abl
echo "Updating ROCKNIX ABL on SD..."
cp $SYSTEM_ROOT/usr/share/bootloader/rocknix_abl/* $BOOT_ROOT/rocknix_abl
fi
. $SYSTEM_ROOT/usr/bin/updateabl
# mount $BOOT_ROOT ro