Browse Source

Armbian setup image

Bob Mottram 7 years ago
parent
commit
0d8aae8576
3 changed files with 13 additions and 1 deletions
  1. 4
    0
      doc/EN/armbian.org
  2. BIN
      img/armbian_setup.jpg
  3. 9
    1
      website/EN/armbian.html

+ 4
- 0
doc/EN/armbian.org View File

@@ -39,6 +39,10 @@ ssh root@[local IP address]
39 39
 
40 40
 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.
41 41
 
42
+#+BEGIN_CENTER
43
+[[file:images/armbian_setup.jpg]]
44
+#+END_CENTER
45
+
42 46
 When the user account is created type *exit* to leave the ssh session then log back in with your new user account.
43 47
 
44 48
 #+begin_src bash

BIN
img/armbian_setup.jpg View File


+ 9
- 1
website/EN/armbian.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2017-09-20 Wed 19:10 -->
6
+<!-- 2017-09-20 Wed 20:03 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title>&lrm;</title>
@@ -289,6 +289,14 @@ Once you know the local IP address of your ARM board then you can log into it wi
289 289
 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.
290 290
 </p>
291 291
 
292
+<div class="org-center">
293
+
294
+<div class="figure">
295
+<p><img src="images/armbian_setup.jpg" alt="armbian_setup.jpg" />
296
+</p>
297
+</div>
298
+</div>
299
+
292 300
 <p>
293 301
 When the user account is created type <b>exit</b> to leave the ssh session then log back in with your new user account.
294 302
 </p>