Re: DM6467 EVM u-boot Nand flash issue

2009-04-06 Thread Neeraj Tandon

Hi,

You should go to denx site which hosts u-boot. It has links for all previously 
released u-boot version.

My understanding is TI supported u-boot version is only 1.2

Regards,
Neeraj


-

--- On Mon, 4/6/09, Sidharth Garde  wrote:

> From: Sidharth Garde 
> Subject: Re: DM6467 EVM u-boot Nand flash issue
> To: "Paulraj, Sandeep" , "Neeraj Tandon" 
> , davinci-linux-open-source@linux.davincidsp.com
> Date: Monday, April 6, 2009, 12:02 AM
> Dear All,
> 
> I am also working on a DM6467 proceesor. Can you please
> tell me where I can find U-Boot 1.3.4 and u-boot version
> 2009.3 for downloading?
> 
> Thanks,
> 
> Sidharth
> 
> - Original Message - From: "Paulraj, Sandeep"
> 
> To: "Neeraj Tandon" ;
> 
> Sent: Sunday, April 05, 2009 5:50 AM
> Subject: RE: DM6467 EVM u-boot Nand flash issue
> 
> 
> Neeraj,
>            The latest
> U_boot does not have support for DM6467.
> You are compiling for the DVEVM. This is meant for DM6446.
> Compiling for DM6446 and using it for DM6467 EVM will not
> work.
> 
> Withing TI we have got U-Boot working on 1.3.4. Maybe you
> can use that.
> 
> I will  add support for DM6467 in U-Boot GIT later
> this month
> 
> Thanks,
> Sandeep
> 
> From: davinci-linux-open-source-boun...@linux.davincidsp.com
> [davinci-linux-open-source-boun...@linux.davincidsp.com]
> On Behalf Of Neeraj Tandon [tandonneera...@yahoo.com]
> Sent: Saturday, April 04, 2009 1:38 PM
> To: davinci-linux-open-source@linux.davincidsp.com
> Subject: DM6467 EVM u-boot Nand flash issue
> 
> Hi,
> 
> I posted in this in u-boot list. Since this is more
> specific to Davinci I am posting here. If anyone has used
> recent version of u-boot for DM6467 and managed to boot from
> NAND flash then let me know. Following is the issue I am
> facing with U-boot.
> 
> I am using u-boot version 2009.3 for TI Davinci DM6467 EVM.
> The reason to use this was support of usb related commands
> for DM6467 in this tree.
> 
> I built the u-boot.bin for NAND flash. My only modification
> was in file
> include/configs/davinci_devevm.h where I #define
> CONFIG_SYS_USE_NAND
> 
> I built this and flashed this using TI provide
> sfh_DM6467.exe. The flashng goes well and I see blocks 6 and
> 7 being written. However on power on of EVM I see
> following:
> 
> Chip initialization passed!
> TI UBL Version: 1.30
> Booting Catalog Boot Loader
> BootMode = NAND
> Starting NAND Copy...
> Valid MagicNum found.
>   DONE
> Jumping to entry point at 0x8108
> 
> This keeps repeating and EVM it is unable to boot.
> 
> Any one used this version of u-boot with a NAND flash and
> TI DVEVM. Any suggestion on changes I should make to isolate
> this error ?
> 
> Regards,
> Neeraj
> 
> 
> 
> 
> 
> ___
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> ___
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> 
> 
> 




___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


Re: DM6467 EVM u-boot Nand flash issue

2009-04-06 Thread Sidharth Garde

Dear All,

I am also working on a DM6467 proceesor. Can you please tell me where I can 
find U-Boot 1.3.4 and u-boot version 2009.3 for downloading?


Thanks,

Sidharth

- Original Message - 
From: "Paulraj, Sandeep" 
To: "Neeraj Tandon" ; 


Sent: Sunday, April 05, 2009 5:50 AM
Subject: RE: DM6467 EVM u-boot Nand flash issue


Neeraj,
   The latest U_boot does not have support for DM6467.
You are compiling for the DVEVM. This is meant for DM6446. Compiling for 
DM6446 and using it for DM6467 EVM will not work.


Withing TI we have got U-Boot working on 1.3.4. Maybe you can use that.

I will  add support for DM6467 in U-Boot GIT later this month

Thanks,
Sandeep

