Skip to content
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

EDL Write REDMI K20 PRO from yellow brick #622

Open
oneunit83 opened this issue Jan 21, 2025 · 2 comments
Open

EDL Write REDMI K20 PRO from yellow brick #622

oneunit83 opened this issue Jan 21, 2025 · 2 comments

Comments

@oneunit83
Copy link

###HELP PLEASE. I CAN'T DO IT ALONE!!!

###I'm trying to restore my REDMI K20 PRO from yellow brick

###this is what happens when you try to write images into memory:

/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader xbl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
firehose_client
firehose_client - [LIB]: Error: Couldn't detect partition: xbl
Available partitions:
firehose_client
firehose_client - [LIB]: Lun3: bk31
firehose_client
firehose_client - [LIB]: Lun3: cdt
firehose_client
firehose_client - [LIB]: Lun3: bk32
firehose_client
firehose_client - [LIB]: Lun3: ddr
firehose_client
firehose_client - [LIB]: Lun3: bk33
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader xbl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
firehose_client
firehose_client - [LIB]: Error: xbl.elf has 1209 sectors but partition only has 8.

###here is my script:

edl gpt . --memory=ufs && edl w switch dummy.img --partitionfilename=switch --memory=UFS--loader=dummy.img --lun=0 && edl w ssd dummy.img --partitionfilename=ssd --memory=UFS--loader=dummy.img --lun=0 && edl w dbg dummy.img --partitionfilename=dbg --memory=UFS--loader=dummy.img --lun=0 && edl w bk01 dummy.img --partitionfilename=bk01 --memory=UFS--loader=dummy.img --lun=0 && edl w bk02 dummy.img --partitionfilename=bk02 --memory=UFS--loader=dummy.img --lun=0 && edl w bk03 dummy.img --partitionfilename=bk03 --memory=UFS--loader=dummy.img --lun=0 && edl w bk04 dummy.img --partitionfilename=bk04 --memory=UFS--loader=dummy.img --lun=0 && edl w keystore dummy.img --partitionfilename=keystore --memory=UFS--loader=dummy.img --lun=0 && edl w frp dummy.img --partitionfilename=frp --memory=UFS--loader=dummy.img --lun=0 && edl w bk05 dummy.img --partitionfilename=bk05 --memory=UFS--loader=dummy.img --lun=0 && edl w misc misc.img --partitionfilename=misc --memory=UFS--loader=misc.img --lun=0 && edl w vm-data dummy.img --partitionfilename=vm-data --memory=UFS--loader=dummy.img --lun=0 && edl w bk06 dummy.img --partitionfilename=bk06 --memory=UFS--loader=dummy.img --lun=0 && edl w logfs logfs_ufs_8mb.bin --partitionfilename=logfs --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w bk07 logfs_ufs_8mb.bin --partitionfilename=bk07 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oops logfs_ufs_8mb.bin --partitionfilename=oops --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w devinfo logfs_ufs_8mb.bin --partitionfilename=devinfo --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oem_misc1 logfs_ufs_8mb.bin --partitionfilename=oem_misc1 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w metadata metadata.img --partitionfilename=metadata --memory=UFS --loader=metadata.img --lun=0 && edl w bk08 metadata.img --partitionfilename=bk08 --memory=UFS --loader=metadata.img --lun=0 && edl w splash metadata.img --partitionfilename=splash --memory=UFS --loader=metadata.img --lun=0 && edl w bk09 metadata.img --partitionfilename=bk09 --memory=UFS --loader=metadata.img --lun=0 && edl w persist metadata.img --partitionfilename=persist --memory=UFS --loader=metadata.img --lun=0 && edl w persistbak metadata.img --partitionfilename=persistbak --memory=UFS --loader=metadata.img --lun=0 && edl w logdump metadata.img --partitionfilename=logdump --memory=UFS --loader=metadata.img --lun=0 && edl w minidump metadata.img --partitionfilename=minidump --memory=UFS --loader=metadata.img --lun=0 && edl w rawdump metadata.img --partitionfilename=rawdump --memory=UFS --loader=metadata.img --lun=0 && edl w recovery recovery.img --partitionfilename=recovery --memory=UFS --loader=recovery.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cust cust.img --partitionfilename=cust --memory=UFS --loader=cust.img --lun=0 && edl w userdata userdata.img --partitionfilename=userdata --memory=UFS --loader=userdata.img --lun=0 && edl w xbl_config xbl_config.elf --partitionfilename=xbl_config --memory=UFS --loader=xbl_config.elf --lun=1 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=1 && edl w xbl_configbak xbl_config.elf --partitionfilename=xbl_configbak --memory=UFS --loader=xbl_config.elf --lun=2 && edl w xblbak xbl.elf --partitionfilename=xblbak --memory=UFS --loader=xbl.elf --lun=2 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=3 && edl w bk31 xbl.elf --partitionfilename=bk31 --memory=UFS --loader=xbl.elf --lun=3 && edl w cdt xbl.elf --partitionfilename=cdt --memory=UFS --loader=xbl.elf --lun=3 && edl w bk32 xbl.elf --partitionfilename=bk32 --memory=UFS --loader=xbl.elf --lun=3 && edl w ddr xbl.elf --partitionfilename=ddr --memory=UFS --loader=xbl.elf --lun=3 && edl w bk33 xbl.elf --partitionfilename=bk33 --memory=UFS --loader=xbl.elf --lun=3 && edl w multiimgoem multi_image.mbn --partitionfilename=multiimgoem --memory=UFS --loader=multi_image.mbn --lun=4 && edl w multiimgqti multi_image.mbn --partitionfilename=multiimgqti --memory=UFS --loader=multi_image.mbn --lun=4 && edl w secdata multi_image.mbn --partitionfilename=secdata --memory=UFS --loader=multi_image.mbn --lun=4 && edl w limits multi_image.mbn --partitionfilename=limits --memory=UFS --loader=multi_image.mbn --lun=4 &&
edl w bk41 multi_image.mbn --partitionfilename=bk41 --memory=UFS --loader=multi_image.mbn --lun=4 && edl w qupfw qupv3fw.elf --partitionfilename=qupfw --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w qupfwbak qupv3fw,elf --partitionfilename=qupfwbak --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w apdp qupv3fw.elf --partitionfilename=apdp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w msadp qupv3fw.elf --partitionfilename=msadp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w vbmeta vbmeta.img --partitionfilename=vbmeta --memory=UFS --loader=vbmeta.img --lun=4 && edl w storsec storsec.mbn --partitionfilename=storsec --memory=UFS --loader=storsec.mbn --lun=4 && edl w bk42 storsec.mbn --partitionfilename=bk42 --memory=UFS --loader=storsec.mbn --lun=4 && edl w devcfg devcfg.mbn --partitionfilename=devcfg --memory=UFS --loader=devcfg.mbn --lun=4 && edl w devcfgbak devcfg.mbn --partitionfilename=devcfgbak --memory=UFS --loader=devcfg.mbn --lun=4 && edl w aop aop.mbn --partitionfilename=aop --memory=UFS --loader=aop.mbn --lun=4 && edl w aopbak aop.mbn --partitionfilename=aopbak --memory=UFS --loader=aop.mbn --lun=4 && edl w uefivarstore aop.mbn --partitionfilename=uefivarstore --memory=UFS --loader=aop.mbn --lun=4 && edl w catefv aop.mbn --partitionfilename=catefv --memory=UFS --loader=aop.mbn --lun=4 && edl w cmnlib cmnlib.mbn --partitionfilename=cmnlib --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlibbak cmnlib.mbn --partitionfilename=cmnlibbak --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlib64 cmnlib64.mbn --partitionfilename=cmnlib64 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w cmnlib64bak cmnlib64.mbn --partitionfilename=cmnlib64bak --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w bk43 cmnlib64.mbn --partitionfilename=bk43 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w keymaster km4.mbn --partitionfilename=keymaster --memory=UFS --loader=km4.mbn --lun=4 && edl w keymasterbak km4.mbn --partitionfilename=keymasterbak --memory=UFS --loader=km4.mbn --lun=4 && edl w bluetooth BTFM.mbn --partitionfilename=bluetooth --memory=UFS --loader=BTFM.mbn --lun=4 && edl w dip BTFM.mbn --partitionfilename=dip --memory=UFS --loader=BTFM.mbn --lun=4 && edl w catecontentfv BTFM.mbn --partitionfilename=catecontentfv --memory=UFS --loader=BTFM.mbn --lun=4 && edl w bk44 BTFM.mbn --partitionfilename=bk44 --memory=UFS --loader=BTFM.mbn --lun=4 --sectorsize==0x0000000000800000 && edl w bk44 BTFM.mbn --partitionfilename=bk44 --memory=UFS --loader=BTFM.mbn --lun=4 --sectorsize==0x0000000000200000 && edl w cateloader BTFM.mbn --partitionfilename=cateloader --memory=UFS --loader=BTFM.mbn --lun=4 && edl w cateloader BTFM.mbn --partitionfilename=cateloader --memory=UFS --loader=BTFM.mbn --lun=4 && edl w uefisecapp uefi_sec.mbn --partitionfilename=uefisecapp --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w uefisecappbak uefi_sec.mbn --partitionfilename=uefisecappbak --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w toolsfv uefi_sec.mbn --partitionfilename=toolsfv --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w abl abl.elf --partitionfilename=abl --memory=UFS --loader=abl.elf --lun=4 && edl w ablbak abl.elf --partitionfilename=ablbak --memory=UFS --loader=abl.elf --lun=4 && edl w tz tz.mbn --partitionfilename=tz --memory=UFS --loader=tz.mbn --lun=4 && edl w tzbak tz.mbn --partitionfilename=tzbak --memory=UFS --loader=tz.mbn --lun=4 && edl w bk45 tz.mbn --partitionfilename=bk45 --memory=UFS --loader=tz.mbn --lun=4 && edl w fsg tz.mbn --partitionfilename=fsg --memory=UFS --loader=tz.mbn --lun=4 && edl w spunvm tz.mbn --partitionfilename=spunvm --memory=UFS --loader=tz.mbn --lun=4 && edl w hyp hyp.mbn --partitionfilename=hyp --memory=UFS --loader=hyp.mbn --lun=4 && edl w hypbak hypvm.mbn --partitionfilename=hypbak --memory=UFS --loader=hypvm.mbn --lun=4 && edl w gsort hypvm.mbn --partitionfilename=gsort --memory=UFS --loader=hypvm.mbn --lun=4 && edl w dtbo dtbo.img --partitionfilename=dtbo --memory=UFS --loader=dtbo.img --lun=4 && edl w ifaa ifaa.img --partitionfilename=ifaa --memory=UFS --loader=ifaa.img --lun=4 && edl w logo logo.img --partitionfilename=logo --memory=UFS --loader=logo.img --lun=4 && edl w dsp dspso.bin --partitionfilename=dsp --memory=UFS --loader=dspso.bin --lun=4 && edl w boot boot.img --partitionfilename=boot --memory=UFS --loader=boot.img --lun=4 && edl w bk47 boot.img --partitionfilename=bk47 --memory=UFS --loader=boot.img --lun=4 && edl w core_nhlos boot.img --partitionfilename=core_nhlos --memory=UFS --loader=boot.img --lun=4 && edl w modem NON-HLOS.bin --partitionfilename=modem --memory=UFS --loader=NON-HLOS.bin --lun=4 && edl w vendor vendor.img --partitionfilename=vendor --memory=UFS --loader=vendor.img --lun=4 && edl w system system.img --partitionfilename=system --memory=UFS --loader=system.img --lun=4 && edl w last_parti system.img --partitionfilename=last_parti --memory=UFS --loader=system.img --lun=4 && edl w fsc system.img --partitionfilename=fsc --memory=UFS --loader=system.img --lun=5 && edl w bk51 system.img --partitionfilename=bk51 --memory=UFS --loader=system.img --lun=5 && edl w bk52 system.img --partitionfilename=bk52 --memory=UFS --loader=system.img --lun=5 && edl w imagefv imagefv.elf --partitionfilename=imagefv --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst1 imagefv.elf --partitionfilename=modemst1 --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst2 imagefv.elf --partitionfilename=modemst2 --memory=UFS --loader=imagefv.elf --lun=5 && edl w last_parti imagefv.elf --partitionfilename=last_parti --memory=UFS --loader=imagefv.elf --lun=5 && edl qfil rawprogram0.xml patch0.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram1.xml patch1.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram2.xml patch2.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram3.xml patch3.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram4.xml patch4.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram5.xml patch5.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl reset

