Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Zero 3

194 bytes added, 19:14, 11 July 2023
How to shut down and restart the development board
<ol style="list-style-type: decimal;">
<li><p>During the running of the Linux system, if the power is directly unplugged, the file system may lose some data. It is recommended to use the '''poweroff''' command to shut down the Linux system of the development board before power off, and then unplug the power</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''sudo poweroff'''</p>
|}{| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big><p>'''Note that after the development board is turned off, the power supply needs to be re-plugged to turn it on.'''</p></big>|}</li>
<li><p>Use the '''reboot''' command to restart the Linux system on the development board</p>
{| class="wikitable" style="width:800px;" |-| <p>orangepi@orangepi:~$ '''sudo''' '''reboot'''</p>|}</li></ol>
<span id="linux-sdkorangepi-build-instruction"></span>