I have searched the forums but looks like very few developers are
using lauterbach for flashing.
Looking for the support
Thanks
Palash
Hope this helps a bit.
Best Regards -Nipuna
Regards,
Ghorai
________________________________________
From: omap...@googlegroups.com [omap...@googlegroups.com] On Behalf Of Gunasekera, Nipuna
Sent: Wednesday, February 24, 2010 10:09 PM
To: omap...@googlegroups.com
Subject: RE: Nand flash programming through JTAG
Palash
> Palash- Hide quoted text -
>
> - Show quoted text -
No attachment.
Please send me again.
Regards,
Ghorai
Palash,
Still I did not able to look into your script you used.
But I just want to know - what’s outcome you are looking for?
a. make ZOOM2 bootable from NAND? Or
b. make .cmm file working ?
I will send you the script for ZOOM2 (3430). Last time I sent for 3630, by mistake.
Regards,
Ghorai
Palash,
1. Flush x-loader/ u-boot using Lauterbatch
Please find Zoom2_connect.cmm file attached with.
You can run as like below in T32 command prompt:
data.load c:\temp\u-boot.bin 0x80000000
register.set PC 0x80000000
ð go
ð this should give u-boot prompt (OMAP34XX ZOOM2 #)
ð else check your u-boot.
And then you can flush the x-loader and u-boot from file or from network (tftp). Hope you know those command.
2. Flush x-loader/ u-boot using CSST
Please refer the attached CSST-Linux-flush.doc.
Regards,
Ghorai
From: Palash Patil
[mailto:palas...@gmail.com]
Sent: 2010-02-25 19:45
To: Ghorai, Sukumar; omap...@googlegroups.com
Yes.
Crashing at udelay(10) => is a known issue. Because it has a dependency on x-loader.
If you try only u-boot, please replace udelay(10) by delay(10) .
Regards,
Ghorai
From: Palash Patil
[mailto:palas...@gmail.com]
Sent: 2010-03-02 12:58
To: omapzoom; Ghorai, Sukumar
Subject: Re: Nand flash
programming through JTAG
Hello
Palash,
x-loader is non XIP code.
And loadable address starts @ 0x40208800. Hope you taken care the same.
data.load.binary c:\temp\mlo 0x40208800
register.set PC 0x40208800
regards,
Palash,
Would you please elaborate why you need to load x-loader in SRAM?
I have tried only u-boot in SDRAM.
Palash,
I understand your motivation.
1. But you load x-loader in SRAM, then x-loader loads u-boot from which location – NAND or MMC/SD ?
So I feel best option to replace the udelay() by delay() in u-boot.
2. Did you try CSST to flush the x-loader and u-boot in NAND? Do you think it’s easy? For this you need the latest x-loader/u-boot.
Regards,
Ghorai
From: Palash Patil
[mailto:palas...@gmail.com]
Sent: 2010-03-02 23:06
To: Ghorai, Sukumar
Subject: Re: Nand flash
programming through JTAG
Hello Ghorai
As I communicated to you, just loading the u-boot resulting in a crash at udelay(10).
Replacing udelay with delay is a cumbersome job, as no of instances of udelay are available in u-boot. I feel instead of replacing it; If I take a approach of loading x-loader and get a u-boot prompt would solve my issue.
But if it doesn;t get fixed in x-loader then I need to take a earlier approach of replacing udelay.
Thanks
Palash
On Tue, Mar 2, 2010 at 10:47 PM, Ghorai, Sukumar <s-gh...@ti.com> wrote:
Palash,
Would you please elaborate why you need to load x-loader in SRAM?
I have tried only u-boot in SDRAM.
Regards,
Ghorai
From: Palash Patil [mailto:palas...@gmail.com]
Sent: 2010-03-02 22:46
To: Ghorai, Sukumar; omap...@googlegroups.com