Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 3B

200 bytes added, 09:49, 14 August 2023
How to shut down and restart the development board
# During the running of the Linux system, if the Type-C power supply is directly unplugged, some data may be lost or damaged in the file system, so please use the '''poweroff''' command to shut down the Linux system of the development board before powering off. Then unplug the power again.
::{| class="wikitable" style="width:800px;"
|-
|
orangepi@orangepi:~$ '''sudo poweroff'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>In addition, the development board is equipped with a switch button, and you can also '''short press''' the switch button on the development board to shut down.</li></ol>
[[File:pi3b-img374.png]]
{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big>'''Note that the Linux desktop version system will pop up a confirmation box as shown in the figure below after pressing the switch button, and the system will shut down only after clicking the Shut Down option.''' [[File:pi3b-img375.png]]</big>
[[File:pi3b-img375.png|center]]
|}
</ol>
<ol start="3" style="list-style-type: decimal;">
<li>Short press the switch button on the development board after shutting down to start up.</li></ol>
[[File:pi3b-img374.png]]
</ol>
<ol start="4" style="list-style-type: decimal;">
<li>The command to restart the Linux system is</li></ol>{| class="wikitable" style="width:800px;" |-|
orangepi@orangepi:~$ '''sudo''' '''reboot'''
|}</ol>
<span id="linux-sdkorangepi-build-instructions"></span>