0674.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Installing Volumio on Raspberry Pi</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Installing Volumio on Raspberry Pi">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/29/2022 06:00:07 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Installing Volumio on Raspberry Pi</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <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>
  28. </ul>
  29. <h2>Downloads and Flashing to MicroSD</h2>
  30. <ol>
  31. <li>Download Volumio <a href="https://volumio.com/en/get-started/" target="_blank">Download</a></li>
  32. <li>Download Balena Etcher <a href="https://www.balena.io/etcher/" target="_blank">Download</a></li>
  33. <li>Run Balena Etcher</li>
  34. <li>Burn the Volumio image to microSD card</li>
  35. <li>Safely remove microSD</li>
  36. </ol>
  37. <h2>Booting to Volumio for the First Time</h2>
  38. <ol>
  39. <li>Plug the power adapter and network cable into the Raspberry Pi</li>
  40. <li>You should see the Volumio terminal running startup scripts</li>
  41. <li>After several moments, the scrolling text will stop, press Enter</li>
  42. <li>Login with username root and password volumio</li>
  43. <li>Type ifconfig and press Enter to display the IP address</li>
  44. <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>
  45. <li>Follow the setup wizard to complete the Volumio configuration</li>
  46. </ol>
  47. <p>Source: <a href="https://volumio.com/" target="_blank">https://volumio.com/</a></p>
  48. </div>
  49. </div>
  50. </body>
  51. </html>