Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

14 bytes added, 14:56, 6 June 2023
The format of linux commands in this manual
<ol style="list-style-type: decimal;">
<li><p>In this manual, all commands that need to be entered in the Linux system will be framed in the following box</p>
{| class="wikitable" style="width:800px;height: 100px;"
|-
|
 
|}
<p>As shown below, the content in the yellow box indicates the content that needs special attention, except for the commands in it.</p></li>
{| class="wikitable" style="background-color:#ffffdc;width:800px;height: 100px;"
|-
|
 
|}
<li><p>Description of the prompt type in front of the command</p>
<ol style="list-style-type: lower-alpha;">
<li><p>The prompt in front of the command refers to the content of the &gt; red part in the box below, which is not part of the linux &gt; command, so when entering the command in the linux system, &gt; please do not enter the content of the red font part.</p>
<p>'''orangepi@orangepi:~$ sudo apt update'''</p>
<p>'''root@orangepi:~#''' '''vim /boot/boot.cmd'''</p>
<p>'''test@test:~$ ssh [mailto:[email protected] [email protected].]xxx'''</p>
<p>'''root@test:~# ls'''</p></li>
<li><p>'''root@orangepi:~$''' prompt indicates that this command is &gt; entered in the '''linux system''' '''of the development board''', &gt; and the last '''$''' of the prompt indicates that the current &gt; user of the system is an ordinary user. When executing a &gt; privileged command, you need to add '''sudo'''</p></li><li><p>'''root@orangepi:~#''' The prompt indicates that this command is &gt; entered in the '''linux system of the development board''', and &gt; the '''#''' at the end of the prompt indicates that the current &gt; user of the system is the root user, who can execute any &gt; desired command</p></li><li><p>'''test@test:~$''' prompt indicates that this command is entered &gt; in the Ubuntu PC or Ubuntu virtual machine, not in the linux &gt; system of the development board. The '''$''' at the end of the &gt; prompt indicates that the current user of the system is an &gt; ordinary user. When executing privileged commands, you need to &gt; add '''sudo'''</p></li><li><p>'''root@test:~#''' prompt indicates that this command is entered &gt; in the Ubuntu PC or Ubuntu virtual machine, not in the linux &gt; system of the development board. The # at the end of the &gt; prompt indicates that the current user of the system is the &gt; root user and can execute any command you want</p></li></ol>
</li>
<li><p>What are the commands that need to be entered?</p>
<ol style="list-style-type: lower-alpha;">
<li><p>As shown below, the '''black bold part''' is the command that &gt; needs to be input, and the content below the command is the &gt; output content (some commands have output, some may not have &gt; output), this part of the content does not need to be input</p>
<p>root@orangepi:~# '''cat /boot/orangepiEnv.txt'''</p>
<p>'''verbosity=7'''</p>
<p>bootlogo=false</p>
<p>'''console=serial'''</p></li>
<li><p>As shown below, some commands cannot be written in one line and &gt; will be placed on the next line. As long as the black and bold &gt; parts are all commands that need to be input. When these &gt; commands are entered into one line, the last &quot;\&quot; of each &gt; line needs to be removed, this is not part of the command. In &gt; addition, there are spaces in different parts of the command, &gt; please don’t miss it</p>
<p>orangepi@orangepi:~$ '''echo \'''</p>
<p>'''&quot;deb [arch=$(dpkg --print-architecture) \'''</p>
<span id="linux-system-login-instructions"></span>
 
== Linux system login instructions ==