###WHERE AM I WRONG????
###and here is a printout of the GPT table:

systemproductname images]# edl printgpt --memory=ufs
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose

Parsing Lun 0:

GPT Table:

switch: Offset 0x0000000000006000, Length 0x0000000000002000, Flags 0x0000000000000000, UUID ca977f05-039c-56d2-c28f-889b7b14e1a1, Type 0x6a4afef7, Active False
ssd: Offset 0x0000000000008000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID 3beb94f1-731f-0b0d-1a1f-3eb506abe2a8, Type 0x2c86e742, Active False
dbg: Offset 0x0000000000010000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID b01c1e09-12ca-dd42-0424-da976d7b0bee, Type 0x7b00b63b, Active False
bk01: Offset 0x0000000000018000, Length 0x0000000000008000, Flags 0x0000000000000000, UUID 1683f8c2-2d65-353d-2a34-1daa07807304, Type 0x60cc1090, Active False
bk02: Offset 0x0000000000020000, Length 0x0000000000020000, Flags 0x0000000000000000, UUID c08a7994-7167-1f42-1ad9-8c647f1cf03f, Type 0xa2c69630, Active False
bk03: Offset 0x0000000000040000, Length 0x0000000000040000, Flags 0x0000000000000000, UUID f5f2055a-b7a0-8394-c119-cb3d78f7ced0, Type 0x53e5b8de, Active False
bk04: Offset 0x0000000000080000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID ec9d38c0-497f-4194-b697-ddccc0c00d04, Type 0x30aebf41, Active False
keystore: Offset 0x0000000000100000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID a8bb4810-387b-d7b5-8abb-d7d5bbc39abe, Type 0xde7d4029, Active False
frp: Offset 0x0000000000180000, Length 0x0000000000080000, Flags 0x0000000000000000, UUID 61b2ae29-c655-10a7-13cf-b57e0bd9b763, Type 0x91b72d4d, Active False
bk05: Offset 0x0000000000200000, Length 0x0000000000200000, Flags 0x0000000000000000, UUID e5dea3d5-4919-0b60-b043-4dcbb0b7ab62, Type 0x3fb510f6, Active False
misc: Offset 0x0000000000400000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 4272798c-90f5-a1c4-ee90-f20c6fc26d1a, Type 0x82acc91f, Active False
vm-data: Offset 0x0000000000800000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 4b340a40-6743-82ea-8529-968412b27dd6, Type 0xb3d5b479, Active False
bk06: Offset 0x0000000000c00000, Length 0x0000000000400000, Flags 0x0000000000000000, UUID 8e51f77e-cef4-0a82-2b9c-f319b9ef86ac, Type 0x148a567d, Active False
logfs: Offset 0x0000000001000000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 26cc5d3f-fd63-3967-a230-3e06078324b5, Type 0xbc0330eb, Active False
bk07: Offset 0x0000000001800000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 9dc24531-e9a2-c4b5-a9e9-1759a4b7f756, Type 0xf1121d8a, Active False
oops: Offset 0x0000000002000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 0334edb4-81de-3f50-faec-e901bd1a5dc6, Type 0xc549751f, Active False
devinfo: Offset 0x0000000003000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 540c55c4-3b06-6af6-aadd-2e9d963d49ad, Type 0x65addcf4, Active False
oem_misc1: Offset 0x0000000004000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID adcd3d54-f2da-2e08-d352-6b20f9b9bfee, Type 0x4ef51ebc, Active False
metadata: Offset 0x0000000005000000, Length 0x0000000001000000, Flags 0x0000000000000000, UUID 1e8a81ab-f3b6-d5a2-a45b-ebb6adc2692b, Type 0x988a98c9, Active False
bk08: Offset 0x0000000006000000, Length 0x0000000001f5c000, Flags 0x0000000000000000, UUID 64fad66b-08bf-25aa-b01e-7936600e4c10, Type 0x412caad0, Active False
splash: Offset 0x0000000007f5c000, Length 0x00000000020a4000, Flags 0x0000000000000000, UUID 53e358d1-0088-a338-fdd8-953befe3054f, Type 0xad99f201, Active False
bk09: Offset 0x000000000a000000, Length 0x0000000002000000, Flags 0x0000000000000000, UUID dec19f8a-fb95-1ecc-a678-66ae284b3e05, Type 0x841993b6, Active False
persist: Offset 0x000000000c000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID 57858de7-f95d-e27c-85ef-b779a13f6037, Type 0x6c95e238, Active False
persistbak: Offset 0x0000000010000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID b13e23fb-5a12-354c-cbe1-32e9cbf39dae, Type 0x6c95e238, Active False
logdump: Offset 0x0000000014000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID 3486e654-8184-73fc-12f1-d862105184f2, Type 0x5af80809, Active False
minidump: Offset 0x0000000018000000, Length 0x0000000008000000, Flags 0x0000000000000000, UUID 345dae7a-75f4-f7f1-340f-21a3a885a4d0, Type 0x71d24153, Active False
rawdump: Offset 0x0000000020000000, Length 0x0000000008000000, Flags 0x0000000000000000, UUID d6717d88-1aa5-afea-0a34-ecde15e81ffa, Type 0x66c9b323, Active False
recovery: Offset 0x0000000028000000, Length 0x0000000004000000, Flags 0x0000000000000000, UUID f5774d34-d8c9-3450-6a23-8422371cdd39, Type 0x9d72d4e4, Active False
cache: Offset 0x000000002c000000, Length 0x0000000010000000, Flags 0x0000000000000000, UUID 3bf4b1dc-8fbf-7a92-bc5b-99da799a19e1, Type 0x5594c694, Active False
cust: Offset 0x000000003c000000, Length 0x0000000040000000, Flags 0x0000000000000000, UUID 1b8a8f39-2f30-6ff4-be1b-c58f36ae8333, Type 0xc3008246, Active False
userdata: Offset 0x000000007c000000, Length 0x000000752a7fb000, Flags 0x0000000000000000, UUID 130630b1-98af-d8c5-3668-95c578799c68, Type 0x1b81e7e6, Active False

Total disk size:0x00000075a6800000, sectors:0x00000000075a6800

Parsing Lun 1:

GPT Table:

