View Single Post
Old 05-27-2022, 06:22 AM   #72
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,023
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Huh? You don't "install" any files, you just copy them.
An EDL "loader" file is a kind of ELF executable file although it could end in .bin or anything.
In my sig you can find elfview.exe which can be used to check ELF files:
Code:
C:\>elfview.exe /v /p /l poke3.bin
Type:   executable
CPU:    ARM 64-bit architecture (AARCH64)
Linker: none
Libs:   none

 #  Type     Flags     Size  Offset  Address
--  -------  -----  -------  ------  --------
 0  null                792  000000  00000000
 1  null               6856  001000  85e28000
 2  load     RX      356508  003000  14015000
 3  load     RWZ          0  05A0A0  14077000
 4  load     RW       40704  05A0A0  1407a000
 5  load     RWX      39176  063FA0  14084800
 6  load     RWZ          0  06D8B0  85e10000
 7  load     RX        7804  06D8B0  146ae000
 8  load     RWZ          0  06F730  146b1000
 9  load     RWX     100568  06F730  14098000
10  load     RWZ          0  088010  146b2000
11  load     RWZ          0  088010  14680000
12  load     RX       77248  088010  14699000

 #  Name                      Type       Flags     Size  Offset  Address
--  ------------------------  ---------  -----  -------  ------  --------
    program header table                            728  000040
    end of file
So, just download that loader that I linked and try that.
And while you're at it, please give me the info on what you were using as a loader.

Last edited by Renate; 05-27-2022 at 08:26 AM.
Renate is online now   Reply With Quote