Przeglądaj źródła

0008: Installing Armbian on Allwinner H6 Android TV Box (Tanix TX6)

i12bretro 3 lat temu
rodzic
commit
61fed21405
1 zmienionych plików z 11 dodań i 7 usunięć
  1. 11 7
      0008.html

+ 11 - 7
0008.html

@@ -4,10 +4,11 @@
         <title>Installing Armbian on Allwinner H6 Android TV Box (Tanix TX6)</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
         <meta charset="UTF-8">
-        <meta name="keywords" content="Linux,Armbian,Single Board Computer,SBC,Raspberry Pi Alternative,Tanix,TX6,Tutorial,How To,i12bretro">
+        <meta name="keywords" content="Linux,Armbian,Single Board Computer,SBC,Raspberry Pi Alternative,Tanix,TX6,How To,Tutorial,i12bretro">
         <meta name="author" content="i12bretro">
         <meta name="description" content="Installing Armbian on Allwinner H6 Android TV Box (Tanix TX6)">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="03/20/2022 01:01:37 PM" />
 				          <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>
@@ -21,13 +22,16 @@
           </div>
           <div></div>
           <div id="content">
-          <p>I love the idea of the Raspberry Pi, but there are some cheaper alternative single board computers that offer a similar experience for a fraction of the cost. While the community support isn't quite what it is for the Pi, there are a ton of projects you can accomplish on the cheap with these little hidden gems. Keep an eye on AliExpress and Amazon and you can find SBC's sporting quad core ARM process with 2-4 GB of RAM for under $30, including a power supply and IR remote control.</p>
+          <p>I love the idea of the Raspberry Pi, but there are some cheaper alternative single board computers that offer a similar experience for a fraction of the cost. While the community support isn&#39;t quite what it is for the Pi, there are a ton of projects you can accomplish on the cheap with these little hidden gems. Keep an eye on AliExpress and Amazon and you can find SBC&#39;s sporting quad core ARM process with 2-4 GB of RAM for under $30, including a power supply and IR remote control.</p>
+
 <p>The box used in this video is a Tanix TX6 I picked up on Amazon for $22.71 shipped. It sports a quad Core Allwinner H6 @ 1.5GHz and 4 GB of DDR3 RAM.</p>
+
 <p>UPDATED 6/9/20 with direct links to the downloads used in the video</p>
+
 <h2>Things You Will Need</h2>
 
 <ul>
-	<li>    A  microSD card at least 8 GB</li>
+	<li>A microSD card at least 8 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>
@@ -53,10 +57,10 @@
 	<ol start="1" style="list-style-type: lower-alpha;">
 		<li>Comment out rk-3399 lines by adding #</li>
 		<li>Uncomment aw h6 lines by removing #
-		<div class="codeBlock">   # aw h6<br />
-		   FDT=/dtb/allwinner/sun50i-h6-tanix-tx6.dtb<br />
-		   #APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mem=2048M video=HDMI-A-1:e<br />
-		   APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0Save</div>
+		<div class="codeBlock"># aw h6<br />
+		FDT=/dtb/allwinner/sun50i-h6-tanix-tx6.dtb<br />
+		#APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mem=2048M video=HDMI-A-1:e<br />
+		APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0Save</div>
 		</li>
 		<li>Save</li>
 		<li>Close</li>