Files
archived-TwisterOS/twisterarmbian.html
2021-01-26 08:30:17 -06:00

160 lines
8.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie-edge" />
<link rel="stylesheet" href="./style.css" />
<link rel="icon" href="favicon.png">
<title>Twister OS</title>
</head>
<body>
<main class="downloads">
<div class="nav">
<nav>
<img src="./images/TwisterOSLogo-Large-New3.png" />
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="download.html">DOWNLOADS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="https://checkout.square.site/merchant/ML5E5KGWRH8ME/checkout/GLDTDH4U5ZXZY5WJCCVEWIK7">DONATE</a></li>
</ul>
</nav>
</div>
<div></div>
<div>
<img class="center resize" src="images/Twister-OS-Armbian-full.png">
<div class="center" style="width: 60% !important; margin-top: 100px;">
<div class="current-release">
<h1>Current Release</h1>
<h3>Twister OS Armbian 1.0.0</h3>
</div>
<div class="current-links">
<a href="https://archive.org/download/twister-osarmbian-v-1-0-0.img/TwisterOSArmbianV1-0-0.img.xz"><button>DOWNLOAD</button></a>
<a href="https://archive.org/download/twister-osarmbian-v-1-0-0.img/twister-osarmbian-v-1-0-0.img_archive.torrent"><button>TORRENT</button></a>
</div>
<div class="center" style="text-align: center;">
Default Password: asdasd<br><br>
Please change the password with passwd and sudo passwd respectively.
</div>
</div>
<div class="center" style="text-align: justify; width:75%; line-height: 1.8em;">
<h2>Twister OS Armbian</h2>
Twister OS Armbian is a fully featured, fast and lightweight desktop OS based upon Armbian Focal 20.04.1 LTS (aarch64) for Rockchip RK3399-based SBCs that is designed to work "out-of-the-box."<br><br>
<h4>Requirements:</h4>
- A RK3399-based SBC/development board with 4 GB of RAM and a 16 GB of microSD/eMMC storage is strongly recommended.
(It is currently best supported on Rock Pi 4B, Rock Pi 4C, and RockPro64 boards)<br><br>
<h4>Some of Twister OS Armbian's features and specifications include:</h4>
- 5.9.14 Kernel<br>
- XFCE desktop environment with Xfwm4 window manager<br>
- Latest Panfrost GPU drivers with desktop hardware acceleration<br>
- OpenGL 3.1 is also supported with fully updated Mesa 21.1.0<br>
- Kodi and MPV media players with built-in hardware acceleration support<br>
- Installer for Chromium Media Edition via a Docker container for watching streaming services like
Netflix, Amazon Prime, Disney+, Apple TV+, Hulu, Spotify, and others. (optional)<br>
- ThemeTwister application to completely change the appearance of your OS. Choose from a variety of themes ranging from modern to nostalgic (a reboot is required when switching themes).<br>
- Includes a number of retro gaming emulators -- PPSSPP, DOSBOX-X, Mednaffe, Mesen, Mupen64Plus, PCSX ReARMed,
Retroarch (Tested functional, but not included), Redream, ScummVM, and many more...<br>
- BOX86 with latest updates included for running x86-based software.<br>
- uSD and eMMC booting supported. (RK3399 - NanoPi-M4 requires re-seat of HDMI cable on power on due to firmware limitations, and supports MicroSD at this time)<br>
- A number of useful, carefully curated apps are included, such as: Steam, Lutris, Discord, My Android,
Wine Desktop, USBImager, LibreOffice suite, Transmission, Gimp, MELD, VLC Player, Audacious, etc.<br>
- A sample of games are also included for your enjoyment.<br>
- Overclocking and hardware profile support out-of-the-box.<br>
<h4>Known issues:</h4>
- Bluetooth audio is not working<br>
- Kodi repository is missing and needs to be installed manually
(sudo apt install kodi-repository-kodi)<br>
- Docker Container requires performing some extra steps to fix a no-HDMI audio issue.
(Fixed via pavucontrol, and selecting proper output device)<br>
- No hardware acceleration for video playback<br>
<h4>General Instructions:</h4>
- Download RK3399 image from twisteros.com<br>
- Prepare your storage media for flashing<br>
- Flash image with Balena-Etcher or USBImager<br>
- Edit /boot/armbianEnV.txt file and select correct DTB file that matches your RK3399 board
(Default DTB is RK3399-RockPi4B) | Case sensitive! | Example: rockchip/rk3399-rock-pi-4c.dtb<br>
- After first boot, resize EXT4 partition using GParted or Disks utility (included)<br>
- Default password is: asdasd<br>
</div>
<a class="center" href="https://discord.gg/XberkpNnRe" style="text-align: center;">Twister OS Armbian Discord Server</a>
<!--
<h2 style="text-align: center;">Patches</h2>
<div style="width: 60%; margin: auto;" class="center">
<p class="center" style="line-height: 1.5em; width: 80%;">To determine which version of Twister OS you're currently using, check the README file on the Desktop. For version 1.5.2 and newer, simply open a terminal and type <span class="code">twistver</span></p>
<p style="text-align: center; text-decoration: underline;">Please patch in order, do not skip patches.</p>
<p style="text-align: center;">Twister OS Patcher has been included in version 1.6 patch</p><br>
<h4 style="text-align: center;">To download Twister OS Patcher copy the following into terminal.</h4>
<p class="code center" style="width: 60%;">wget https://raw.githubusercontent.com/FlameKat53/Twister-OS-Patcher/master/install.sh && chmod +x ./install.sh && ./install.sh && rm install.sh</p>
</div>
<br><br>
<div class="center" style="width: 50%;">
<ul class="PatchLink">
<li>Version 1.9.2</li>
<li>
<div class="ChangelogLink">
<div class="popup" id="popup192">
<p class="version">Version 1.9.2 patch notes:</p><br>
Upgraded Twister OS Patcher to YAD version<br>
Added support for exFAT-formatted drives<br>
Added Twister OS Diagnostics app<br>
Fixed an issue affecting certain Wine games with latest Mesa driver update<br>
Added application menu shortcut for Winetricks<br>
Improved panel tray icon refreshing<br>
Updated README<br>
<p>Thanks to Botspot for his Twister OS Patcher application, to pale for his Twister OS Diagnostics script, and to @phoenixbyrd for his tray icon refresh method discovery</p><br><br>
<p class="close">close</p>
</div>
<p class="btn" data-popup="popup192">Changelog</p>
</div>
</li>
<li><a href="https://twisteros.com/Patches/TwisterOSv1-9-2Patch.run"><button>DOWNLOAD</button></a></li>
</ul>
<br>
</div>
<div></div>
-->
<footer style="margin-top: 95px;"><p>Twister OS 2020 | <a href="https://discord.gg/Fh8sjmu" target="_blank">Join our Discord!</a></p></footer>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
$('.btn').click(function(){
$('.popup').hide();
$('#' + $(this).attr('data-popup')).show();
});
</script>
<script type="text/javascript">
$('.close').click(function(){
$('.popup').hide();
});
</script>
</body>
</html>