8,367
edits
Changes
→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>