[U-Boot] (no subject)

2012-07-19 Thread Gigin Jose
http://blog.eduangelis.com.br/wp-content/plugins/zefeeldfego/work.php?shinning213.jpeg___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] splash screen on uboot 1.3.4

2012-06-19 Thread Gigin Jose
Hi,  I am working on s3c2416 ARM9 based processor. The u-boot version used is u-boot 1.3.4. This u-boot does not have the splash screen implemented on the source code.  To enable the splash screen, I defined CONFIG_SPLASH_SCREEN in include/configs/smdk2416.h file. Now I get the error

[U-Boot] Function backtrace in uboot

2011-02-26 Thread Gigin Jose
Hi,  I would like to backtrace a function in uboot. The function  int backtrace (void **buffer, int size)  uses header file execinfo.h.  The header file is present inside my toolchain include folder. How can I add the include folder in my Makefile path so that I can use the functionality in the

Re: [U-Boot] Entry point for uncompressed kernel image

2011-01-07 Thread Gigin Jose
--- On Fri, 7/1/11, Pankaj Pandey pankaj.embed...@gmail.com wrote: From: Pankaj Pandey pankaj.embed...@gmail.com Subject: Re: [U-Boot] Entry point for uncompressed kernel image To: Gigin Jose gigin_j...@yahoo.co.in Date: Friday, 7 January, 2011, 12:56 PM hi...ur booting argument seem to be ok

[U-Boot] -a -e values for initrd on s3c2440

2011-01-06 Thread Gigin Jose
Hi ,  What is the value of -a , -e argument for creating the initrd image on s3c2440. The base address of my RAM is 0x3000 and the kernel (zImage) is loaded to to 0x30008000. The total RAM size is 64 MB. I am uisng uboot version 1.1.6 and linux kernel 2.6.30.4.  thanks regardsGIGIN

[U-Boot] Entry point for uncompressed kernel image

2011-01-06 Thread Gigin Jose
Hi ,  I am trying to put uncompressed kernel image to SDRAM for my s3c2440 development board. The uncompressed kernel image is made from 'Image' inside arch/arm/boot folder using the mkimage tool.  What should be the entry point and load address for the uncompressed kernel image ?  The physical

Re: [U-Boot] Entry point for uncompressed kernel image

2011-01-06 Thread Gigin Jose
for uncompressed kernel image To: Gigin Jose gigin_j...@yahoo.co.in Date: Friday, 7 January, 2011, 10:52 AM hi u can define same 0x30008000 as entry and load address. Regards, Pankaj Pandey On Fri, Jan 7, 2011 at 2:07 PM, Gigin Jose gigin_j...@yahoo.co.in wrote: Hi ,  I am trying to put

Re: [U-Boot] Entry point for uncompressed kernel image

2011-01-06 Thread Gigin Jose
To: Gigin Jose gigin_j...@yahoo.co.in Date: Friday, 7 January, 2011, 11:58 AM hi...can you please share me ur bootargs plz...for debugging  this issue u need to connect ur board with hardware debugger through JTAG and start debugging from kernel entry point which at ./arch/arm/kernel/head.S

[U-Boot] RAMdisk with uboot on s3c2440

2011-01-04 Thread Gigin Jose
Hi ,  I am working on S3C2440. I need to load the initrd with the uboot. The base address for my RAM is 0x3000. As per the documentations, the kernel is loaded to 0x30008000 and the initrd is loaded to 0x3080. On the NAND flash, zImage is loaded at address 0x20. I loaded the ramdisk