* How to program flash of custom OMAP board?
@ 2006-05-05 16:08 Li Weichen
0 siblings, 0 replies; 6+ messages in thread
From: Li Weichen @ 2006-05-05 16:08 UTC (permalink / raw)
To: linux-omap-open-source
Hi everyone,
I have a custom OMAP 5912 board with Intel 28F256J3C NOR Flash. But I don't
know how to download the u-boot to it. With OSK, the factory
u-boot-1.1.1.out can be loaded in CCS and download itself while running.
But due to the different flash type, this factory u-boot cannot be
programmed to the custom OMAP board.
Does anyone have any idea to resolve this problem?
Thank you in advance and best regards!
Li Weichen
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to program flash of custom OMAP board?
@ 2006-05-05 16:19 Woodruff, Richard
2006-05-06 8:15 ` Li Weichen
0 siblings, 1 reply; 6+ messages in thread
From: Woodruff, Richard @ 2006-05-05 16:19 UTC (permalink / raw)
To: Li Weichen, linux-omap-open-source
For many OMAP-u-boot ports, if you have a JTAG debugger, you can connect
to the board, initialize clocks & ddr via script, load u-boot into
memory and execute it. Now you can download using either your JTAG or
ether the image you want to burn and use u-boot to burn that image.
Regards,
Richard W.
> -----Original Message-----
> From: linux-omap-open-source-bounces@linux.omap.com
[mailto:linux-omap-
> open-source-bounces@linux.omap.com] On Behalf Of Li Weichen
> Sent: Friday, May 05, 2006 11:08 AM
> To: linux-omap-open-source@linux.omap.com
> Subject: How to program flash of custom OMAP board?
>
> Hi everyone,
>
> I have a custom OMAP 5912 board with Intel 28F256J3C NOR Flash. But I
> don't
> know how to download the u-boot to it. With OSK, the factory
> u-boot-1.1.1.out can be loaded in CCS and download itself while
running.
> But due to the different flash type, this factory u-boot cannot be
> programmed to the custom OMAP board.
>
> Does anyone have any idea to resolve this problem?
>
> Thank you in advance and best regards!
>
>
> Li Weichen
>
> _______________________________________________
> Linux-omap-open-source mailing list
> Linux-omap-open-source@linux.omap.com
> http://linux.omap.com/mailman/listinfo/linux-omap-open-source
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to program flash of custom OMAP board?
2006-05-05 16:19 How to program flash of custom OMAP board? Woodruff, Richard
@ 2006-05-06 8:15 ` Li Weichen
2006-05-07 0:01 ` Jason Huang
0 siblings, 1 reply; 6+ messages in thread
From: Li Weichen @ 2006-05-06 8:15 UTC (permalink / raw)
To: 'Woodruff, Richard', linux-omap-open-source
> For many OMAP-u-boot ports, if you have a JTAG debugger, you can connect
> to the board, initialize clocks & ddr via script, load u-boot into
> memory and execute it. Now you can download using either your JTAG or
> ether the image you want to burn and use u-boot to burn that image.
>
But after I load the u-boot and run, it seems not work, only stop at the
beginning of the codes and there is not any information at the UART.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to program flash of custom OMAP board?
@ 2006-05-06 13:58 Woodruff, Richard
0 siblings, 0 replies; 6+ messages in thread
From: Woodruff, Richard @ 2006-05-06 13:58 UTC (permalink / raw)
To: Li Weichen, linux-omap-open-source
Perhaps it needs a tweak. In the OMAP u-boots I've worked on, I made
sure to add a couple checks to see if the address it was executing from
was SDRAM or its compiled address. If that is the case it should skip
the clock and DDR init phases as you can't be running in DDR if it
wasn't inited (ie via gel).
It might be these were removed when the OSK port was done. They
shouldn't be to hard to put back. If they are missing you will crash
when the memory goes away underneath the code executing.
Regards,
Richard W.
> -----Original Message-----
> From: Li Weichen [mailto:iaadoa@gmail.com]
> Sent: Saturday, May 06, 2006 3:16 AM
> To: Woodruff, Richard; linux-omap-open-source@linux.omap.com
> Subject: RE: How to program flash of custom OMAP board?
>
> > For many OMAP-u-boot ports, if you have a JTAG debugger, you can
connect
> > to the board, initialize clocks & ddr via script, load u-boot into
> > memory and execute it. Now you can download using either your JTAG
or
> > ether the image you want to burn and use u-boot to burn that image.
> >
> But after I load the u-boot and run, it seems not work, only stop at
the
> beginning of the codes and there is not any information at the UART.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to program flash of custom OMAP board?
2006-05-06 8:15 ` Li Weichen
@ 2006-05-07 0:01 ` Jason Huang
0 siblings, 0 replies; 6+ messages in thread
From: Jason Huang @ 2006-05-07 0:01 UTC (permalink / raw)
To: linux-omap-open-source
When you build the u-boot, be sure it is pointing the UART port you are
using.
-----Original Message-----
From: linux-omap-open-source-bounces@linux.omap.com
[mailto:linux-omap-open-source-bounces@linux.omap.com] On Behalf Of Li
Weichen
Sent: Saturday, May 06, 2006 1:16 AM
To: 'Woodruff, Richard'; linux-omap-open-source@linux.omap.com
Subject: RE: How to program flash of custom OMAP board?
> For many OMAP-u-boot ports, if you have a JTAG debugger, you can connect
> to the board, initialize clocks & ddr via script, load u-boot into
> memory and execute it. Now you can download using either your JTAG or
> ether the image you want to burn and use u-boot to burn that image.
>
But after I load the u-boot and run, it seems not work, only stop at the
beginning of the codes and there is not any information at the UART.
_______________________________________________
Linux-omap-open-source mailing list
Linux-omap-open-source@linux.omap.com
http://linux.omap.com/mailman/listinfo/linux-omap-open-source
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: How to program flash of custom OMAP board?
@ 2006-05-08 6:58 Ishigami, Tatsuya
0 siblings, 0 replies; 6+ messages in thread
From: Ishigami, Tatsuya @ 2006-05-08 6:58 UTC (permalink / raw)
To: Li Weichen; +Cc: linux-omap-open-source
Hi,
If you find no message on the UART, is the u-boot running
on the DDR or Flash?
If you mean the latter, the number of device errata may
impact your design.
http://focus.ti.com/lit/er/sprz209h/sprz209h.pdf
(see page 30)
If I remember correctly, the u-boot must be re-configured to
include the 28F256J3 driver (while the single MTD driver supports
28F128J3 & 28F256J3 in Linux).
BTW, this product already supports the OMAP5912 +
28F256J3C, and all the behind-sence things will be done
automatically by pressing the single button.
http://www.sophia.com/Products/EJ-Writer.html
The board below (OMAP5912 + 28F256J3) is programmed
the bootloader with this tool.
http://www.losteaka.com/omap_e.htm
Good luck.
regards,
Ishigami
-----Original Message-----
From: Jason Huang
Sent: Sunday, May 07, 2006 9:02 AM
To: linux-omap-open-source@linux.omap.com
Subject: RE: How to program flash of custom OMAP board?
When you build the u-boot, be sure it is pointing the UART port you are
using.
-----Original Message-----
From: Behalf Of Li Weichen
Sent: Saturday, May 06, 2006 1:16 AM
To: 'Woodruff, Richard'; linux-omap-open-source@linux.omap.com
Subject: RE: How to program flash of custom OMAP board?
> For many OMAP-u-boot ports, if you have a JTAG debugger, you can
connect
> to the board, initialize clocks & ddr via script, load u-boot into
> memory and execute it. Now you can download using either your JTAG or
> ether the image you want to burn and use u-boot to burn that image.
>
But after I load the u-boot and run, it seems not work, only stop at the
beginning of the codes and there is not any information at the UART.
_______________________________________________
Linux-omap-open-source mailing list
Linux-omap-open-source@linux.omap.com
http://linux.omap.com/mailman/listinfo/linux-omap-open-source
_______________________________________________
Linux-omap-open-source mailing list
Linux-omap-open-source@linux.omap.com
http://linux.omap.com/mailman/listinfo/linux-omap-open-source
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-05-08 6:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-05 16:19 How to program flash of custom OMAP board? Woodruff, Richard
2006-05-06 8:15 ` Li Weichen
2006-05-07 0:01 ` Jason Huang
-- strict thread matches above, loose matches on Subject: below --
2006-05-08 6:58 Ishigami, Tatsuya
2006-05-06 13:58 Woodruff, Richard
2006-05-05 16:08 Li Weichen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox