Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 2G-IoT

178 bytes added, 15:17, 28 June 2022
Using Debug tools on OrangePi
== '''Using Debug tools on OrangePi ''' ==
<br>
Hardware: Orange Pi development board*1, Card reader*1, TF card*1, power supply*1, TTL to USB cable*1<div style="padding-left:200px;">[[File:Orange-pi-zero2g-img4iot-img5.png|800px500px]]</div>
<br>
'''TTL to USB cable'''
<div style="padding-left:200px;">[[File:Orange-pi-i96-img67.png|800px500px]]</div>
<br>
=== '''Operations on Windows''' ===
<br>
 In order to get more debugging information in the project development process of using OrangePi, OrangePi default support for serial information debugging. For developers, you can simply get the serial port debugging information with the materials mentioned above. The host computer using different serial debugging tools are similar, basically can reference with the following manual for deployment. There are a lot of debugging tools for Windows platform, the most commonly used tool is putty. This section takes putty as an example to explain the deployment.<br>
Android Baud rate set as 921600<br>
Linux Baud rate set as 921600<br>
<br>
'''1)Install USB driver on Windows'''<br>
<br>
Use the TTL to the serial port cable, one end connected to OrangePi, the other end connected to PC
<br>
<div style="padding-left:200px;">[[File:Orange-pi-2g-iot-img63.png|500px]]</div>
<br>
'''4)Equipment information acquisition'''
<div style="padding-left:20px;">
set line /dev/ttyUSB1<br>
set speed 115200921600<br>
set carrier-watch off<br>
set handshake none<br>