you did it wrong. the start offset is 224000 (not 0)
btw I cannot see any error. what error you mean?
btw I cannot see any error. what error you mean?
to the error in the last posted videoyou did it wrong. the start offset is 224000 (not 0)
btw I cannot see any error. what error you mean?
I mean the error. that is, it does not go beyond bl1 and bl2. I'll do it one more time. typed ctrl+g and passed offset 224000 and copied everything to the top and saved dram_el3mon.bin
0 - 2FFF = bl1
3000 - 15FFF = epbl.bin
16000 - 67FFF = bl2.bin
...
A4000 - 223FFF = s-boot.bin
224000 - 263FFF = dram_el3mon.bin
isn't it good the way I do it??? ...ctrl+g set 224000 offset and select everything as in the video.. I started from offset 224000thats wrong. you must not select everything from the top.
224000 - 263FFF = dram_el3mon.bin
start offset: 224000 (begin of el3mon)
end offset: 263FFF (end of el3mon)
(refer to post #28)Code:0 - 2FFF = bl1 3000 - 15FFF = epbl.bin 16000 - 67FFF = bl2.bin ... A4000 - 223FFF = s-boot.bin 224000 - 263FFF = dram_el3mon.bin
as for the flashing, I don't know why it stuck. I don't know how to use this tool. I never used myself.
OK. I wish you a wonderful evening. You're a good man
writing CFG is the easy part, just add file names with proper offsets. the offsets of Exynos9820 and Exynos9825 are identical. but you need to extract the files from sboot, first.
you don't have the files, have you?
thank youPuhh...
It was long time ago and I had all files and addresses from Firmware floating around...
As I only repaired my SM-R760... Watch...
I will try to check what I have...
Best Regards
this is the cfg i have@adfree I am trying to help OP, thought the CFG file could used as is and contains the offset - turns out not.
I feel bit silly now as I was arrogantly saying he can use the file without modifications. But OP said it always stopped uploading after bl2 (maybe because there is no DNW_WAIT?)
can you explain the syntax of these file? the numbers are just timeout or something? how are the junks associated without naming label in CFG file? the file is downloaded from post #19 and origin from YouTube video post #3 claims it is working.
(please ignore so many pages 3-7. you should unwatch this thread to avoid getting spammed, OP is still learning on extracting files... will mention you in case of reply)
thank you alex I'm waiting for an answer from you. you are a great gentleman. you had a lot of patience with me. thank you and I wish you a good night@adfree I am trying to help OP, thought the CFG file could used as is and contains the offset - turns out not.
I feel bit silly now as I was arrogantly saying he can use the file without modifications. But OP said it always stopped uploading after bl2 (maybe because there is no DNW_WAIT?)
can you explain the syntax of these file? the numbers are just timeout or something? how are the junks associated without naming label in CFG file? the file is downloaded from post #19 and origin from YouTube video post #3 claims it is working.
(please ignore so many pages 3-7. you should unwatch this thread to avoid getting spammed, OP is still learning on extracting files... will mention you in case of reply)
files + cfg@adfree I am trying to help OP, thought the CFG file could used as is and contains the offset - turns out not.
I feel bit silly now as I was arrogantly saying he can use the file without modifications. But OP said it always stopped uploading after bl2 (maybe because there is no DNW_WAIT?)
can you explain the syntax of these file? the numbers are just timeout or something? how are the junks associated without naming label in CFG file? the file is downloaded from post #19 and origin from YouTube video post #3 claims it is working.
(please ignore so many pages 3-7. you should unwatch this thread to avoid getting spammed, OP is still learning on extracting files... will mention you in case of reply)
@adfree Încerc să ajut OP, m-am gândit că fișierul CFG ar putea fi folosit așa cum este și conține offset - se pare că nu.
Mă simt puțin prost acum, deoarece spuneam cu aroganță că poate folosi fișierul fără modificări. Dar OP a spus că întotdeauna a încetat încărcarea după bl2 (poate pentru că nu există DNW_WAIT?)
poti explica sintaxa acestor fisiere? numerele sunt doar timeout sau ceva? cum sunt asociate junk-urile fără eticheta de denumire în fișierul CFG? fișierul este descărcat din postarea #19 și originea din postarea video YouTube #3 susține că funcționează.
(Vă rugăm să ignorați atât de multe pagini 3-7. Ar trebui să dezactivați acest thread pentru a nu primi spam, OP încă învață despre extragerea fișierelor... vă va menționa în caz de răspuns)
I downloaded from here
bl2.bin
dram_el3mon.bin
dram_train.bin
epbl.bin
s-boot.bin
DNW_STORE e5250 fwbl1 200 20 bl1.bin
e5250
: is the SoCfwbl1
: is the label200
: ?20
: ?bl1.bin
: is file extracted from sbootDNW_STORE exynos down 200 20 bl1
exynos
: some kind of "broad" SoC?down
: ?200
: ?20
: ?bl1
: is file extracted from sbootDNW_WAIT
maybe we should add?thank you alecxs for your patience with me. you are a great gentleman.this tool is undocumented, couldn't find any information about, except what is already linked in thread.
for example don't know what the 200 means. guess it's a timeout counter.
also I still don't understand how the location is determined where the files are written. my guess is, it parses the file name for determining the label.
please wait for new information.