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
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
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