Open main menu

Wiki-Orange Pi β

Changes

Orange Pi I96

112 bytes added, 16:54, 21 June 2022
no edit summary
* Click on the device manager to check the port number
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img77.png|400px]]</div>
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img78.png|400px]]</div>
<br>
'''5)Putty configuration'''
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img78img79.png|400px]]</div>
<br>
Serial port should set to the corresponding port number (COM5), the speed should set to 921600<br>
'''6)Start debug'''<br>
Power Orange Pi on and boot it, the serial port will automatic print out debug log.
<div style="padding-left:100px;">[[文件:Orange-pi-i96-img79img80.png|600px]]</div>
<br>
=== '''Operations on Linux''' ===
* Install the Kermit by execute command:
 $ sudo apt-get install ckermit
<div>[[文件:Orange-pi-i96-img80img81.png|800px]]</div>
<br>
* Configurate Kermit
 $ sudo vi /etc/kermit/kermrc
<div>[[文件:Orange-pi-i96-img81img82.png|800px]]</div>
<br>
* Add lines:
set window 5
</div>
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img82img83.png|600px]]</div>
<br>
'''2)Connect method for debug'''
<br>
 Use the TTL to the serial port cable, one end connected to OrangePi, the other end connected to PC
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img83img84.png|600px]]</div>
<br>
'''3)Equipment information acquisition'''<br>
<br>
$ ls /dev/ (Input command in the PC terminal to check the device number of TTL to the serial cable)
<div style="padding-left:100px;">[[文件:Orange-pi-i96-img84img85.png|800px]]</div>
<br>
* It can be seen from the figure that TTL to the serial port cable is identified as ttyUSB0, configure the /ect/kermit/kermitc file, update the serial port information.<br>
 $ sudo vi /etc/kermit/kermitc
* Set the value of setline into /dev/ttyUSB0
<div style="padding-left:100px;">[[文件:Orange-pi-i96-img85img86.png|800px]]</div>
<br>
'''4)Start debug'''
* Input command in the host computer terminal, enter the Kermit mode:
 $ sudo kermit –c
<div style="padding-left:200px;">[[文件:Orange-pi-i96-img86img87.png|800px]]</div>
<br>
* Power it on and boot Orange Pi, the serial port will automatic print debug log, the account and password ard root/orangepi and orangepi/orangepi
<div>[[文件:Orange-pi-i96-img87img88.png|800px]]</div>
<br>
For more information on using the Orange Pi i96, please see the <span style="color:red;">Orange Pi i96 User Manual</span>. (Click to download)