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.