xbl_config: Offset 0x0000000000006000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID b171a6ab-26df-856b-261e-76c715c0916b, Type 0x5a325ae4, Active False
xbl: Offset 0x0000000000086000, Length 0x0000000000700000, Flags 0x1000000000000000, UUID e0955a37-19e8-b2cd-23b5-cb437474c030, Type 0xdea0ba2c, Active False

Total disk size:0x0000000000800000, sectors:0x0000000000000800

Parsing Lun 2:

GPT Table:

xbl_configbak: Offset 0x0000000000006000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 9f6b2fa4-d5aa-5481-2800-f808dc1bc3cb, Type 0x5a325ae4, Active False
xblbak: Offset 0x0000000000086000, Length 0x0000000000700000, Flags 0x1000000000000000, UUID 96c7a400-a90a-759c-e285-5358d71b7cb8, Type 0xdea0ba2c, Active False

Total disk size:0x0000000000800000, sectors:0x0000000000000800

Parsing Lun 3:

GPT Table:

bk31: Offset 0x0000000000006000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 4225eff2-0501-289f-e812-b69988a188b2, Type 0xd37a3651, Active False
cdt: Offset 0x000000000000e000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 3f94a9f8-5552-de00-5981-621c3e131f2c, Type 0xa19f205f, Active False
bk32: Offset 0x000000000002e000, Length 0x00000000000d8000, Flags 0x1000000000000000, UUID e93379e5-918f-1c96-def1-e4c2500087d0, Type 0x97312b22, Active False
ddr: Offset 0x0000000000106000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 9498e499-7c79-8d4d-7aad-ec95e8fe8f90, Type 0x20a0c19c, Active False
bk33: Offset 0x0000000000206000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 4cc7148e-5af0-b943-e405-7f54e7371fec, Type 0x6ce93c62, Active False

Total disk size:0x0000000002000000, sectors:0x0000000000002000

Parsing Lun 4:

GPT Table:

multiimgoem: Offset 0x0000000000006000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 597fae03-1961-410a-e0cc-603081bee4c4, Type 0xe126a436, Active False
multiimgqti: Offset 0x000000000000e000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 1c4c71cb-5ad0-f916-0c54-abcc224eeaf5, Type 0x846c6f05, Active False
secdata: Offset 0x0000000000016000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 30b1f700-7f7a-5a9e-b876-7798627878e9, Type 0x76cfc7ef, Active False
limits: Offset 0x000000000001e000, Length 0x0000000000008000, Flags 0x1000000000000000, UUID 763322ed-367d-2025-1f6e-5cd21f7d6f74, Type 0x10a0c19c, Active False
bk41: Offset 0x0000000000026000, Length 0x000000000001a000, Flags 0x1000000000000000, UUID 36ad4a4b-a33f-e5e5-7f25-d2abb1ca7850, Type 0x2191e897, Active False
qupfw: Offset 0x0000000000040000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID e2a293f9-cc81-2819-6a2c-3d8ce73d3eb1, Type 0x21d1219f, Active False
qupfwbak: Offset 0x0000000000060000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 582f4224-fe09-2e11-c09d-cdd5429bf41f, Type 0x7e2f513d, Active False
apdp: Offset 0x0000000000080000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 38b8afbe-411d-d94f-b203-0606a844a2a0, Type 0xe6e98da2, Active False
msadp: Offset 0x00000000000c0000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 6a31a791-ee23-ca87-cda9-bb49d1863a22, Type 0xed9e8101, Active False
vbmeta: Offset 0x0000000000100000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID cdcbe6ba-65f0-4122-6a3a-4a500a6f37f7, Type 0x4b7a15d6, Active False
storsec: Offset 0x0000000000120000, Length 0x0000000000020000, Flags 0x1000000000000000, UUID 3cf99c99-4b09-87d6-e513-b3e9137a0ea0, Type 0x2db45fe, Active False
bk42: Offset 0x0000000000140000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID a28c2729-ba74-2019-f4da-23645afe8bec, Type 0x9d30b727, Active False
devcfg: Offset 0x0000000000180000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 933d0aba-de17-9036-5df6-0da94131b46a, Type 0xf65d4b16, Active False
devcfgbak: Offset 0x00000000001c0000, Length 0x0000000000040000, Flags 0x1000000000000000, UUID 2bc534a3-68aa-52f6-254f-1e49af47965e, Type 0xefd49359, Active False
aop: Offset 0x0000000000200000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 33e3c9d9-e0e4-9bd9-ba0c-a8bcfb3db084, Type 0xd69e90a5, Active False
aopbak: Offset 0x0000000000280000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID b6d38702-d237-22af-242a-e38a140dab77, Type 0x5d825d4, Active False
uefivarstore: Offset 0x0000000000300000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 3d1a31aa-51b9-dc7c-480c-f41a54f85542, Type 0x165bd6bc, Active False
catefv: Offset 0x0000000000380000, Length 0x0000000000080000, Flags 0x1000000000000000, UUID 6ce8554b-4ad7-10a0-580b-b3f79c7756f3, Type 0x80c23c26, Active False
cmnlib: Offset 0x0000000000400000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 29b33a86-71c5-44f7-cf38-676724293c36, Type 0x73471795, Active False
cmnlibbak: Offset 0x0000000000500000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID df8281a0-fffe-3e2c-189a-4e089f5d9027, Type 0xb8af4f43, Active False
cmnlib64: Offset 0x0000000000600000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 14f8fec4-9bef-e14d-70ab-21fde6e9b72f, Type 0x8ea64893, Active False
cmnlib64bak: Offset 0x0000000000700000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 6a140fc0-cadf-2467-d0d8-d1acb6b5840e, Type 0x3864ba83, Active False
bk43: Offset 0x0000000000800000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID ee7eeffe-41d8-140f-77a0-d93c6f3d3e63, Type 0x97649082, Active False
keymaster: Offset 0x0000000000900000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 846c9255-e8ac-dd48-09fb-eb8e5c072df1, Type 0xa11d2a7c, Active False
keymasterbak: Offset 0x0000000000a00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 25da5169-dcb1-887f-dc3a-794c94e76a21, Type 0xe8df5a85, Active False
bluetooth: Offset 0x0000000000b00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID d18746f0-1774-86b0-3e1f-3121643bc708, Type 0x6cb747f1, Active False
dip: Offset 0x0000000000c00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID b2cb2557-9f11-0f8b-2e08-344c95597e41, Type 0x4114b077, Active False
catecontentfv: Offset 0x0000000000d00000, Length 0x0000000000100000, Flags 0x1000000000000000, UUID 2c06112a-2fa6-3c0e-2f01-33a7e04fd986, Type 0xe12d830b, Active False
bk44: Offset 0x0000000001600000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID b5b8a54d-ea53-c530-629c-932c053572e1, Type 0xbaa3a553, Active False
cateloader: Offset 0x0000000001800000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID 802b41f0-3587-aaa7-79ce-49214667ea0d, Type 0xaa9a5c4c, Active False
uefisecapp: Offset 0x0000000001a00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID bca485b7-0d18-8e36-eae3-04cd8b267242, Type 0xbe8a7e08, Active False
uefisecappbak: Offset 0x0000000001c00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID fee9cb3e-2301-9946-c059-371680987c64, Type 0xf61a79f1, Active False
toolsfv: Offset 0x0000000001e00000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID f8b47399-55ed-c05b-1148-b5c4b27d8c8f, Type 0x97745aba, Active False
abl: Offset 0x0000000002000000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID cd2ced45-70dd-d9c1-92d6-9536930763b6, Type 0xbd6928a1, Active False
ablbak: Offset 0x0000000002200000, Length 0x0000000000200000, Flags 0x1000000000000000, UUID 5f3f6037-35e2-e39c-bd7a-d805d93050b6, Type 0x9f68daa1, Active False
tz: Offset 0x0000000002400000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID 17eccddd-73b7-08c5-5e27-54afd8321a2c, Type 0xa053aa7f, Active False
tzbak: Offset 0x0000000002800000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID d7b6c22a-d4dc-c603-4d0a-253e9bcd104f, Type 0x1d5075d8, Active False
bk45: Offset 0x0000000002c00000, Length 0x0000000000400000, Flags 0x1000000000000000, UUID ed01a1bd-33c0-092e-bfaa-d68224445568, Type 0x48b6370d, Active False
fsg: Offset 0x0000000003000000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 7179025a-bdd3-ac72-d288-c8a259825533, Type 0x638ff8e2, Active False
spunvm: Offset 0x0000000003800000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 3bb1f5f2-49b1-a07a-c33b-4c0c8efd3562, Type 0xe42e2b4c, Active False
hyp: Offset 0x0000000004000000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 232b3e03-823c-29c1-71ac-7d255c43e9a0, Type 0xe1a6a689, Active False
hypbak: Offset 0x0000000004800000, Length 0x0000000000800000, Flags 0x1000000000000000, UUID 4b99164f-b76e-2fe5-9d10-70128c6e9f5b, Type 0xdf718c12, Active False
gsort: Offset 0x0000000005000000, Length 0x0000000001000000, Flags 0x1000000000000000, UUID 22775772-1747-7d70-72a1-25379b745341, Type 0x7c7e2b25, Active False
dtbo: Offset 0x0000000006000000, Length 0x0000000002000000, Flags 0x1000000000000000, UUID f97ba663-a655-c320-8e04-24e462099252, Type 0x24d0d418, Active False
ifaa: Offset 0x0000000008000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID bafa888a-2a2e-9bf1-e886-84b441bdf5fb, Type 0xada7d733, Active False
logo: Offset 0x000000000c000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID 203f36ba-155f-d577-a1d4-21ebb0ea4f13, Type 0xe5947ddb, Active False
dsp: Offset 0x0000000010000000, Length 0x0000000004000000, Flags 0x1000000000000000, UUID b07e5722-2595-5d99-4bd3-c0701d300a29, Type 0x7efe5010, Active False
boot: Offset 0x0000000014000000, Length 0x0000000008000000, Flags 0x1000000000000000, UUID 4626c957-1edb-42e7-1e68-d9a122b5cf39, Type 0x20117f86, Active False
bk47: Offset 0x000000001c000000, Length 0x0000000001600000, Flags 0x1000000000000000, UUID 7f813ffc-280b-91e8-86d2-92037a8d4be6, Type 0xd500442e, Active False
core_nhlos: Offset 0x000000001d600000, Length 0x000000000aa00000, Flags 0x1000000000000000, UUID 8c12eab6-487f-3090-19ac-8070e9395a7b, Type 0x6690b4ce, Active False
modem: Offset 0x0000000028000000, Length 0x0000000014000000, Flags 0x1000000000000000, UUID 14c205fd-e7f1-7aa8-d899-9b5ca03ad944, Type EFI_BASIC_DATA, Active False
vendor: Offset 0x000000003c000000, Length 0x0000000060000000, Flags 0x1000000000000000, UUID eab3eed0-a0a7-6f04-4356-94d635822e52, Type 0x97d7b011, Active False
system: Offset 0x000000009c000000, Length 0x00000000e0000000, Flags 0x1000000000000000, UUID f11b6173-a12b-7758-d5ad-035c613f10ce, Type 0x97d7b011, Active False

