[U-Boot-Users] 405Gpr

Wolfgang Denk wd at denx.de
Thu Feb 27 23:22:36 CET 2003


In message <EGEGIJHKDKJGAJMGIDPNOEOGCHAA.jwalden at digitalatlantic.com> you wrote:
> 
> So I have a few simple questions:
> 
> 1)Is there a preffered place that I can put the initialization of
> my CompactFlash card?

Make it fit into the existing IDE interface.

> 2)When I bootm xxxx_xxxx where xxxx_xxxx is in the CompactFlash - do I need
> to
> write a special read routine?  The only mode (I think) I can place the
> CompactFlash
> device in is PC Card Memory Mode.  As I read the specs for this device, it
> looks like
> I'll need a loop before I read each word like:

Make it fit into the existing IDE interface.

Than you can use "disk read ..." etc. to load the image into RAM, and use
standard commands like imi or bootm.

> Since the CompactFlash is a 16 bit device, do I need to change the bootm
> code so that
> I get all 32 bits?

bootm has nothing to do with it. "bootm" is - as the name suggests  -
a  command to boot an image that is in _m_memory. You use a different
command to load the image to memory, like loads or tftp or  disk  (or
even "eeprom read" :-)

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
I've got a bad feeling about this.




More information about the U-Boot mailing list