RE: [uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Prathika
list Subject: Re: [uClinux-dev] Problem in booting compressed image from spi flash. Hi Try this for CONFIG_BOOTCMD "eeprom read 0x100 0x4 0x20c789;bootm 0x100". The optional argument to bootm is the image location not the image size. Phil Wilshire Prathika wro

Re: [uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Phil Wilshire
Hi Try this for CONFIG_BOOTCMD "eeprom read 0x100 0x4 0x20c789;bootm 0x100". The optional argument to bootm is the image location not the image size. Phil Wilshire Prathika wrote: hi all, we have been trying to boot the compressed image of uClinux from spi flash. I had be

[uClinux-dev] Problem in booting compressed image from spi flash.

2008-09-30 Thread Prathika
hi all, we have been trying to boot the compressed image of uClinux from spi flash. I had been successful in writing the compressed image into 4th sector of spi flash using eeprom write command. For booting from spi flash i did something like this in my customised .h file for my board in u-bo