浏览代码

0674: Installing Volumio on Raspberry Pi

i12bretro 3 年之前
父节点
当前提交
6cd28a32a7
共有 1 个文件被更改,包括 58 次插入0 次删除
  1. 58 0
      0674.html

+ 58 - 0
0674.html

@@ -0,0 +1,58 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Installing Volumio on Raspberry Pi</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Volumio,SBC,Single Board Computer,Install Guide,Self-Hosted,Linux,Browser Based,Raspberry Pi,ARM,ARM64,ARM CPU,ARM Processor,ARMv8,AARCH64,ARM Architecture,System On A Chip,SOC,SD Card,RPi,Raspberry Pi 4,Micro SD,Free Software,Web Based,Raspberry Pi 3,Raspberry Pi 2,Raspberry Pi 1,Raspberry Pi 0,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Installing Volumio on Raspberry Pi">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="03/29/2022 06:00:07 AM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Installing Volumio on Raspberry Pi</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <h2>Things You Will Need</h2>
+
+<ul>
+	<li>A microSD card at least 4 GB <a href="https://amzn.to/36CpShC" target="_blank">https://amzn.to/36CpShC</a> | <a href="https://amzn.to/3CXJngt" target="_blank">https://amzn.to/3CXJngt</a> | <a href="https://amzn.to/3JqyxSP" target="_blank">https://amzn.to/3JqyxSP</a></li>
+</ul>
+
+<h2>Downloads and Flashing to MicroSD</h2>
+
+<ol>
+	<li>Download Volumio <a href="https://volumio.com/en/get-started/" target="_blank">Download</a></li>
+	<li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
+	<li>Run Balena Etcher</li>
+	<li>Burn the Volumio image to microSD card</li>
+	<li>Safely remove microSD</li>
+</ol>
+
+<h2>Booting to Volumio for the First Time</h2>
+
+<ol>
+	<li>Plug the power adapter and network cable into the Raspberry Pi</li>
+	<li>You should see the Volumio terminal running startup scripts</li>
+	<li>After several moments, the scrolling text will stop, press Enter</li>
+	<li>Login with username root and password volumio</li>
+	<li>Type ifconfig and press Enter to display the IP address</li>
+	<li>On a separate device, open a web browser and navigate to http://IPfromAbove to access the Volumio web interface. Depending on your network setup, you may be able to reach the device by opening http://volumio.local as well</li>
+	<li>Follow the setup wizard to complete the Volumio configuration</li>
+</ol>
+
+<p>Source: <a href="https://volumio.com/" target="_blank">https://volumio.com/</a></p>
+          </div>
+        </div>
+      </body>
+    </html>
+