From: davinci-linux-open-source-boun...@linux.davincidsp.com 
[davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Neeraj 
Tandon [tandonneera...@yahoo.com]

Sent: Saturday, April 04, 2009 1:38 PM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: DM6467 EVM u-boot Nand flash issue

Hi,

I posted in this in u-boot list. Since this is more specific to Davinci I am 
posting here. If anyone has used recent version of u-boot for DM6467 and 
managed to boot from NAND flash then let me know. Following is the issue I 
am facing with U-boot.


I am using u-boot version 2009.3 for TI Davinci DM6467 EVM. The reason to 
use this was support of usb related commands for DM6467 in this tree.


I built the u-boot.bin for NAND flash. My only modification was in file
include/configs/davinci_devevm.h where I #define CONFIG_SYS_USE_NAND

I built this and flashed this using TI provide sfh_DM6467.exe. The flashng 
goes well and I see blocks 6 and 7 being written. However on power on of EVM 
I see following:


Chip initialization passed!
TI UBL Version: 1.30
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid MagicNum found.
  DONE
Jumping to entry point at 0x8108

This keeps repeating and EVM it is unable to boot.

Any one used this version of u-boot with a NAND flash and TI DVEVM. Any 
suggestion on changes I should make to isolate this error ?


Regards,
Neeraj





___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source



___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


RE: DM6467 EVM u-boot Nand flash issue

2009-04-04 Thread Neeraj Tandon


Thanks Sandeep,

I need USB read support in u-boot so uImage and filesystem can be read off a 
USB memory stick. This is the reason I wanted to move to a version other than 
TI released u-boot 1.2 for 6467.

Would you be knowing if any u-boot version supports USB read from U-boot for 
DM6467 ? 

Regards,
Neeraj


--- On Sat, 4/4/09, Paulraj, Sandeep  wrote:

> From: Paulraj, Sandeep 
> Subject: RE: DM6467 EVM u-boot Nand flash issue
> To: "Neeraj Tandon" , 
> "davinci-linux-open-source@linux.davincidsp.com" 
> 
> Date: Saturday, April 4, 2009, 5:20 PM
> Neeraj,
>             The latest U_boot
> does not have support for DM6467.
> You are compiling for the DVEVM. This is meant for DM6446.
> Compiling for DM6446 and using it for DM6467 EVM will not
> work.
> 
> Withing TI we have got U-Boot working on 1.3.4. Maybe you
> can use that.
> 
> I will  add support for DM6467 in U-Boot GIT later
> this month
> 
> Thanks,
> Sandeep
> 
> From: davinci-linux-open-source-boun...@linux.davincidsp.com
> [davinci-linux-open-source-boun...@linux.davincidsp.com]
> On Behalf Of Neeraj Tandon [tandonneera...@yahoo.com]
> Sent: Saturday, April 04, 2009 1:38 PM
> To: davinci-linux-open-source@linux.davincidsp.com
> Subject: DM6467 EVM u-boot Nand flash issue
> 
> Hi,
> 
> I posted in this in u-boot list. Since this is more
> specific to Davinci I am posting here. If anyone has used
> recent version of u-boot for DM6467 and managed to boot from
> NAND flash then let me know. Following is the issue I am
> facing with U-boot.
> 
> I am using u-boot version 2009.3 for TI Davinci DM6467 EVM.
> The reason to use this was support of usb related commands
> for DM6467 in this tree.
> 
> I built the u-boot.bin for NAND flash. My only modification
> was in file
> include/configs/davinci_devevm.h where I #define
> CONFIG_SYS_USE_NAND
> 
> I built this and flashed this using TI provide
> sfh_DM6467.exe. The flashng goes well and I see blocks 6 and
> 7 being written. However on power on of EVM I see
> following:
> 
> Chip initialization passed!
> TI UBL Version: 1.30
> Booting Catalog Boot Loader
> BootMode = NAND
> Starting NAND Copy...
> Valid MagicNum found.
>    DONE
> Jumping to entry point at 0x8108
> 
> This keeps repeating and EVM it is unable to boot.
> 
> Any one used this version of u-boot with a NAND flash and
> TI DVEVM. Any suggestion on changes I should make to isolate
> this error ?
> 
> Regards,
> Neeraj
> 
> 
> 
> 
> 
> ___
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> 




___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


RE: DM6467 EVM u-boot Nand flash issue

2009-04-04 Thread Paulraj, Sandeep
Neeraj,
The latest U_boot does not have support for DM6467.
You are compiling for the DVEVM. This is meant for DM6446. Compiling for DM6446 
and using it for DM6467 EVM will not work.

Withing TI we have got U-Boot working on 1.3.4. Maybe you can use that.

I will  add support for DM6467 in U-Boot GIT later this month

Thanks,
Sandeep

From: davinci-linux-open-source-boun...@linux.davincidsp.com 
[davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Neeraj 
Tandon [tandonneera...@yahoo.com]
Sent: Saturday, April 04, 2009 1:38 PM
To: davinci-linux-open-source@linux.davincidsp.com
Subject: DM6467 EVM u-boot Nand flash issue

Hi,

I posted in this in u-boot list. Since this is more specific to Davinci I am 
posting here. If anyone has used recent version of u-boot for DM6467 and 
managed to boot from NAND flash then let me know. Following is the issue I am 
facing with U-boot.

I am using u-boot version 2009.3 for TI Davinci DM6467 EVM. The reason to use 
this was support of usb related commands for DM6467 in this tree.

I built the u-boot.bin for NAND flash. My only modification was in file
include/configs/davinci_devevm.h where I #define CONFIG_SYS_USE_NAND

I built this and flashed this using TI provide sfh_DM6467.exe. The flashng goes 
well and I see blocks 6 and 7 being written. However on power on of EVM I see 
following:

Chip initialization passed!
TI UBL Version: 1.30
Booting Catalog Boot Loader
BootMode = NAND
Starting NAND Copy...
Valid MagicNum found.
   DONE
Jumping to entry point at 0x8108

This keeps repeating and EVM it is unable to boot.

Any one used this version of u-boot with a NAND flash and TI DVEVM. Any 
suggestion on changes I should make to isolate this error ?

Regards,
Neeraj





___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source