Re: [U-Boot-Users] Newbie... still stuck with RAM disk

Wolfgang, I do have ext2 file system support in my kernel. The filesystem was made using 'mke2fs'.... courtesy of my constant companion book from Karim Yaghmour.
Thanks again for your help, Luke
Here is my current kernel file system related setup... # # File systems # CONFIG_AUTOFS4_FS=y CONFIG_TMPFS=y CONFIG_RAMFS=y CONFIG_PROC_FS=y CONFIG_DEVFS_FS=y CONFIG_DEVFS_MOUNT=y CONFIG_DEVPTS_FS=y CONFIG_EXT2_FS=y
# # Network File Systems # CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_ROOT_NFS=y CONFIG_SUNRPC=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y
_________________________________________________________________ Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger

In message BAY10-F31T0apMHi0SY0000100c@hotmail.com you wrote:
I do have ext2 file system support in my kernel.
OK.
Then try disabling devfs.
Best regards,
Wolfgang Denk

Hi all,
I am new to u-boot. I am porting u-boot to Blackfin processor. I am facing problems while loading the file via kermit to the target. Its waiting infinitely in the function k_recv, probably becoz its not receiving the START_CHAR. When i try sending the file from hyperterminal, it aborts after some time. What is the script send_image under tools directory? Do i need to do anything with that?
Please help me.
regards vidya

In message DLEALGDPKDCCDOIIPLNFEEHLCDAA.vidya_s@lgsoftindia.com you wrote:
I am new to u-boot. I am porting u-boot to Blackfin processor. I am facing problems while loading the file via kermit to the target. Its waiting
Did you read the documentation? The "loadb" command is described in detail at http://www.denx.de/twiki/bin/view/DULG/UBootCmdGroupDownload#Section_5.9.5.3.
infinitely in the function k_recv, probably becoz its not receiving the
This might be because bad / incorrect initializatioon of the serial port on either side of the connection. See also http://www.denx.de/twiki/bin/view/DULG/SystemSetup#Section_4.3.
START_CHAR. When i try sending the file from hyperterminal, it aborts after
I don't think that hyperterminal is capable of sending in Kermit binary protocol. Why don't you use kermit?
some time. What is the script send_image under tools directory? Do i need to do anything with that?
Did you read tools/scripts/README? If yes, which part did you not understand?
Best regards,
Wolfgang Denk
participants (3)
-
Luke Fimmerzane
-
Vidya S
-
Wolfgang Denk