Hi,

The best way is to read the vfat partition itself.
generally the mmc subsystem of u-boot would provide commands,

mmcinit - to initialize the subsystem
fatls mmc 0 - read the contents of the 1st mmc device
fatload mmc 0 80600000 <file_name> - to copy the contents of file
"file_name" from mmc device 0 to RAM address 80600000

regards,
Pavan

On Tue, Sep 15, 2009 at 6:40 PM, sanyanniesunney anniesunney
<laurelsgal...@gmail.com> wrote:
> Hi....
> I formatted my card such that it has only 1 partition and this partition is
> of vfat type...
> In this i copied the uImage(i had renamed as u suggested),MLO and u-boot.bin
> i also tried with the uImage and the binaries that they
> provided,android-beagle.ubi and
> 0xkernel-beagle.bin
>
>
> How can i verify whether i have formatted it correctly?i am sorry for asking
> silly doubts but please help...
>
> thanks a lot!
>
> On Tue, Sep 15, 2009 at 6:17 PM, Jim Huang <jserv...@gmail.com> wrote:
>>
>> 2009/9/15 sanyanniesunney anniesunney <laurelsgal...@gmail.com>:
>> > U-Boot 1.3.3 (Jul 10 2008 - 16:33:09)
>> >
>> > OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
>> > OMAP3 Beagle Board + LPDDR/NAND
>> > DRAM:  128 MB
>> > NAND:  256 MiB
>> > In:    serial
>> > Out:   serial
>> > Err:   serial
>> > Audio Tone on Speakers  ... complete
>> > Hit any key to stop autoboot:  0
>> > reading uImage
>> >
>>
>> Ok, it recognizes the kernel image.
>>
>> > 693740 bytes read
>> > ## Booting kernel from Legacy Image at 80300000 ...
>> >    Image Name:   Linux-2.6.29-omap1-g9985b01-dirt
>> >    Image Type:   ARM Linux Kernel Image (uncompressed)
>> >    Data Size:    1956720 Bytes =  1.9 MB
>> >    Load Address: 80008000
>> >    Entry Point:  80008000
>> >    Verifying Checksum ... Bad Data CRC
>> > ERROR: can't get kernel image!
>> >
>>
>> Could you please clarify if your SD card is well formatted or not?
>> It usually comes with physical problem instead of software.
>>
>> Sincerely,
>> Jim Huang (jserv)
>> http://0xlab.org/
>>
>>
>
>
> >
>



-- 
--Pavan Savoy

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to