Total disk size:0x0000000180000000, sectors:0x0000000000180000

Parsing Lun 5:

GPT Table:

fsc: Offset 0x0000000000006000, Length 0x0000000000040000, Flags 0x0000000000000000, UUID cc4524ed-4405-7c51-b64b-a239087c1804, Type 0x57b90a16, Active False
bk51: Offset 0x0000000000046000, Length 0x00000000000ba000, Flags 0x0000000000000000, UUID ba32e2ef-c96a-718d-2a13-e5d2b3711926, Type 0x694be4bc, Active False
bk52: Offset 0x0000000000100000, Length 0x0000000000100000, Flags 0x0000000000000000, UUID 9b504beb-4101-3b55-c55b-d2dc396b62d3, Type 0x3b02c43f, Active False
imagefv: Offset 0x0000000000200000, Length 0x0000000000200000, Flags 0x0000000000000000, UUID d2ddaf58-fa5c-4ba6-4607-98a55689ce8d, Type 0x77036cd4, Active False
modemst1: Offset 0x0000000000400000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 24e66072-24e3-aded-4096-c3d981ba32b3, Type 0xebbeadaf, Active False
modemst2: Offset 0x0000000000c00000, Length 0x0000000000800000, Flags 0x0000000000000000, UUID 64f7070a-8c2d-fc44-367a-aa054cbf9de7, Type 0xa288b1f, Active False

Total disk size:0x0000000002000000, sectors:0x0000000000002000

@oneunit83
Copy link
Author

###I took information about the sections from this file:PARTITION.XML

WRITE_PROTECT_BOUNDARY_IN_KB=0 SECTOR_SIZE_IN_BYTES = 4096 GROW_LAST_PARTITION_TO_FILL_DISK=true
<!-- NOTE: "physical_partition" are listed in order and apply to UFS devices that have physical partitions -->

<!-- This is LUN 0 - HLOS LUN" -->
<physical_partition>
    <!-- pre: 24k, next: 1M-24k -->
    <partition label="switch" size_in_kb="8" type="6A4AFEF7-0D3F-453A-8A48-6373F67FFFF0" bootable="false" readonly="false" filename="dummy.img" />
    <partition label="ssd" size_in_kb="32" type="2C86E742-745E-4FDD-BFD8-B6A7AC638772" bootable="false" readonly="false" filename="" />
    <partition label="dbg" size_in_kb="32" type="7B00B63B-DB10-4A44-B544-14D344F55DAC" bootable="false" readonly="false" filename="" />
    <partition label="bk01" size_in_kb="32" type="60CC1090-1FF1-4329-9FBA-7AA104F27F2B" bootable="false" readonly="false" filename=""/>
    <partition label="bk02" size_in_kb="128" type="A2C69630-8BB1-4A8C-9D9F-38AB1D15C06C" bootable="false" readonly="false" filename="" />
    <partition label="bk03" size_in_kb="256" type="53E5B8DE-C6A6-4767-875F-6B72ECBED0B0" bootable="false" readonly="false" filename="" />
    <partition label="bk04" size_in_kb="512" type="30AEBF41-C0DB-4F61-B467-C454EFBE20C4" bootable="false" readonly="false" filename="" />

    <!-- pre: 1M, next: 31M -->
    <partition label="keystore" size_in_kb="512" type="DE7D4029-0F5B-41C8-AE7E-F6C023A02B33" bootable="false" readonly="false" filename="" />
    <partition label="frp" size_in_kb="512" type="91B72D4D-71E0-4CBF-9B8E-236381CFF17A" bootable="false" readonly="false" filename=""/>
    <partition label="bk05" size_in_kb="2048" type="3FB510F6-4E73-49E7-9BDB-F6FEABA6086A" bootable="false" readonly="false" filename="" />
    <partition label="misc" size_in_kb="4096" type="82ACC91F-357C-4A68-9C8F-689E1B1A23A1" bootable="false" readonly="false" filename="misc.img" />
    <partition label="vm-data" size_in_kb="4096" type="b3d5b479-8612-4387-b18e-1d53a41d07d6" bootable="false" readonly="false" filename="dummy.img" />
    <partition label="bk06" size_in_kb="4096" type="148a567d-d92f-4e05-b2d0-d425171c07db" bootable="false" readonly="false" filename="" />
    <partition label="logfs" size_in_kb="8192" type="BC0330EB-3410-4951-A617-03898DBE3372" bootable="false" readonly="false" filename="logfs_ufs_8mb.bin"/>
    <partition label="bk07" size_in_kb="8192" type="f1121d8a-63cc-4d32-9a09-c877ae3f1edf" bootable="false" readonly="false" />

    <!-- pre: 32M, next: 32M -->
    <partition label="oops" size_in_kb="16384" type="C549751F-0A51-4334-A85E-7D3F4FDB3127" bootable="false" readonly="false" filename="" />
    <partition label="devinfo" size_in_kb="16384" type="65ADDCF4-0C5C-4D9A-AC2D-D90B5CBFCD03" bootable="false" readonly="false" filename="" />

    <!-- pre: 64M, next: 4*64M -->
    <partition label="oem_misc1" size_in_kb="16384" type="4EF51EBC-5BF2-410B-8970-C2CE87227DF6" bootable="false" readonly="false" filename="" />
    <partition label="metadata" size_in_kb="16384" type=" 988A98C9-2910-4123-AAEC-1CF6B1BC28F9" bootable="false" readonly="false" filename="metadata.img" sparse="true"/>
    <partition label="bk08" size_in_kb="32112" type="412caad0-e24e-4f21-84f0-e3a21693b0c9" bootable="false" readonly="false" filename="" />
    <partition label="splash" size_in_kb="33424" type="AD99F201-DC71-4E30-9630-E19EEF553D1B" bootable="false" readonly="false" filename=""/>
    <partition label="bk09" size_in_kb="32768" type="841993b6-dfc6-4b9f-8658-d75bca388e64" bootable="false" readonly="false" filename="" />
    <partition label="persist" size_in_kb="65536" type="6C95E238-E343-4BA8-B489-8681ED22AD0B" bootable="false" readonly="false" filename="" />
    <partition label="persistbak" size_in_kb="65536" type="6C95E238-E343-4BA8-B489-8681ED22AD0B" bootable="false" readonly="false" filename="" />

    <!-- pre: 5*64M, next: 5*64M -->
    <partition label="logdump" size_in_kb="65536" type="5AF80809-AABB-4943-9168-CDFC38742598" readonly="false" bootable="false" filename=""/>
    <partition label="minidump" size_in_kb="131072" type="71D24153-E4E2-4275-815C-08E10959803B" readonly="false" bootable="false" filename=""/>
    <partition label="rawdump" size_in_kb="131072" type="66C9B323-F7FC-48B6-BF96-6F32E335A428" bootable="false" readonly="false" filename=""/>

    <!-- pre: 10*64M, next: 5*64M+1G -->
    <partition label="recovery" size_in_kb="65536" type="9D72D4E4-9958-42DA-AC26-BEA7A90B0434" bootable="false" readonly="false" filename="recovery.img" />
    <partition label="cache" size_in_kb="262144" type="5594C694-C871-4B5F-90B1-690A6F68E0F7" bootable="false" readonly="false" filename="cache.img" sparse="true" />
    <partition label="cust" size_in_kb="1048576" type="C3008246-512A-4FEB-8A51-068FA4AD5F6D" bootable="false" readonly="false" filename="cust.img" sparse="true" />

    <!-- pre: 15*64M+1G, next: left -->
    <partition label="userdata" size_in_kb="12582912" type="1B81E7E6-F50D-419B-A739-2AEEF8DA3335" bootable="false" readonly="false" filename="userdata.img" sparse="true"/>
</physical_partition>

<!-- This is LUN 1 - Boot LUN A" -->
<physical_partition>
    <!-- pre: 24k -->
    <partition label="xbl_config" size_in_kb="512" type="5A325AE4-4276-B66D-0ADD-3494DF27706A" bootable="false" readonly="true" filename="xbl_config.elf"/>
    <partition label="xbl" size_in_kb="7168" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" readonly="true" filename="xbl.elf"/>
    <partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />
</physical_partition>

<!-- This is LUN 2 - Boot LUN B" -->
<physical_partition>
    <!-- pre: 24k -->
<partition label="xbl_configbak" size_in_kb="512" type="5A325AE4-4276-B66D-0ADD-3494DF27706A" bootable="false" readonly="true" filename="xbl_config.elf"/>
    <partition label="xblbak" size_in_kb="7168" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" readonly="true" filename="xbl.elf"/>
    <partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />
</physical_partition>

<!-- This is LUN 3 - OTP LUN" -->
<!-- QCOM development requirement: Ensure all partitions in LUN3 is a multiple of 128k 
     Linux Android customers can ignore this requirement -->
<physical_partition>
    <!-- pre: 24k -->
    <partition label="bk31" size_in_kb="32" type="D37A3651-9C07-467D-9898-E83881B4B1EC" bootable="false" readonly="true" />
    <partition label="cdt" size_in_kb="128" type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1" bootable="false" readonly="true" filename="" />
    <partition label="bk32" size_in_kb="864" type="97312B22-8EDC-45E2-853A-1FE3D41083E4" bootable="false" readonly="true" filename="" />
    <partition label="ddr" size_in_kb="1024" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" readonly="true" />
    <partition label="bk33" size_in_kb="1024" type="6CE93C62-BC7F-4D47-97CD-0095F8EED0FC" bootable="false" readonly="true" filename="" />
    <partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />
</physical_partition>
 <physical_partition>
    <!-- pre: 24k, next: 1M-24k -->
    <partition label="multiimgoem" size_in_kb="32" type="E126A436-757E-42D0-8D19-0F362F7A62B8" bootable="false" readonly="true" filename="multi_image.mbn"/>
    <partition label="multiimgqti" size_in_kb="32" type="846C6F05-EB46-4C0A-A1A3-3648EF3F9D0E" bootable="false" readonly="true" filename=""/>
    <partition label="secdata" size_in_kb="32" type="76cfc7ef-039d-4e2c-b81e-4dd8c2cb2a93" bootable="false" readonly="true" filename=""/>
    <partition label="limits" size_in_kb="32" type="10A0C19C-516A-5444-5CE3-664C3226A794" bootable="false" readonly="true"/>
    <partition label="bk41" size_in_kb="104" type="2191E897-1B50-410A-9190-1ADD6203484B" bootable="false" readonly="true" filename="" />
    <partition label="qupfw" size_in_kb="128" type="21d1219f-2ed1-4ab4-930a-41a16ae75f7f" bootable="false" readonly="true" filename="qupv3fw.elf"/>
    <partition label="qupfwbak" size_in_kb="128" type="7E2F513D-7D9E-4C69-8607-FF9C796896FF" bootable="false" readonly="true" filename="qupv3fw.elf"/>
    <partition label="apdp" size_in_kb="256" type="E6E98DA2-E22A-4D12-AB33-169E7DEAA507" bootable="false" readonly="true" filename=""/>
    <partition label="msadp" size_in_kb="256" type="ED9E8101-05FA-46B7-82AA-8D58770D200B" bootable="false" readonly="true" filename=""/>

    <!-- pre: 1M, next: 21M -->
    <partition label="vbmeta" size_in_kb="128" type="4b7a15d6-322c-42ac-8110-88b7da0c5d77" bootable="false" readonly="true" filename="vbmeta.img"/>
    <partition label="storsec" size_in_kb="128" type="02DB45FE-AD1B-4CB6-AECC-0042C637DEFA" bootable="false" readonly="true" filename="storsec.mbn"/>
    <partition label="bk42" size_in_kb="256" type="9D30B727-48F6-4BF2-A513-11C4D4850950" bootable="false" readonly="true" filename=""/>
    <partition label="devcfg" size_in_kb="256" type="F65D4B16-343D-4E25-AAFC-BE99B6556A6D" bootable="false" readonly="true" filename="devcfg.mbn"/>
    <partition label="devcfgbak" size_in_kb="256" type="EFD49359-6F37-4167-AEC5-DA3B23317A2B" bootable="false" readonly="true" filename="devcfg.mbn"/>
    <partition label="aop" size_in_kb="512" type="D69E90A5-4CAB-0071-F6DF-AB977F141A7F" bootable="false" readonly="true" filename="aop.mbn"/>
    <partition label="aopbak" size_in_kb="512" type="05D825D4-7213-4455-BF7F-7A8186CEB325" bootable="false" readonly="true" filename="aop.mbn"/>
    <partition label="uefivarstore" size_in_kb="512" type="165BD6BC-9250-4AC8-95A7-A93F4A440066" bootable="false" readonly="true" filename=""/>
    <partition label="catefv" size_in_kb="512" type="80c23c26-c3f9-4a19-bb38-1e457daceb09" bootable="false" readonly="true"/>

    <partition label="cmnlib" size_in_kb="1024" type="73471795-AB54-43F9-A847-4F72EA5CBEF5" bootable="false" readonly="true" filename="cmnlib.mbn"/>
    <partition label="cmnlibbak" size_in_kb="1024" type="B8AF4F43-5797-4642-ACA9-AFFA3DC066AF" bootable="false" readonly="true" filename="cmnlib.mbn"/>
    <partition label="cmnlib64" size_in_kb="1024" type="8EA64893-1267-4A1B-947C-7C362ACAAD2C" bootable="false" readonly="true" filename="cmnlib64.mbn"/>
    <partition label="cmnlib64bak" size_in_kb="1024" type="3864BA83-61FF-4B82-A749-9ED7560D0503" bootable="false" readonly="true" filename="cmnlib64.mbn"/>

    <partition label="bk43" size_in_kb="1024" type="97649082-4dd7-4dee-a54e-b1c3398dd64b" bootable="false" readonly="true" filename=""/>
    <partition label="keymaster" size_in_kb="1024" type="A11D2A7C-D82A-4C2F-8A01-1805240E6626" bootable="false" readonly="true" filename="km4.mbn"/>
    <partition label="keymasterbak" size_in_kb="1024" type="E8DF5A85-A0BF-4FD0-9B9A-DECB191EECCB" bootable="false" readonly="true" filename="km4.mbn"/>
    <partition label="bluetooth" size_in_kb="1024" type="6cb747f1-c2ef-4092-add0-ca39f79c7af4" bootable="false" readonly="true" filename="BTFM.bin"/>

    <partition label="dip" size_in_kb="1024" type="4114B077-005D-4E12-AC8C-B493BDA684FB" bootable="false" readonly="true" filename=""/>
    <partition label="catecontentfv" size_in_kb="1024" type="e12d830b-7f62-4f0b-b48a-8178c5bf3ac1" bootable="false" readonly="true"/>
    <partition label="bk44" size_in_kb="8192" type="6f95afc8-b092-4e90-af49-8e0932d9a8f6" bootable="false" readonly="true" filename=""/>

    <!-- pre: 22M, next: 42M -->
    <partition label="bk44" size_in_kb="2048" type="baa3a553-b35e-4e83-9028-dcacaf2e2dbd" bootable="false" readonly="true" filename=""/>
    <partition label="cateloader" size_in_kb="2048" type="AA9A5C4C-4F1F-7D3A-014A-22BD33BF7191" bootable="false" readonly="true" filename=""/>
    <partition label="uefisecapp" size_in_kb="2048" type="BE8A7E08-1B7A-4CAE-993A-D5B7FB55B3C2" bootable="false" readonly="true" filename="uefi_sec.mbn"/>
    <partition label="uefisecappbak" size_in_kb="2048" type="f61a79f1-2a3d-490d-b45c-e9d759beccbc" bootable="false" readonly="true" filename="uefi_sec.mbn"/>
    <partition label="toolsfv" size_in_kb="2048" type="97745ABA-135A-44C3-9ADC-05616173C24C" bootable="false" readonly="true"/>
    <partition label="abl" size_in_kb="2048" type="BD6928A1-4CE0-A038-4F3A-1495E3EDDFFB" bootable="false" readonly="true" filename="abl.elf"/>
    <partition label="ablbak" size_in_kb="2048" type="9F68DAA1-EAAE-41F9-8C5F-69E15CC6AEB1" bootable="false" readonly="true" filename="abl.elf"/>
    <partition label="tz" size_in_kb="4096" type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4" bootable="false" readonly="true" filename="tz.mbn"/>
    <partition label="tzbak" size_in_kb="4096" type="1D5075D8-363A-4125-916B-C8B3E97B995C" bootable="false" readonly="true" filename="tz.mbn"/>
    <partition label="bk45" size_in_kb="4096" type="48b6370d-bc5e-4155-a995-c6ad79b8658d" bootable="false" readonly="true" filename=""/>
    <partition label="fsg" size_in_kb="8192" type="638FF8E2-22C9-E33B-8F5D-0E81686A68CB" bootable="false" readonly="true" filename=""/>
    <partition label="spunvm" size_in_kb="8192" type="e42e2b4c-33b0-429b-b1ef-d341c547022c" bootable="false" readonly="true" filename=""/>

