you can compare in HxD. looks like the exact same bytes.
sboot.bin
bobbywan30_exercise.bin
nothing. you are done. this is the final result
bobbywan30_exercise.bin
for your excercise.sboot.bin
bobbywan30_exercise.bin
bobbywan30_exercise.bin
for your excercise.now what's next???you can compare in HxD. looks like the exact same bytes.
sboot.bin
View attachment 5826763
bobbywan30_exercise.bin
View attachment 5826765
nothing. you are done. this is the final resultbobbywan30_exercise.bin
for your excercise.
I didn't succeed eithernow start from scratch and repeat this for the first offset/file (post #28).
offset: 0 - 2FFF file name:bl1
I don't understand offsetnow start from scratch and repeat this for the first offset/file (post #28).
offset: 0 - 2FFF file name:bl1
bobbywan30_exercise.bin
)bl1
)hand stuckyou have to select more lines. (you just copied the same offset 0-1F. but that was only excercise.)
look at picture I have marked position for start offset + end offset (post #74)
you can see offset for line in left column. you can see selection in bottom. I have marked in red color.
examples
00000000 - 0000001F = bobbywan30_exercise.bin (two lines)
00000020 - 0000002F (one line)
00000030 - 0000003F (one line)
00000040 - 0000004F (one line)
00000050 - 0000005F (one line)
...
more examples
00000000 - 0000000F (one line)
00000000 - 0000001F = bobbywan30_exercise.bin (two lines)
00000000 - 0000002F (three lines)
00000000 - 0000003F (four lines)
00000000 - 0000004F (five lines)
00000000 - 0000005F (six lines)
...
00000000 - 00002FFF = bl1 (768 lines)
if you don't understand hex value, you can calculate values in dec.
https://www.binaryhexconverter.com/hex-to-decimal-converter
you have to select more lines. (you just copied the same offset 0-1F. but that was only excercise.)
look at picture I have marked position for start offset + end offset (post #74)
you can see offset for line in left column. you can see selection in bottom. I have marked in red color.
examples
00000000 - 0000001F = bobbywan30_exercise.bin (two lines)
00000020 - 0000002F (one line)
00000030 - 0000003F (one line)
00000040 - 0000004F (one line)
00000050 - 0000005F (one line)
...
more examples
00000000 - 0000000F (one line)
00000000 - 0000001F = bobbywan30_exercise.bin (two lines)
00000000 - 0000002F (three lines)
00000000 - 0000003F (four lines)
00000000 - 0000004F (five lines)
00000000 - 0000005F (six lines)
...
00000000 - 00002FFF = bl1 (768 lines)
if you don't understand hex value, you can calculate values in decimal
https://www.binaryhexconverter.com/hex-to-decimal-converter
examples
00000000 - 00000031 = bobbywan30_exercise.bin (two lines)
00000032 - 00000047 (one line)
00000048 - 00000063 (one line)
00000064 - 00000079 (one line)
00000080 - 00000095 (one line)
...
more examples
00000000 - 00000015 (one line)
00000000 - 00000031 = bobbywan30_exercise.bin (two lines)
00000000 - 00000047 (three lines)
00000000 - 00000063 (four lines)
00000000 - 00000079 (five lines)
00000000 - 00000095 (six lines)
...
00000000 - 00012287 = bl1 (768 lines)
bobbywan30_exercise.bin
successful.bl1
?here I selected 2 lines for bl1you showed proof you can. you have selected two lines, copy-pasted into new filebobbywan30_exercise.bin
successful.
can you explain me, what is the difference between select more lines, let's say three, four, five, six, ... 768 lines forbl1
?
I made only 2 filesplease tell me what you see here,
- when selected two lines?
- when selected three lines?
- when selected four lines?
- when selected five lines?
- when selected six lines?
...
- when selected 768 lines?
View attachment 5826839
(I have marked in red color)
you can set the offsets for each individual fileplease tell me what you see here,
- when selected two lines?
- when selected three lines?
- when selected four lines?
- when selected five lines?
- when selected six lines?
...
- when selected 768 lines?
View attachment 5826839
(I have marked in red color)
0x0 - 0x2FFF = bl1
0x3000 - 0x15FFF = ebpl
fișierul bl1 este 3000Pot vedea în partea de jos 0-A3FFF pe captură de ecran. cu toate acestea, bl1 este 0-2FFF.
View attachment 5826903
[cod] 0x0 - 0x2FFF = bl1
0x3000 - 0x15FFF = ebpl[/code]
(Văd că traducătorul rupe aspectul și tu nu vezi în limba ta. Este mai bine acum?)
bl1 is correct....bl2 how much do I have to type??[✓] bl1
[ ] ebpl.bin
yes, this is correct. hex (3000)16 = (12288)10 dec
the length of the file is 12288 bytes.
I passed o0x3000 to bl1 the first filesecond file is 0x3000 - 0x15FFF = ebpl.bin. it starts next line where bl1 ended. 3000
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.