Difference between revisions of "SBC8100 FAQ"

From eLinux.org
Jump to: navigation, search
(Created page with "所谓前人栽树,后人乘凉,这都是过去的智慧与汗水所搭建,可以细作参考!<br> 同时,也希望我们可以携手完善这个FAQ,让我们畅通...")
 
Line 13: Line 13:
 
其连接方法为:<br>
 
其连接方法为:<br>
 
[[File:JTAG3.jpg]]<br>
 
[[File:JTAG3.jpg]]<br>
 +
 +
= WinCE =
 +
==How to change Debug port as Normal serial port / 如何将调试串口设置为普通串口==
 +
 +
1 Modify \WINCE600\PLATFORM\SBC8100\SBC8100.bat<br>
 +
  REM Disable COM3 when used for debug port<br>
 +
  set BSP_NOCOM3=<br>
 +
<br>
 +
2 Find the " OEMDeinitDebugSerial();" on \WINCE600\PLATFORM\mini8510\SRC\OAL\OALLIB\init.c,<br>
 +
and enable the " OEMDeinitDebugSerial();" <br>
 +
<br>
 +
3 Enable the UART3 on Catalog:<br>
 +
[[File:DebugportAsSerialport1.jpg]]<br><br>

Revision as of 20:56, 14 June 2012

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

硬件

如何连接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