<!-- pre: 64M, next: 64M -->
    <partition label="hyp" size_in_kb="8192" type="E1A6A689-0C8D-4CC6-B4E8-55A4320FBD8A" bootable="false" readonly="true" filename="hyp.mbn"/>
    <partition label="hypbak" size_in_kb="8192" type="DF718C12-3599-4F84-881F-89271F769A8F" bootable="false" readonly="true" filename="hypvm.mbn"/>
    <partition label="gsort" size_in_kb="16384" type="7C7E2B25-D52C-4829-BA6E-76408DF1B3CE" bootable="false" readonly="true" filename=""/>
    <partition label="dtbo" size_in_kb="32768" type="24d0d418-d31d-4d8d-ac2c-4d4305188450" bootable="false" readonly="true" filename="dtbo.img"/>

    <!-- pre: 2*64M, next: 5*64M -->
    <partition label="ifaa" size_in_kb="65536" type="ada7d733-63d6-47a5-ab51-0e2604dad395" bootable="false" readonly="true" filename="ifaa.img"/>
    <partition label="logo" size_in_kb="65536" type="E5947DDB-0FDF-4FF0-A1E2-E408BC3DA4A7" bootable="false" readonly="true" filename="logo.img" />
    <partition label="dsp" size_in_kb="65536" type="7EFE5010-2A1A-4A1A-B8BC-990257813512" bootable="false" readonly="true" filename="dspso.bin"/>
    <partition label="boot" size_in_kb="131072" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" readonly="true" filename="boot.img" />

    <!-- pre: 7*64M, next: 8*64M -->
    <partition label="bk47" size_in_kb="22528" type="d500442e-0dbb-4a38-9b1d-1b5d642e59f8" bootable="false" readonly="true" filename="" />
    <partition label="core_nhlos" size_in_kb="174080" type="6690b4ce-70e9-4817-b9f1-25d64d888357" bootable="false" readonly="true" filename=""/>
    <partition label="modem" size_in_kb="327680" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" readonly="true" filename="NON-HLOS.bin"/>

    <!-- pre: 15*64M, next: 1.5G -->
    <partition label="vendor" size_in_kb="1572864" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" readonly="true" filename="vendor.img" sparse="true"/>

    <!-- pre: 15*64M+1.5G, next: 3.5G -->
    <partition label="system" size_in_kb="3670016" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" readonly="true" filename="system.img" sparse="true"/>

    <!-- Total: 15*64M+5G, left: left 64M -->
    <partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />
 </physical_partition>

<!-- This is LUN 5 - Protected Read-write LUN" -->
<!-- QCOM development requirement: Ensure all partitions in LUN5 is a multiple of 128k.
     Linux Android customers can ignore this requirement -->
<physical_partition>
    <!-- pre: 24k next:18M-24K-->
    <partition label="fsc" size_in_kb="256" type="57B90A16-22C9-E33B-8F5D-0E81686A68CB" bootable="false" readonly="false" filename=""/>
    <partition label="bk51" size_in_kb="744" type="694BE4BC-8A47-4D18-870A-EB07C9D07CB2" bootable="false" readonly="false" filename="" />
    <partition label="bk52" size_in_kb="1024" type="3B02C43F-8F67-49BE-86FE-D8D030F2CCA6" bootable="false" readonly="false" filename="" />
    <partition label="imagefv" size_in_kb="2048" type="77036CD4-03D5-42BB-8ED1-37E5A88BAA34" bootable="false" readonly="false" filename="imagefv.elf"/>
    <partition label="modemst1" size_in_kb="8192" type="EBBEADAF-22C9-E33B-8F5D-0E81686A68CB" bootable="false" readonly="false" filename=""/>
    <partition label="modemst2" size_in_kb="8192" type="0A288B1F-22C9-E33B-8F5D-0E81686A68CB" bootable="false" readonly="false" filename=""/>
    <partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="false" filename="" />
</physical_partition>

@oneunit83
Copy link
Author

###It seems I did everything correctly (corrected my script): first I installed the partition table, then I wrote all the images to memory and patched everything and reset the device. BUT for some reason the device does not turn on???

###my corrected script:

