-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RideSX build fails to flash successfully #730
Comments
At the end of the build you should have a folder like 'core-image-base-sa8775p-ride-sx.rootfs-20250204024209.qcomflash' at tmp/deploy/images/sa8775p-ride-sx, which contains the expanded list of files with the correct names (e.g. dtb.bin, rootfs). You should be able to run qdl from this folder. keymint.mbn is indeed missing, will check tomorrow based on downstream and validate on my hw, this is something that was pending on my list. |
@ricardosalveti confirmed, my |
@nrclark keymint.mbn is actually not required (leftover from old firmware). I created #732 and with that I'm able to flash and boot my ridesx. With the required qualcomm account login (needed for the pdf and sail):
Then flash the content from qcomflash: qdl --storage ufs --debug prog_firehose_ddr.elf rawprogram*.xml patch*.xml
|
I'm trying to get a build up and running on my RideSX. I followed the instructions in the README, and was able to build
core-image-minimal
pretty easily (kas
manifest used wasmeta-qcom/ci/sa8775p-ride-sx.yml
). But when I go to flash it usingqdl
as per the README, I eventually get this failure:command:
tmp/deploy/images/sa8775p-ride-sx$ qdl --debug prog_firehose_ddr.elf rawprogram*.xml patch*.xml
Output:
In my image-deploy folder, I can see
zeros_1sector.bin
andzeros_5sectors.bin
, butzeros_33sectors.bin
doesn't seem to exist.I manually created
zeros_33sectorS.bin
using this commanddd if=/dev/zero of=zeros_33sectorS.bin bs=4096 count=33
, since the other files of similar name (zeros_1sector.bin
andzeros_5sectors.bin
) were zeroed out. That got me a little bit farther, before I got to another failure:command:
tmp/deploy/images/sa8775p-ride-sx$ qdl --debug prog_firehose_ddr.elf rawprogram*.xml patch*.xml
Where do I find / how do I build
efi.bin
?EDIT: From looking in
partition.xml
, I think these might also be missing:dtb.bin
,keymint.mbn
,rootfs.img
,DISK
The text was updated successfully, but these errors were encountered: