[U-Boot] Delay in U-boot Booting , Running U-boot from NOR Flash

2010-09-02 Thread  Gurumurthy G M
Hi, I am using u-boot-2010.03 version, ported u-boot for MIPS32 AU13xx series. U-boot is taking 5-7 seconds to boot after power up. u-boot.bin is programmed in NOR Flash. Is there any option to skip relocating to DDR2 (SDRAM) so that I want to check booting u-boot from NOR Flash itself.

[U-Boot] Linux kernel hangs in panic

2010-06-03 Thread  Gurumurthy G M
Dear All, I am using MIPS32 AU1350 processor board with 2MB of NOR Flash, I have programmed u-boot and Linux kernel in NOR Flash. U-boot is working able to boot linux kernel but not able to mount root filesystem from SDRAM. I have created uRamdisk and also passed boot arguments.

[U-Boot] Unable to mount Root File System , initramdisk or initramfs

2010-06-03 Thread  Gurumurthy G M
Hi All, I am using MIPS32 AU1350 processor board with 2MB of NOR Flash, I have programmed u-boot and Linux kernel in NOR Flash. U-boot is working able to boot linux kernel but not able to mount root filesystem from SDRAM. I tried both initramdisk and initramfs. please let me know more

[U-Boot] U-boot Hangs in relocate_code function

2010-05-17 Thread  Gurumurthy G M
Hi Andrew, Now am able to get some messages on serial port but it is hanging after DRAM initialization i.e. during relocate_code function, below is the debug messages on serial port. I tried configuring SDRAM (DDR2) for 256 and 128 MB, but still the problem is same. I am facing

[U-Boot] U-boot MIPS ROM Exception Handler Error

2010-04-28 Thread  Gurumurthy G M
Hi all, I am porting U-boot-2010.03 on MIPS32 Architecture ( au1350 processor). u-boot is compiled for little endian and downloaded the u-boot.bin file to NOR Flash.After reset followed by go command , I observe that cpu hangs at 0xbfc00570 (ROM Exception Handler). we are using

Re: [U-Boot] Facing problems in Porting U-boot to MIPS32 (Au1350)

2010-04-28 Thread  Gurumurthy G M
rate. need help if am missing something regarding debug console. Regards, Gurumurthy -Original Message- From: Andrew Dyer [mailto:amd...@gmail.com] Sent: Tue 4/27/2010 4:57 AM To:  Gurumurthy G M Cc: U-Boot List Subject: Re: [U-Boot] Facing problems in Porting U-boot to MIPS32 (Au1350

[U-Boot] Facing problems in Porting U-boot to MIPS32 (Au1350)

2010-04-23 Thread  Gurumurthy G M
let me know if anyone have ported u-boot to MIPS32. -Original Message- From: u-boot-boun...@lists.denx.de on behalf of  Gurumurthy G M Sent: Fri 4/23/2010 2:30 PM To: u-boot@lists.denx.de Subject: [U-Boot] U-boot Porting for MIPS32 (Au1350) Hi All, we are porting U-boot

[U-Boot] U-boot Porting for MIPS32 (Au1350)

2010-04-22 Thread  Gurumurthy G M
Hi All, we are porting U-boot 1.2.0 to MIPS32 Au1350 Processor. i am using ELDK 4.1 for MIPS32. Thanks wolfgang now am able to compile toolchain for mips after using ELDK for MIPS. Now while porting U-boot to Au1350 MIPS32 we are facing following problems mentioned below. We have