edl gpt . --memory=ufs && edl w switch dummy.img --partitionfilename=switch --memory=UFS --loader=dummy.img --lun=0 && edl w ssd dummy.img --partitionfilename=ssd --memory=UFS --loader=dummy.img --lun=0 && edl w dbg dummy.img --partitionfilename=dbg --memory=UFS --loader=dummy.img --lun=0 && edl w bk01 dummy.img --partitionfilename=bk01 --memory=UFS --loader=dummy.img --lun=0 && edl w bk02 dummy.img --partitionfilename=bk02 --memory=UFS --loader=dummy.img --lun=0 && edl w bk03 dummy.img --partitionfilename=bk03 --memory=UFS --loader=dummy.img --lun=0 && edl w bk04 dummy.img --partitionfilename=bk04 --memory=UFS --loader=dummy.img --lun=0 && edl w keystore dummy.img --partitionfilename=keystore --memory=UFS --loader=dummy.img --lun=0 && edl w frp dummy.img --partitionfilename=frp --memory=UFS --loader=dummy.img --lun=0 && edl w bk05 dummy.img --partitionfilename=bk05 --memory=UFS --loader=dummy.img --lun=0 && edl w misc misc.img --partitionfilename=misc --memory=UFS --loader=misc.img --lun=0 && edl w vm-data dummy.img --partitionfilename=vm-data --memory=UFS --loader=dummy.img --lun=0 && edl w bk06 dummy.img --partitionfilename=bk06 --memory=UFS --loader=dummy.img --lun=0 && edl w logfs logfs_ufs_8mb.bin --partitionfilename=logfs --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w bk07 logfs_ufs_8mb.bin --partitionfilename=bk07 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oops logfs_ufs_8mb.bin --partitionfilename=oops --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w devinfo logfs_ufs_8mb.bin --partitionfilename=devinfo --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w oem_misc1 logfs_ufs_8mb.bin --partitionfilename=oem_misc1 --memory=UFS --loader=logfs_ufs_8mb.bin --lun=0 && edl w metadata metadata.img --partitionfilename=metadata --memory=UFS --loader=metadata.img --lun=0 && edl w bk08 metadata.img --partitionfilename=bk08 --memory=UFS --loader=metadata.img --lun=0 && edl w splash metadata.img --partitionfilename=splash --memory=UFS --loader=metadata.img --lun=0 && edl w bk09 metadata.img --partitionfilename=bk09 --memory=UFS --loader=metadata.img --lun=0 && edl w persist metadata.img --partitionfilename=persist --memory=UFS --loader=metadata.img --lun=0 && edl w persistbak metadata.img --partitionfilename=persistbak --memory=UFS --loader=metadata.img --lun=0 && edl w logdump metadata.img --partitionfilename=logdump --memory=UFS --loader=metadata.img --lun=0 && edl w minidump metadata.img --partitionfilename=minidump --memory=UFS --loader=metadata.img --lun=0 && edl w rawdump metadata.img --partitionfilename=rawdump --memory=UFS --loader=metadata.img --lun=0 && edl w recovery recovery.img --partitionfilename=recovery --memory=UFS --loader=recovery.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cache cache.img --partitionfilename=cache --memory=UFS --loader=cache.img --lun=0 && edl w cust cust.img --partitionfilename=cust --memory=UFS --loader=cust.img --lun=0 && edl w userdata userdata.img --partitionfilename=userdata --memory=UFS --loader=userdata.img --lun=0 && edl w xbl_config xbl_config.elf --partitionfilename=xbl_config --memory=UFS --loader=xbl_config.elf --lun=1 && edl w xbl xbl.elf --partitionfilename=xbl --memory=UFS --loader=xbl.elf --lun=1 && edl w xbl_configbak xbl_config.elf --partitionfilename=xbl_configbak --memory=UFS --loader=xbl_config.elf --lun=2 && edl w xblbak xbl.elf --partitionfilename=xblbak --memory=UFS --loader=xbl.elf --lun=2 && edl w bk31 multi_image.mbn --partitionfilename=bk31 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w cdt multi_image.mbn --partitionfilename=cdt --memory=UFS --loader=multi_image.mbn --lun=3 && edl w bk32 multi_image.mbn --partitionfilename=bk32 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w ddr multi_image.mbn --partitionfilename=ddr --memory=UFS --loader=multi_image.mbn --lun=3 && edl w bk33 multi_image.mbn --partitionfilename=bk33 --memory=UFS --loader=multi_image.mbn --lun=3 && edl w multiimgoem multi_image.mbn --partitionfilename=multiimgoem --memory=UFS --loader=multi_image.mbn --lun=4 && edl w multiimgqti multi_image.mbn --partitionfilename=multiimgqti --memory=UFS --loader=multi_image.mbn --lun=4 && edl w secdata multi_image.mbn --partitionfilename=secdata --memory=UFS --loader=multi_image.mbn --lun=4 && edl w limits multi_image.mbn --partitionfilename=limits --memory=UFS --loader=multi_image.mbn --lun=4 &&
edl w bk41 multi_image.mbn --partitionfilename=bk41 --memory=UFS --loader=multi_image.mbn --lun=4 && edl w qupfw qupv3fw.elf --partitionfilename=qupfw --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w qupfwbak qupv3fw.elf --partitionfilename=qupfwbak --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w apdp qupv3fw.elf --partitionfilename=apdp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w msadp qupv3fw.elf --partitionfilename=msadp --memory=UFS --loader=qupv3fw.elf --lun=4 && edl w vbmeta vbmeta.img --partitionfilename=vbmeta --memory=UFS --loader=vbmeta.img --lun=4 && edl w storsec storsec.mbn --partitionfilename=storsec --memory=UFS --loader=storsec.mbn --lun=4 && edl w bk42 storsec.mbn --partitionfilename=bk42 --memory=UFS --loader=storsec.mbn --lun=4 && edl w devcfg devcfg.mbn --partitionfilename=devcfg --memory=UFS --loader=devcfg.mbn --lun=4 && edl w devcfgbak devcfg.mbn --partitionfilename=devcfgbak --memory=UFS --loader=devcfg.mbn --lun=4 && edl w aop aop.mbn --partitionfilename=aop --memory=UFS --loader=aop.mbn --lun=4 && edl w aopbak aop.mbn --partitionfilename=aopbak --memory=UFS --loader=aop.mbn --lun=4 && edl w uefivarstore aop.mbn --partitionfilename=uefivarstore --memory=UFS --loader=aop.mbn --lun=4 && edl w catefv aop.mbn --partitionfilename=catefv --memory=UFS --loader=aop.mbn --lun=4 && edl w cmnlib cmnlib.mbn --partitionfilename=cmnlib --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlibbak cmnlib.mbn --partitionfilename=cmnlibbak --memory=UFS --loader=cmnlib.mbn --lun=4 && edl w cmnlib64 cmnlib64.mbn --partitionfilename=cmnlib64 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w cmnlib64bak cmnlib64.mbn --partitionfilename=cmnlib64bak --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w bk43 cmnlib64.mbn --partitionfilename=bk43 --memory=UFS --loader=cmnlib64.mbn --lun=4 && edl w keymaster km4.mbn --partitionfilename=keymaster --memory=UFS --loader=km4.mbn --lun=4 && edl w keymasterbak km4.mbn --partitionfilename=keymasterbak --memory=UFS --loader=km4.mbn --lun=4 && edl w bluetooth BTFM.bin --partitionfilename=bluetooth --memory=UFS --loader=BTFM.bin --lun=4 && edl w dip BTFM.bin --partitionfilename=dip --memory=UFS --loader=BTFM.bin --lun=4 && edl w catecontentfv BTFM.bin --partitionfilename=catecontentfv --memory=UFS --loader=BTFM.bin --lun=4 && edl w bk44 BTFM.bin --partitionfilename=bk44 --memory=UFS --loader=BTFM.bin --lun=4 --sectorsize==0x0000000000800000 && edl w bk44 BTFM.bin --partitionfilename=bk44 --memory=UFS --loader=BTFM.bin --lun=4 --sectorsize==0x0000000000200000 && edl w cateloader BTFM.bin --partitionfilename=cateloader --memory=UFS --loader=BTFM.bin --lun=4 && edl w cateloader BTFM.bin --partitionfilename=cateloader --memory=UFS --loader=BTFM.bin --lun=4 && edl w uefisecapp uefi_sec.mbn --partitionfilename=uefisecapp --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w uefisecappbak uefi_sec.mbn --partitionfilename=uefisecappbak --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w toolsfv uefi_sec.mbn --partitionfilename=toolsfv --memory=UFS --loader=uefi_sec.mbn --lun=4 && edl w abl abl.elf --partitionfilename=abl --memory=UFS --loader=abl.elf --lun=4 && edl w ablbak abl.elf --partitionfilename=ablbak --memory=UFS --loader=abl.elf --lun=4 && edl w tz tz.mbn --partitionfilename=tz --memory=UFS --loader=tz.mbn --lun=4 && edl w tzbak tz.mbn --partitionfilename=tzbak --memory=UFS --loader=tz.mbn --lun=4 && edl w bk45 tz.mbn --partitionfilename=bk45 --memory=UFS --loader=tz.mbn --lun=4 && edl w fsg tz.mbn --partitionfilename=fsg --memory=UFS --loader=tz.mbn --lun=4 && edl w spunvm tz.mbn --partitionfilename=spunvm --memory=UFS --loader=tz.mbn --lun=4 && edl w hyp hyp.mbn --partitionfilename=hyp --memory=UFS --loader=hyp.mbn --lun=4 && edl w hypbak hypvm.mbn --partitionfilename=hypbak --memory=UFS --loader=hypvm.mbn --lun=4 && edl w gsort hypvm.mbn --partitionfilename=gsort --memory=UFS --loader=hypvm.mbn --lun=4 && edl w dtbo dtbo.img --partitionfilename=dtbo --memory=UFS --loader=dtbo.img --lun=4 && edl w ifaa ifaa.img --partitionfilename=ifaa --memory=UFS --loader=ifaa.img --lun=4 && edl w logo logo.img --partitionfilename=logo --memory=UFS --loader=logo.img --lun=4 && edl w dsp dspso.bin --partitionfilename=dsp --memory=UFS --loader=dspso.bin --lun=4 && edl w boot boot.img --partitionfilename=boot --memory=UFS --loader=boot.img --lun=4 && edl w bk47 tz.mbn --partitionfilename=bk47 --memory=UFS --loader=tz.mbn --lun=4 && edl w core_nhlos NON-HLOS.bin --partitionfilename=core_nhlos --memory=UFS --loader=NON-HLOS.bin --lun=4 && edl w modem NON-HLOS.bin --partitionfilename=modem --memory=UFS --loader=NON-HLOS.bin --lun=4 && edl w vendor vendor.img --partitionfilename=vendor --memory=UFS --loader=vendor.img --lun=4 && edl w system system.img --partitionfilename=system --memory=UFS --loader=system.img --lun=4 && edl w fsc imagefv.elf --partitionfilename=fsc --memory=UFS --loader=imagefv.elf --lun=5 && edl w bk51 imagefv.elf --partitionfilename=bk51 --memory=UFS --loader=imagefv.elf --lun=5 && edl w bk52 imagefv.elf --partitionfilename=bk52 --memory=UFS --loader=imagefv.elf --lun=5 && edl w imagefv imagefv.elf --partitionfilename=imagefv --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst1 imagefv.elf --partitionfilename=modemst1 --memory=UFS --loader=imagefv.elf --lun=5 && edl w modemst2 imagefv.elf --partitionfilename=modemst2 --memory=UFS --loader=imagefv.elf --lun=5 && edl qfil rawprogram0.xml patch0.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram1.xml patch1.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram2.xml patch2.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram3.xml patch3.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram4.xml patch4.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl qfil rawprogram5.xml patch5.xml /usr/local/bin/edl/Loaders/newstuff/raphael/images --loader=prog_ufs_firehose_sdm855_ddr.elf --memory=ufs && edl reset && edl reset --resetmode=poweroff

###And here's what happened:

