[U-Boot] Info about cache test at uboot prompt.

2012-09-19 Thread naveen yadav
Dear All, I want to check the stability of L2 cache at uboot prompt. My question are. 1. Is it possible to verify, if yes what steps I need to do. 2. had nay body perform , pls share. Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

[U-Boot] ubi part partation issue (ubi at u-boot)

2009-08-05 Thread naveen yadav
Hi All, i am following following issues when using samsung flex-onenand of size 1GB. 1. I am doing following steps, 0) onenand erase force  0x20 0x640 if i erase full onenand my oneboot and uboot also get erased( which are at first block of onenand) i do not know is there different eras

[U-Boot] ubi attaching error (UBI error: ubi_read_volume_table)

2009-07-23 Thread naveen yadav
Hi All, I am using flex-onenand for my u-boot. i have added the patch for flex-onenand and UBI and UBIFS published by kyungmin park. I have done following steps: 1. first command # onenand erase 0x4 0x20 2. second command # mtdparts default 3. third commad # mtdparts 4. forth command

[U-Boot] Run hello_world.c example code at u-boot prompt using ARM Board

2008-09-06 Thread naveen yadav
Hi All, I want to run hello_world.c example with printf enable . I load tftp hello_world.bin using at 0x20 >tftp 0x2 hello_world.bin >go 0x20 After this System get freeze. I am very thankfull if any body have any Idea. I am using ARM 11. Best Regards Naveen _