SM8250: qcom-abl bootloader - #3127
Merged
Merged
Conversation
porschemad911
force-pushed
the
sm8250-qcom-abl
branch
6 times, most recently
from
August 12, 2026 13:47
4789068 to
5a4090c
Compare
spycat88
force-pushed
the
next
branch
2 times, most recently
from
August 13, 2026 00:00
c93f6bd to
135d112
Compare
porschemad911
force-pushed
the
sm8250-qcom-abl
branch
6 times, most recently
from
August 20, 2026 04:36
3c1afcd to
d6b2e31
Compare
porschemad911
force-pushed
the
sm8250-qcom-abl
branch
4 times, most recently
from
August 27, 2026 06:21
1151df5 to
f47e63e
Compare
porschemad911
force-pushed
the
sm8250-qcom-abl
branch
from
September 2, 2026 12:53
f47e63e to
c162cef
Compare
porschemad911
force-pushed
the
sm8250-qcom-abl
branch
from
September 3, 2026 00:30
c162cef to
ad843ff
Compare
porschemad911
marked this pull request as ready for review
September 3, 2026 05:01
Contributor
Author
|
I tested one further cycle on my RP Mini V2 of:
|
maxengel
added a commit
to maxengel/rocknix
that referenced
this pull request
Sep 4, 2026
Every Qualcomm build printed two warnings per image -- an unknown bootloader type, then missing files under a /usr/share directory that was never going to exist -- for a step that had already been done correctly somewhere else. scripts/mkimage generates the config for both, and projects/ROCKNIX/bootloader/mkimage's mkimage_abl() mcopies the ABL binary into the boot partition. Verified: rocknix_abl is present in the built SM8550 image. It was not one target. SM6115, SM8550, SM8650 and SM8750 all set qcom-abl and SM8250 sets arm-efi, so all five Qualcomm devices fell through to the generic fallback, and upstream PR ROCKNIX#3127 would have added a sixth by moving SM8250 to qcom-abl too. u-boot already had a silent case saying device-specific scripts handle it. This is the same statement for the two bootloaders that are written at image time. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017MNuiPG1kb43P7h2xBQQtV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SM8250: qcom-abl bootloader
Testing
Clean flash
rocknix-ablv1.1.7 (since V1.1.5)qcom-abl-based OTA updatesUpdate from stock abl / stable grub ROCKNIX build
Update: after merging PR #3217 the update process to a ROCKNIX ABL-based build from the stock bootloader and GRUB-based ROCKNIX build works fine.
Testing updates prior to merging PR: https://github.com//pull/3217
Flashed stock recovery package from https://drive.google.com/drive/folders/1mE2Fe_Nuek8XW9geciksXUZtoxV6m2yF with
qdl version 1.0+git20250319.30ac3a8-1:Flashed fixed loader for RP Mini V2 here: https://rocknix.org/devices/retroid/retroid-pocket-mini/#retroid-pocket-mini-v2
Flashed 20260801 monthly release to an SD card:
Booted up fine, but block device with abl partitions had GPT partition table corruption:
After a couple of
partprobeattempts, was able to runupdateablsuccessfully:Booted via rocknix ABL fine, and after reboot, GPT table corruption is gone:
Was then able to update to a test
qcom-abl-based SM8250 build fine, booted up fine.installtointernalworked fine.Additional Context
AI Usage
Did you use AI tools to help write this code? NO