|
Message
From: Simon Srot <simons@f...>
Date: Fri, 19 Sep 2003 20:50:37 +0200
Subject: Re: [openrisc] What files need to be transfered to flash for startup
Hi,
If you configured kernel with CONFIG_ROMKERNEL turned on, then the
resulting linux file contains the code, which you should put to flash.
Off course this is an elf file, so you should use something like
or32-uclinux-objcopy -O binary linux linux.bin
to get the binary image, which you should put to the beginning of flash.
Simon
Brian Korsedal wrote:
>
> Hi,
>
> I was wondering where the ATS script puts uClinux and it's directories. Specifically, what files need to be transfered to flash so that the core boots up?
>
> -Brian
>
>
|
 |