Armbian setup image
This commit is contained in:
parent
9145ba6d06
commit
0d8aae8576
|
@ -39,6 +39,10 @@ ssh root@[local IP address]
|
||||||
|
|
||||||
Using the default Armbian password of *1234*. You should see the Armbian welcome message and will be asked to change the password, then create a new user account.
|
Using the default Armbian password of *1234*. You should see the Armbian welcome message and will be asked to change the password, then create a new user account.
|
||||||
|
|
||||||
|
#+BEGIN_CENTER
|
||||||
|
[[file:images/armbian_setup.jpg]]
|
||||||
|
#+END_CENTER
|
||||||
|
|
||||||
When the user account is created type *exit* to leave the ssh session then log back in with your new user account.
|
When the user account is created type *exit* to leave the ssh session then log back in with your new user account.
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-09-20 Wed 19:10 -->
|
<!-- 2017-09-20 Wed 20:03 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>‎</title>
|
<title>‎</title>
|
||||||
|
@ -289,6 +289,14 @@ Once you know the local IP address of your ARM board then you can log into it wi
|
||||||
Using the default Armbian password of <b>1234</b>. You should see the Armbian welcome message and will be asked to change the password, then create a new user account.
|
Using the default Armbian password of <b>1234</b>. You should see the Armbian welcome message and will be asked to change the password, then create a new user account.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="org-center">
|
||||||
|
|
||||||
|
<div class="figure">
|
||||||
|
<p><img src="images/armbian_setup.jpg" alt="armbian_setup.jpg" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When the user account is created type <b>exit</b> to leave the ssh session then log back in with your new user account.
|
When the user account is created type <b>exit</b> to leave the ssh session then log back in with your new user account.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue