Difference between revisions of "SBC8100 FAQ"

From eLinux.org
Jump to: navigation, search
(硬件)
Line 2: Line 2:
 
同时,也希望我们可以携手完善这个FAQ,让我们畅通无阻地建立合作的平台吧!<br>
 
同时,也希望我们可以携手完善这个FAQ,让我们畅通无阻地建立合作的平台吧!<br>
  
= 硬件 =
+
= Hardware / 硬件 =
== 如何连接JTAG仿真器 ==
+
== How to connect JTAG / 如何连接JTAG仿真器 ==
  
 
如下表为仿真器标准JTAG口:<br>
 
如下表为仿真器标准JTAG口:<br>

Revision as of 20:57, 14 June 2012

所谓前人栽树,后人乘凉,这都是过去的智慧与汗水所搭建,可以细作参考!
同时,也希望我们可以携手完善这个FAQ,让我们畅通无阻地建立合作的平台吧!

Hardware / 硬件

How to connect JTAG / 如何连接JTAG仿真器

如下表为仿真器标准JTAG口:
JTAG1.jpg

如下图为Mini8100的JTAG接口定义:
JTAG2.jpg

其连接方法为:
JTAG3.jpg

WinCE

How to change Debug port as Normal serial port / 如何将调试串口设置为普通串口

1 Modify \WINCE600\PLATFORM\SBC8100\SBC8100.bat

 REM Disable COM3 when used for debug port
set BSP_NOCOM3=


2 Find the " OEMDeinitDebugSerial();" on \WINCE600\PLATFORM\mini8510\SRC\OAL\OALLIB\init.c,
and enable the " OEMDeinitDebugSerial();"

3 Enable the UART3 on Catalog:
DebugportAsSerialport1.jpg