Difference between revisions of "How to Debug for ROM-5780"

From ESS-WIKI
Jump to: navigation, search
(Created page with " === '''Debug Port Connection'''<br/> 1. Connect the debug port cable (1701100300) to the debug port (COM3) on<br/> ROM-DB5901.<br/> 2. Connect it to your PC using the RS-232...")
 
 
Line 1: Line 1:
 
=== '''Debug Port Connection'''<br/> 1. Connect the debug port cable (1701100300) to the debug port (COM3) on<br/> ROM-DB5901.<br/> 2. Connect it to your PC using the RS-232 Cable (1700019474). ===
 
  
 
== '''USB2UART Bridge''' ==
 
== '''USB2UART Bridge''' ==
Line 9: Line 7:
 
*[http://www.prolific.com.tw/US/ShowProduct.aspx?pcid=41 PL2303]  
 
*[http://www.prolific.com.tw/US/ShowProduct.aspx?pcid=41 PL2303]  
 
*[https://sparks.gogo.co.nz/ch340.html CH340]  
 
*[https://sparks.gogo.co.nz/ch340.html CH340]  
 +
 +
== '''Debug Port Connection''' ==
 +
 +
1. Connect the debug port cable (1701100300) to the debug port (COM3) on<br/> ROM-DB5901.<br/> 2. Connect it to your PC using the RS-232 Cable (1700019474).
  
 
== '''UART parameter''' ==
 
== '''UART parameter''' ==

Latest revision as of 02:53, 1 June 2023

USB2UART Bridge

There are plenty types of usb to uart bridge in the market . Most of them use the following chip :

Debug Port Connection

1. Connect the debug port cable (1701100300) to the debug port (COM3) on
ROM-DB5901.
2. Connect it to your PC using the RS-232 Cable (1700019474).

UART parameter

  • BaudRate:115200
  • DataBits  :8
  • StopBits  :1
  • Parity      :None
  • FlowControl:None or XON/XOFF

1. Connect ROM-5780 with your PC using a serial cable.
2. Open HyperTerminal on your Windows PC, and select the settings demonstrated
in the photo below.

Debug on windows

Install usb2uart adapter's driver. Connect adapter to PC , you will find COM port like :

RK3288 Debian Debug Port Number.png

Putty is very populate tool on Windows. Download putty here.

Run PUTTY.exe, select Connection type of "Serial" , input COM port found in Device Manager.

Set Parameter like :

RTENOTITLE

Then Click "Open" to start debug console.