[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"ralf" suffix in 4.9.1
- Date: Thu, 08 Jan 2009 07:29:35 -0800
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: "ralf" suffix in 4.9.1
Leon Pollak wrote:
> On Wednesday January 7 2009, Joel Sherrill wrote:
>
>> .exe --> natively linked output, usually ELF
>> .ralf --> downloadable image
>>
>> .ralf --> RTEMS Application Loadable File and a nod to Ralf
>> for all he has done. :)
>>
> Sorry for the obvious question:
> What is the difference between ralf and bin files?
> Thanks.
>
AFAIK, 'bin' is a pure binary. 'ralf' is a downloadable
image and its format is highly BSP/bootloader dependent.
For some BSPs '.ralf' may be a pure binary, for others
it could be in ELF, multiboot, proprietary or you-name-it
format.
--Till