* How to upload u-boot to H3 with serial port ?
@ 2006-08-31 1:46 Ningzhong Miao - ???
2006-08-31 7:14 ` Amit Verma
0 siblings, 1 reply; 8+ messages in thread
From: Ningzhong Miao - ??? @ 2006-08-31 1:46 UTC (permalink / raw)
To: linux-omap-open-source
I am lucky to get a H3 board.
I connect the serial port of H3 to my PC, and then power up H3, the
serial port don't give any data and minicom don't have any print. So I
think the H3 board don't have a bootloader yet.
I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
serial port.
How should I upload u-boot to H3 with serial port ?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: How to upload u-boot to H3 with serial port ?
2006-08-31 1:46 How to upload u-boot to H3 with serial port ? Ningzhong Miao - ???
@ 2006-08-31 7:14 ` Amit Verma
2006-08-31 11:46 ` Kipisz, Steven
0 siblings, 1 reply; 8+ messages in thread
From: Amit Verma @ 2006-08-31 7:14 UTC (permalink / raw)
To: Ningzhong Miao - ???; +Cc: linux-omap-open-source
Hi Miao
U would need to have ( correctly [ARM] compiled ) u-boot image that
you can flash thru flashing tool (CCS is a good option) using JTAG
(thru USB) onto the target (H3). You can flash it to say NOR flash
memory of the target. Plz note CCS expects the image to be in " .out "
format & image is meant for exact/proper address of the memory on
which it is to be flashed.
Once you have flashed, you can boot the target and you should have
some Hyperterminal (Tera Term is a good option) on which you can get
the u-boot prompt (on the RS232 console).
Thanks
-Amit Verma @ vermanamit@gmail.com
On 8/31/06, Ningzhong Miao - ??? <Ningzhong.Miao@palmsource.com> wrote:
> I am lucky to get a H3 board.
>
> I connect the serial port of H3 to my PC, and then power up H3, the
> serial port don't give any data and minicom don't have any print. So I
> think the H3 board don't have a bootloader yet.
>
>
>
> I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
> serial port.
>
> How should I upload u-boot to H3 with serial port ?
>
> _______________________________________________
> 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] 8+ messages in thread
* RE: How to upload u-boot to H3 with serial port ?
2006-08-31 7:14 ` Amit Verma
@ 2006-08-31 11:46 ` Kipisz, Steven
2006-09-01 3:12 ` Nishanth Menon
0 siblings, 1 reply; 8+ messages in thread
From: Kipisz, Steven @ 2006-08-31 11:46 UTC (permalink / raw)
To: Amit Verma, Ningzhong Miao - ???; +Cc: linux-omap-open-source
Actually, newer versions CCS can work with ELF format. I know 3.1 and
higher support ELF and I think 2.4 does. ELF is the format of the
u-boot executable so you would download and run that file.
Typically, I use CCS or Trace32 to download u-boot, run it, then use it
to download u-boot.bin and flash that.
Steve K.
-----Original Message-----
From: linux-omap-open-source-bounces@linux.omap.com
[mailto:linux-omap-open-source-bounces@linux.omap.com] On Behalf Of Amit
Verma
Sent: Thursday, August 31, 2006 2:15 AM
To: Ningzhong Miao - ???
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: How to upload u-boot to H3 with serial port ?
Hi Miao
U would need to have ( correctly [ARM] compiled ) u-boot image that
you can flash thru flashing tool (CCS is a good option) using JTAG
(thru USB) onto the target (H3). You can flash it to say NOR flash
memory of the target. Plz note CCS expects the image to be in " .out "
format & image is meant for exact/proper address of the memory on
which it is to be flashed.
Once you have flashed, you can boot the target and you should have
some Hyperterminal (Tera Term is a good option) on which you can get
the u-boot prompt (on the RS232 console).
Thanks
-Amit Verma @ vermanamit@gmail.com
On 8/31/06, Ningzhong Miao - ??? <Ningzhong.Miao@palmsource.com> wrote:
> I am lucky to get a H3 board.
>
> I connect the serial port of H3 to my PC, and then power up H3, the
> serial port don't give any data and minicom don't have any print. So I
> think the H3 board don't have a bootloader yet.
>
>
>
> I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
> serial port.
>
> How should I upload u-boot to H3 with serial port ?
>
> _______________________________________________
> 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] 8+ messages in thread
* Re: How to upload u-boot to H3 with serial port ?
2006-08-31 11:46 ` Kipisz, Steven
@ 2006-09-01 3:12 ` Nishanth Menon
0 siblings, 0 replies; 8+ messages in thread
From: Nishanth Menon @ 2006-09-01 3:12 UTC (permalink / raw)
To: Kipisz, Steven; +Cc: linux-omap-open-source
Greeting Miao/Amit
>> I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
>> serial port.
CCS,Lauterbach, USB.. And.... There is supposedly a "poor man's"
approach... ;)
There is OST host(some name to that effect) tool which should be usable
over serial port... if you are lucky enough to get the box in which the
h3 came with, then it hides innocently in a CD in it...
http://linux.omap.com/pub/documentation/P2_NAND_boot_support.txt
can help you started though it is for P2.. but note that this was
written sometime back... things have changed since then, but most
probably not about OST host - if u can flash u-boot to flash.. Ur good
to GO :)!!
If you cant find OST host... u could contact your TI contact person for it..
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: How to upload u-boot to H3 with serial port ?
@ 2006-09-04 9:42 Ningzhong Miao - 苗宁忠
0 siblings, 0 replies; 8+ messages in thread
From: Ningzhong Miao - 苗宁忠 @ 2006-09-04 9:42 UTC (permalink / raw)
To: linux-omap-open-source
Hi,guys, I make some progress.
I changed switch setting to:
SW101-1 OFF
SW101-2 ON
SW101-3 ON
SW101-4 OFF
SW401-1 OFF
SW401-2 OFF
SW401-3 ON
SW401-4 ON
I connect USB OTG to my PC and power up H3, then installed OMAP1710 driver.
Now I download to target through USB with OST, the message box show:
17:12.41 PM Error, A Problem occurred while sending the Vars section
17:12.41 PM Downloading Variables
17:12.41 PM Downloaded SW Sent to Target, Target should Acknowledge
17:12.41 PM Error, Downloaded SW Failed to Acknowledge Host
17:12.23 PM Downloaded SW Sent to Target, Target should Acknowledge
17:12.23 PM 0501050117100708130201011215014d0f637aa41b6cdb54e0885cbd6e823e2123a2aa141501195f111a9543a8644e77e1677296ab23000000001509011dfd66132c872fd4
17:12.23 PM Got ASIC ID, dumping in Hex...
17:12.23 PM Loading Secondary Boot Code
17:12.18 PM Waiting for USB device to connect
17:12.18 PM Waiting for USB connection
17:12.18 PM Already signed Downloaded SW
17:12.18 PM Reading Input Image
17:11.57 PM New Image File Selected
17:11.27 PM New Image File Selected
17:11.27 PM OMAP Software Tools Version 2.5
A Problem occurred, what should I do ?
-----邮件原件-----
发件人: Ningzhong Miao - 苗宁忠
发送时间: 2006年9月4日 14:47
收件人: 'Nishanth Menon'; Kipisz, Steven; linux-omap-open-source@linux.omap.com
主题: 答复: How to upload u-boot to H3 with serial port ?
Hi,Nishanth, thank you for your letter.
I have the OST tool. But there are some problems on using OST.
Below is the steps:
1, I set the switches according "omap_1710v1.4.txt"
- Main Board
SW101-1 ON
SW101-2 ON
SW101-3 ON
SW101-4 OFF
SW401-1 ON
SW401-2 OFF
SW401-3 ON
SW401-4 ON
- Multiport debug board
SW2-1 OFF
SW2-2 OFF
SW2-3 OFF
SW2-4 OFF
SW3-1 ON
SW3-2 ON
SW3-3 ON
SW3-4 ON
SW3-5 ON
SW3-6 ON
SW3-7 OFF
SW3-8 OFF
2, run OST tool V2.5.
Set "16xx_17xx DDR" in Platform.
Set "COM1" in Interface
Set "NOR" in Flash Type
Set "GP" in Device.
Flash Firmware is OST_Flash_16xx.out.
Downloaded SW is OST_Load_GP_16xx.2nd.
Input File is u-boot.bin.raw
Click the button "Download To target", and the message box show "Mon, September 04, 2006: 14:04.19 PM Waiting for Target to send ASIC ID".
3, connect TS232 UART to my PC, Power up H3,
OST Tool didn't have any reaction!!!
If I connect USB to my PC, and set "USB" in Interfaces, OST show " Waiting for USB device to connect" and no other reaction.
Is there some wrong in my steps ? Please help me to check it, thank you.
-----邮件原件-----
发件人: Nishanth Menon [mailto:menon.nishanth@gmail.com]
发送时间: 2006年9月1日 11:13
收件人: Kipisz, Steven
抄送: Amit Verma; Ningzhong Miao - 苗宁忠; linux-omap-open-source@linux.omap.com
主题: Re: How to upload u-boot to H3 with serial port ?
Greeting Miao/Amit
>> I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
>> serial port.
CCS,Lauterbach, USB.. And.... There is supposedly a "poor man's"
approach... ;)
There is OST host(some name to that effect) tool which should be usable
over serial port... if you are lucky enough to get the box in which the
h3 came with, then it hides innocently in a CD in it...
http://linux.omap.com/pub/documentation/P2_NAND_boot_support.txt
can help you started though it is for P2.. but note that this was
written sometime back... things have changed since then, but most
probably not about OST host - if u can flash u-boot to flash.. Ur good
to GO :)!!
If you cant find OST host... u could contact your TI contact person for it..
Regards,
Nishanth Menon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: How to upload u-boot to H3 with serial port ?
@ 2006-09-04 12:03 Ningzhong Miao - 苗宁忠
0 siblings, 0 replies; 8+ messages in thread
From: Ningzhong Miao - 苗宁忠 @ 2006-09-04 12:03 UTC (permalink / raw)
To: Ningzhong.Miao, linux-omap-open-source
I set "HS" in Devices option, and then it succeed.
I have loaded u-boot to H3 through TS232 UART successfully. Thank you all!
-----邮件原件-----
发件人: linux-omap-open-source-bounces+ningzhong.miao=palmsource.com@linux.omap.com [mailto:linux-omap-open-source-bounces+ningzhong.miao=palmsource.com@linux.omap.com] 代表 Ningzhong Miao - 苗宁忠
发送时间: 2006年9月4日 17:42
收件人: linux-omap-open-source@linux.omap.com
主题: Re: How to upload u-boot to H3 with serial port ?
Hi,guys, I make some progress.
I changed switch setting to:
SW101-1 OFF
SW101-2 ON
SW101-3 ON
SW101-4 OFF
SW401-1 OFF
SW401-2 OFF
SW401-3 ON
SW401-4 ON
I connect USB OTG to my PC and power up H3, then installed OMAP1710 driver.
Now I download to target through USB with OST, the message box show:
17:12.41 PM Error, A Problem occurred while sending the Vars section
17:12.41 PM Downloading Variables
17:12.41 PM Downloaded SW Sent to Target, Target should Acknowledge
17:12.41 PM Error, Downloaded SW Failed to Acknowledge Host
17:12.23 PM Downloaded SW Sent to Target, Target should Acknowledge
17:12.23 PM 0501050117100708130201011215014d0f637aa41b6cdb54e0885cbd6e823e2123a2aa141501195f111a9543a8644e77e1677296ab23000000001509011dfd66132c872fd4
17:12.23 PM Got ASIC ID, dumping in Hex...
17:12.23 PM Loading Secondary Boot Code
17:12.18 PM Waiting for USB device to connect
17:12.18 PM Waiting for USB connection
17:12.18 PM Already signed Downloaded SW
17:12.18 PM Reading Input Image
17:11.57 PM New Image File Selected
17:11.27 PM New Image File Selected
17:11.27 PM OMAP Software Tools Version 2.5
A Problem occurred, what should I do ?
-----邮件原件-----
发件人: Ningzhong Miao - 苗宁忠
发送时间: 2006年9月4日 14:47
收件人: 'Nishanth Menon'; Kipisz, Steven; linux-omap-open-source@linux.omap.com
主题: 答复: How to upload u-boot to H3 with serial port ?
Hi,Nishanth, thank you for your letter.
I have the OST tool. But there are some problems on using OST.
Below is the steps:
1, I set the switches according "omap_1710v1.4.txt"
- Main Board
SW101-1 ON
SW101-2 ON
SW101-3 ON
SW101-4 OFF
SW401-1 ON
SW401-2 OFF
SW401-3 ON
SW401-4 ON
- Multiport debug board
SW2-1 OFF
SW2-2 OFF
SW2-3 OFF
SW2-4 OFF
SW3-1 ON
SW3-2 ON
SW3-3 ON
SW3-4 ON
SW3-5 ON
SW3-6 ON
SW3-7 OFF
SW3-8 OFF
2, run OST tool V2.5.
Set "16xx_17xx DDR" in Platform.
Set "COM1" in Interface
Set "NOR" in Flash Type
Set "GP" in Device.
Flash Firmware is OST_Flash_16xx.out.
Downloaded SW is OST_Load_GP_16xx.2nd.
Input File is u-boot.bin.raw
Click the button "Download To target", and the message box show "Mon, September 04, 2006: 14:04.19 PM Waiting for Target to send ASIC ID".
3, connect TS232 UART to my PC, Power up H3,
OST Tool didn't have any reaction!!!
If I connect USB to my PC, and set "USB" in Interfaces, OST show " Waiting for USB device to connect" and no other reaction.
Is there some wrong in my steps ? Please help me to check it, thank you.
-----邮件原件-----
发件人: Nishanth Menon [mailto:menon.nishanth@gmail.com]
发送时间: 2006年9月1日 11:13
收件人: Kipisz, Steven
抄送: Amit Verma; Ningzhong Miao - 苗宁忠; linux-omap-open-source@linux.omap.com
主题: Re: How to upload u-boot to H3 with serial port ?
Greeting Miao/Amit
>> I want upload u-boot to H3, but I don't have JTAG and CCS, I only have
>> serial port.
CCS,Lauterbach, USB.. And.... There is supposedly a "poor man's"
approach... ;)
There is OST host(some name to that effect) tool which should be usable
over serial port... if you are lucky enough to get the box in which the
h3 came with, then it hides innocently in a CD in it...
http://linux.omap.com/pub/documentation/P2_NAND_boot_support.txt
can help you started though it is for P2.. but note that this was
written sometime back... things have changed since then, but most
probably not about OST host - if u can flash u-boot to flash.. Ur good
to GO :)!!
If you cant find OST host... u could contact your TI contact person for it..
Regards,
Nishanth Menon
_______________________________________________
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] 8+ messages in thread
* How to upload u-boot to H3 with serial port ?
@ 2006-10-05 5:58 Ravi KK
0 siblings, 0 replies; 8+ messages in thread
From: Ravi KK @ 2006-10-05 5:58 UTC (permalink / raw)
To: linux-omap-open-source
Hi
How to load u-boot on OMAP 1710 board?
Following steps are followed to load u-boot.bin.raw file to board.
1. Connected UART on main board to PC serial port (using Rs232 with DB9
connector). (also tried between debug board UART and PC serial interface,
but end up with same status)
2. Set the switches according "omap_1710v1.4.txt"
- Main Board
SW101-1 ON
SW101-2 ON
SW101-3 ON
SW101-4 OFF
SW401-1 ON
SW401-2 OFF
SW401-3 ON
SW401-4 ON
- Multiport debug board
SW2-1 OFF
SW2-2 OFF
SW2-3 OFF
SW2-4 OFF
SW3-1 ON
SW3-2 ON
SW3-3 ON
SW3-4 ON
SW3-5 ON
SW3-6 ON
SW3-7 OFF
SW3-8 OFF
3. Run OST tool V2.5.
Set "16xx_17xx DDR" in Platform.
Set "COM1" in Interface
Set "NOR" in Flash Type
Set "HS" in Device.
Flash Firmware is OST_Flash_16xx.out.
Downloaded SW is OST_Load_GP_16xx.2nd.
Input File is u-boot.bin.raw
Click the button "Download To target", and the message box show 'Waiting
for Target to send ASIC ID'
4. Power up H3,
OST Tool status shows ''Waiting for Target to send ASIC ID' no change
further!!!!
------------------->
Based on above switch settings USB OTG is connected to PC USB.
Followed above step 3 and set 'interface' in OST tool to 'USB' and step 4.
But the status is 'Waiting for USB device to connect" and no other reaction.
During this step, when power up the board PC identifies the board as unknown
device. I tried to install USB driver provided by TI, but is not getting
installed as windows says current installed driver is newer than the new
one.
How to get the board identified as a normal USB to PC host? Any other is
available?
Looking for support.
Regards
Ravi KK
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: How to upload u-boot to H3 with serial port ?
2006-10-05 14:32 Prashant
@ 2006-10-06 8:03 ` Ravi KK
0 siblings, 0 replies; 8+ messages in thread
From: Ravi KK @ 2006-10-06 8:03 UTC (permalink / raw)
To: 'Prashant', linux-omap-open-source
Thanks prashant.
I tried with the steps but some problem. I am sending log details @ OST tool
I tried with uboot.out and uboot.bin.raw files
Option1: uboot.out & "Image Download and Run from RAM"
----> Log details @ ost tool <------
11:12.40 AM Error, A Problem occurred while downloading
11:12.40 AM Loading the section ".intvecs\x10" (size 12 bytes) at 0x11ff0010
11:12.40 AM Downloading Coff Image file...
11:12.40 AM Error, Downloaded SW Failed to Acknowledge Host
11:12.40 AM Downloaded SW Sent to Target, Target should Acknowledge
11:12.40 AM Loading Secondary Boot Code
11:12.30 AM Waiting for USB device to connect
11:12.30 AM Waiting for USB connection
11:12.30 AM Already signed Downloaded SW
------------------------------------
Option2: uboot.out & "Image Download and flashing"
----> Log details @ ost tool <------
11:13.40 AM Error, A Problem occurred while sending the Vars section
11:13.39 AM Downloading Variables
11:13.39 AM Downloaded SW Sent to Target, Target should Acknowledge
11:13.39 AM Error, Downloaded SW Failed to Acknowledge Host
11:13.39 AM Downloaded SW Sent to Target, Target should Acknowledge
11:13.39 AM Loading Secondary Boot Code
11:13.34 AM Waiting for USB device to connect
11:13.34 AM Waiting for USB connection
11:13.34 AM Already signed Downloaded SW
11:13.34 AM Reading Input Image
------------------------------------
Option3: uboot.bin.raw & "Image Download and Run from RAM"
----> Log details @ ost tool <------
11:09.14 AM Error, A Problem occurred while sending the Image
11:09.14 AM Downloading Image Data...
11:09.14 AM Error, Downloaded SW Failed to Acknowledge Host
11:09.14 AM Downloaded SW Sent to Target, Target should Acknowledge
11:09.14 AM Loading Secondary Boot Code
11:09.08 AM Waiting for USB device to connect
11:09.08 AM Waiting for USB connection
11:09.08 AM Already signed Downloaded SW
11:09.08 AM Reading Input Image
11:09.05 AM New Image File Selected
------------------------------------
Option4: uboot.bin.raw & "Image Download and flashing"
----> Log details @ ost tool <------
11:11.45 AM Error, A Problem occurred while sending the Vars section
11:11.45 AM Downloading Variables
11:11.45 AM Downloaded SW Sent to Target, Target should Acknowledge
11:11.45 AM Error, Downloaded SW Failed to Acknowledge Host
11:11.45 AM Downloaded SW Sent to Target, Target should Acknowledge
11:11.45 AM Loading Secondary Boot Code
11:11.37 AM Waiting for USB device to connect
11:11.37 AM Waiting for USB connection
11:11.37 AM Already signed Downloaded SW
11:11.37 AM Reading Input Image
------------------------------------
What can be the problem?
Regards
Ravi KK
-----Original Message-----
From: linux-omap-open-source-bounces+ravikk=huawei.com@linux.omap.com
[mailto:linux-omap-open-source-bounces+ravikk=huawei.com@linux.omap.com] On
Behalf Of Prashant
Sent: Thursday, October 05, 2006 8:02 PM
To: linux-omap-open-source@linux.omap.com
Subject: Re:How to upload u-boot to H3 with serial port ?
With these steps you can flash u-boot using USB OTG on H3.
Try the following Settings -
Switch settings to Flash (Uart Cable on debug board)
# SW101 OFF ON ON OFF
# SW1501 1-OFF, 2-OFF, 3-ON, 4-OFF, 5-OFF, 6-OFF, 7-OFF, 8-OFF
Switch ON H3.
With these setting windows should detect H3 h/w as 'OMAP1710'. Install
the driver for H3.
Flashing u-boot:
1. Settings->Configuration->Platform->16xx_17xx DDR
2. Settings->Configuration->Interface->USB
3. Settings->Configuration->Flash Type->NOR
4. Settings->Configuration->Device->HS or EMU
5. Select "Image Download and Run from RAM" on the Main Window
6. Click "Download To Target"
7. When the message box shows 'Waiting for Target to send ASIC ID';
Reset the board by switching it off and on, Uboot Image will
downloaded automatically.
You may need to change the setting "Image Download and flashing" or
"Image Download and Run from RAM" depends on your Uboot.
To boot now change switch settings to
# SW101 ON ON ON OFF
# TeraTerm at 115200 (Uart Cable on debug board).
Regards,
Prashant K
_______________________________________________
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] 8+ messages in thread
end of thread, other threads:[~2006-10-06 8:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 1:46 How to upload u-boot to H3 with serial port ? Ningzhong Miao - ???
2006-08-31 7:14 ` Amit Verma
2006-08-31 11:46 ` Kipisz, Steven
2006-09-01 3:12 ` Nishanth Menon
-- strict thread matches above, loose matches on Subject: below --
2006-09-04 9:42 Ningzhong Miao - 苗宁忠
2006-09-04 12:03 Ningzhong Miao - 苗宁忠
2006-10-05 5:58 Ravi KK
2006-10-05 14:32 Prashant
2006-10-06 8:03 ` How " Ravi KK
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox