This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: porting ecos on ec555 light


Hi Bob,

>> I followed the instructions for rebuilding redboot and generated the
>> .elf redboot (ROM version) image. The problem now is that the elf
file
>> is 593.1KB, much bigger than the internal flash of the MPC555 of
448KB.
>> So, now my problem is: a) how strip or section the elf and convert to
a
>> binary image, and b) then download it onto the flash memory. Can I
use
>> the NVM GMD provided by Motorola to do so? If so, how?

> a) powerpc-eabi-objcopy -O binary redboot.elf redboot.bin
>   You have been reading the documentation, have you ?
> b) don't know this NVM GMD thing

How do you download the ROM version of Redboot into the flash memory
then? Did you write your own code or are there any drivers or flash
programmers for the MPC555 available?
 
Best,
Aakash



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]