main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x4B8 of 0x4B8, ) 39.36 MB/s
Wrote xbl.elf to sector 134.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 36.42 MB/s
Wrote multi_image.mbn to sector 6.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 34.01 MB/s
Wrote multi_image.mbn to sector 14.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 35.00 MB/s
Wrote multi_image.mbn to sector 46.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 34.31 MB/s
Wrote multi_image.mbn to sector 262.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 35.22 MB/s
Wrote multi_image.mbn to sector 518.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 37.57 MB/s
Wrote multi_image.mbn to sector 6.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 35.53 MB/s
Wrote multi_image.mbn to sector 14.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 36.46 MB/s
Wrote multi_image.mbn to sector 22.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 36.17 MB/s
Wrote multi_image.mbn to sector 30.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader multi_image.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8 of 0x8, ) 34.56 MB/s
Wrote multi_image.mbn to sector 38.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader qupv3fw.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x11 of 0x11, ) 33.11 MB/s
Wrote qupv3fw.elf to sector 64.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader qupv3fw.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x11 of 0x11, ) 33.72 MB/s
Wrote qupv3fw.elf to sector 96.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader qupv3fw.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x11 of 0x11, ) 32.93 MB/s
Wrote qupv3fw.elf to sector 128.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader qupv3fw.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x11 of 0x11, ) 34.32 MB/s
Wrote qupv3fw.elf to sector 192.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader vbmeta.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x1 of 0x1, ) 23.47 MB/s
Wrote vbmeta.img to sector 256.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader storsec.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x5 of 0x5, ) 29.73 MB/s
Wrote storsec.mbn to sector 288.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader storsec.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x5 of 0x5, ) 27.40 MB/s
Wrote storsec.mbn to sector 320.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader devcfg.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xC of 0xC, ) 34.54 MB/s
Wrote devcfg.mbn to sector 384.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader devcfg.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xC of 0xC, ) 33.74 MB/s
Wrote devcfg.mbn to sector 448.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader aop.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x30 of 0x30, ) 36.48 MB/s
Wrote aop.mbn to sector 512.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader aop.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x30 of 0x30, ) 35.76 MB/s
Wrote aop.mbn to sector 640.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader aop.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x30 of 0x30, ) 37.43 MB/s
Wrote aop.mbn to sector 768.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader aop.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x30 of 0x30, ) 37.32 MB/s
Wrote aop.mbn to sector 896.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader cmnlib.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x5F of 0x5F, ) 37.62 MB/s
Wrote cmnlib.mbn to sector 1024.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader cmnlib.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x5F of 0x5F, ) 37.70 MB/s
Wrote cmnlib.mbn to sector 1280.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader cmnlib64.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7C of 0x7C, ) 37.38 MB/s
Wrote cmnlib64.mbn to sector 1536.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader cmnlib64.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7C of 0x7C, ) 36.90 MB/s
Wrote cmnlib64.mbn to sector 1792.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader cmnlib64.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7C of 0x7C, ) 37.53 MB/s
Wrote cmnlib64.mbn to sector 2048.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader km4.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x3D of 0x3D, ) 37.21 MB/s
Wrote km4.mbn to sector 2304.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader km4.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x3D of 0x3D, ) 36.66 MB/s
Wrote km4.mbn to sector 2560.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.37 MB/s
Wrote BTFM.bin to sector 2816.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.09 MB/s
Wrote BTFM.bin to sector 3072.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 37.91 MB/s
Wrote BTFM.bin to sector 3328.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.04 MB/s
Wrote BTFM.bin to sector 5632.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.25 MB/s
Wrote BTFM.bin to sector 5632.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.26 MB/s
Wrote BTFM.bin to sector 6144.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader BTFM.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xCF of 0xCF, ) 38.22 MB/s
Wrote BTFM.bin to sector 6144.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader uefi_sec.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x1E of 0x1E, ) 35.49 MB/s
Wrote uefi_sec.mbn to sector 6656.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader uefi_sec.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x1E of 0x1E, ) 36.50 MB/s
Wrote uefi_sec.mbn to sector 7168.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader uefi_sec.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x1E of 0x1E, ) 35.64 MB/s
Wrote uefi_sec.mbn to sector 7680.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader abl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x25 of 0x25, ) 36.19 MB/s
Wrote abl.elf to sector 8192.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader abl.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x25 of 0x25, ) 37.49 MB/s
Wrote abl.elf to sector 8704.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 37.99 MB/s
Wrote tz.mbn to sector 9216.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 38.69 MB/s
Wrote tz.mbn to sector 10240.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 38.56 MB/s
Wrote tz.mbn to sector 11264.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 37.86 MB/s
Wrote tz.mbn to sector 12288.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 38.59 MB/s
Wrote tz.mbn to sector 14336.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader hyp.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x75 of 0x75, ) 37.48 MB/s
Wrote hyp.mbn to sector 16384.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader hypvm.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x13F of 0x13F, ) 38.22 MB/s
Wrote hypvm.mbn to sector 18432.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader hypvm.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x13F of 0x13F, ) 38.37 MB/s
Wrote hypvm.mbn to sector 20480.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader dtbo.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2000 of 0x2000, ) 39.37 MB/s
Wrote dtbo.img to sector 24576.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader ifaa.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x4000 of 0x4000, ) 39.37 MB/s
Wrote ifaa.img to sector 32768.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader logo.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x17C1 of 0x17C1, ) 38.53 MB/s
Wrote logo.img to sector 49152.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader dspso.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x4000 of 0x4000, ) 38.68 MB/s
Wrote dspso.bin to sector 65536.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader boot.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x8000 of 0x8000, ) 39.27 MB/s
Wrote boot.img to sector 81920.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader tz.mbn ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2F9 of 0x2F9, ) 38.43 MB/s
Wrote tz.mbn to sector 114688.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader NON-HLOS.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xA09F of 0xA09F, ) 40.15 MB/s
Wrote NON-HLOS.bin to sector 120320.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader NON-HLOS.bin ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xA09F of 0xA09F, ) 39.26 MB/s
Wrote NON-HLOS.bin to sector 163840.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader vendor.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x60000 of 0x60000, ) 39.41 MB/s
Wrote vendor.img to sector 245760.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader system.img ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0xDFF00 of 0xE0000, ) 39.67 MB/s
Progress: |██████████| 100.0% Write (Sector 0xE0000 of 0xE0000, ) 39.39 MB/s
Wrote system.img to sector 638976.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 34.48 MB/s
Wrote imagefv.elf to sector 6.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 34.87 MB/s
Wrote imagefv.elf to sector 70.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 34.09 MB/s
Wrote imagefv.elf to sector 256.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 32.44 MB/s
Wrote imagefv.elf to sector 512.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 34.72 MB/s
Wrote imagefv.elf to sector 1024.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader imagefv.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x7 of 0x7, ) 34.38 MB/s
Wrote imagefv.elf to sector 3072.
/usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('edlclient==3.62', 'edl')
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024.
main - Using loader prog_ufs_firehose_sdm855_ddr.elf ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
modules
modules - [LIB]: 'Logger' object has no attribute 'loglevel'
Progress: |██████████| 100.0% Write (Sector 0x2 of 0x2, ) 29.44 MB/s
Progress: |██████████| 100.0% Write (Sector 0x400 of 0x400, ) 39.22 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2 of 0x2, ) 29.10 MB/s
Progress: |██████████| 100.0% Write (Sector 0x4 of 0x4, ) 36.57 MB/s
Progress: |██████████| 100.0% Write (Sector 0x1000 of 0x1000, ) 39.30 MB/s
Progress: |██████████| 100.0% Write (Sector 0x4000 of 0x4000, ) 38.71 MB/s
Progress: |██████████| 100.0% Write (Sector 0x10000 of 0x10000, ) 39.43 MB/s
Progress: |██████████| 100.0% Write (Sector 0x40000 of 0x40000, ) 39.75 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFA00 of 0x300000, ) 38.58 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFB00 of 0x300000, ) 39.42 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFC00 of 0x300000, ) 39.48 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFD00 of 0x300000, ) 39.52 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFE00 of 0x300000, ) 39.50 MB/s
Progress: |██████████| 100.0% Write (Sector 0x2FFF00 of 0x300000, ) 39.46 MB/s
Progress: |██████████| 100.0% Write (Sector 0x300000 of 0x300000, ) 39.50 MB/s
Progress: |██████████| 100.0% Write (Sector 0x6 of 0x6, ) 35.10 MB/s
Progress: |██████████| 100.0% Write (Sector 0x5 of 0x5, ) 27.41 MB/s

[root@cyberunit-systemproductname images]# edl reset /usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html __import__('pkg_resources').run_script('edlclient==3.62', 'edl') Keystone library is missing (optional). Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024. main - Trying with no loader given ... main - Waiting for the device main - Device detected :) main - Mode detected: firehose INFO: Will issue reset/power off 100 useconds, if this hangs check if watchdog is enabled INFO: bsp_target_reset() 0 DeviceClass - USBError(19, 'No such device (it may have been disconnected)') [root@cyberunit-systemproductname images]# edl reset --resetmode=poweroff /usr/bin/edl:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html __import__('pkg_resources').run_script('edlclient==3.62', 'edl') Keystone library is missing (optional). Qualcomm Sahara / Firehose Client V3.62 (c) B.Kerler 2018-2024. main - Trying with no loader given ... main - Waiting for the device main - Device detected :) sahara - Protocol version: 2, Version supported: 1 main - Mode detected: sahara sahara - Version 0x2 ------------------------ HWID: 0x000a50e100720000 (MSM_ID:0x000a50e1,OEM_ID:0x0072,MODEL_ID:0x0000) CPU detected: "SM8150" PK_HASH: 0x1bebe3863a6781db4b01086063007334de9e5ca14971c7c4f4358ec9d79cda4692ce5e948c6fd409408f4c919fcadfe3 Serial: 0x7df97ade

sahara - Detected loader: /usr/lib/python3.12/site-packages/edlclient-3.62-py3.12.egg/edlclient/../Loaders/xiaomi/EDLAuth/000a50e100720000_1bebe3863a6781db_fhprg_edlauth.bin
sahara - Protocol version: 2, Version supported: 1
sahara - Uploading loader /usr/lib/python3.12/site-packages/edlclient-3.62-py3.12.egg/edlclient/../Loaders/xiaomi/EDLAuth/000a50e100720000_1bebe3863a6781db_fhprg_edlauth.bin ...
sahara - 64-Bit mode detected.
sahara - Firehose mode detected, uploading...
sahara - Loader successfully uploaded.
main - Trying to connect to firehose loader ...
firehose - INFO: Binary build date: Aug 27 2019 @ 05:30:53
firehose - INFO: Binary build date: Aug 27 2019 @ 05:30:53
firehose - INFO: Chip serial num: 2113501918 (0x7df97ade)
firehose - INFO: Supported Functions (15):
firehose - INFO: program
firehose - INFO: read
firehose - INFO: nop
firehose - INFO: patch
firehose - INFO: configure
firehose - INFO: setbootablestoragedrive
firehose - INFO: erase
firehose - INFO: power
firehose - INFO: firmwarewrite
firehose - INFO: getstorageinfo
firehose - INFO: benchmark
firehose - INFO: emmc
firehose - INFO: ufs
firehose - INFO: fixgpt
firehose - INFO: getsha256digest
firehose - INFO: End of supported functions 15
firehose_client
firehose_client - [LIB]: No --memory option set, we assume "UFS" as default ..., if it fails, try using "--memory" with "UFS","NAND" or "spinor" instead !
firehose - Xiaomi EDL Auth detected.
firehose - EDL Authenticated successfully.
firehose_client - Supported functions:

program,read,nop,patch,configure,setbootablestoragedrive,erase,power,firmwarewrite,getstorageinfo,benchmark,emmc,ufs,fixgpt,getsha256digest
INFO: Will issue reset/power off 100 useconds, if this hangs check if watchdog is enabled
INFO: bsp_target_reset() 0
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
firehose - Reset succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant