-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.html
More file actions
93 lines (90 loc) Β· 6.32 KB
/
home.html
File metadata and controls
93 lines (90 loc) Β· 6.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!--
title: Homepage
description:
published: true
date: 2025-09-22T11:58:05.021Z
tags:
editor: code
dateCreated: 2022-08-24T12:37:36.410Z
-->
<h1 class="toc-header" id="the-bredos-wiki"> π The BredOS Wiki</h1>
<h2 class="toc-header" id="overview"> π Overview</h2>
<p>Welcome to the BredOS documentation! BredOS is a user-friendly Arch-based Linux distribution specifically designed for ARM and RISC-V based single board computers (SBCs).<br>
The documentation will guide you through the installation, configuration, and usage of BredOS.</p>
<p><img alt="" src="https://github.com/LinuxDroidMaster/Fydetab-Duo-DroidMaster-wiki/raw/main/Images/Linux/BredOS/preview.jpg"></p>
<h2 class="toc-header" id="table-of-contents"> π Table of Contents</h2>
<ol>
<li><a href="#introduction">π Introduction</a></li>
<li><a href="#features">π Features</a></li>
<li><a href="#system-requirements">π οΈ System Requirements</a></li>
<li><a class="is-internal-link is-valid-page" href="/en/installation">π½ Installation</a></li>
<li><a href="#package-management">π¦ Package Management</a></li>
<li><a href="#troubleshooting">π Troubleshooting</a></li>
<li><a href="#faq">βFAQ</a></li>
<li><a href="#community-and-support">π Community and Support</a></li>
<li><a href="#contributing">π€ Contributing</a></li>
</ol>
<h2 class="toc-header" id="introduction"> π Introduction</h2>
<p>BredOS aims to provide a seamless and user-friendly experience for users of ARM-based single board computers. By leveraging the power and flexibility of Arch Linux, BredOS offers a robust platform that can be customized to fit a wide range of use cases.</p>
<h2 class="toc-header" id="features"> π Features</h2>
<ul>
<li><strong>π₯οΈ User-Friendly Interface</strong>: A simplified and intuitive user interface for easy navigation and use.</li>
<li><strong>π― Arch-Based</strong>: Built on top of Arch Linux, ensuring access to a vast repository of packages and a rolling release model.</li>
<li><strong>π§ ARM Support</strong>: Optimized for ARM-based single board computers, making it ideal for devices like the Rock 5B, and more.</li>
<li><strong>β‘ Lightweight</strong>: Minimal bloat, ensuring a lightweight and responsive system.</li>
</ul>
<h2 class="toc-header" id="οΈ-system-requirements"> π οΈ System Requirements</h2>
<ul>
<li><strong>π₯οΈ Supported Devices</strong>:
<ul>
<li>Please refer to our list at <a class="is-external-link" href="https://bredos.org/download.html">https://bredos.org/download.html</a></li>
</ul>
</li>
<li><strong>π§ Minimum RAM</strong>: 2 GB</li>
<li><strong>πΎ Storage</strong>: 16 GB microSD card or larger</li>
<li><strong>π Network</strong>: Optional</li>
</ul>
<h2 class="toc-header" id="installation"> π½ Installation</h2>
<p>Read more on our <a class="is-internal-link is-valid-page" href="/en/installation">Installation guide</a> page.</p>
<h2 class="toc-header" id="package-management"> π¦ Package Management</h2>
<p>BredOS uses <code>pacman</code>, the package manager from Arch Linux. Here are some common commands:</p>
<ul>
<li>π Update package list: <code>sudo pacman -Syu</code></li>
<li>β Install a package: <code>sudo pacman -S [package_name]</code></li>
<li>β Remove a package: <code>sudo pacman -R [package_name]</code></li>
<li>π Search for a package: <code>pacman -Ss [package_name]</code></li>
</ul>
<h2 class="toc-header" id="troubleshooting"> π Troubleshooting</h2>
<p>If you encounter issues with BredOS, you are welcome to join our <a class="is-external-link" href="https://discord.gg/jwhxuyKXaa">discord</a>.</p>
<h2 class="toc-header" id="faq"> β FAQ</h2>
<h3 class="toc-header" id="q-what-devices-are-supported-by-bredos"> β Q: What devices are supported by BredOS?</h3>
<p>A: BredOS supports a variety of ARM-based single board computers, the complete list is available at <a href="#system-requirements">supported devices</a>.</p>
<h3 class="toc-header" id="q-how-do-i-update-bredos"> π Q: How do I update BredOS?</h3>
<p>A: You can update BredOS using the <code>pacman</code> package manager with the command <code>sudo pacman -Syu</code>.</p>
<h3 class="toc-header" id="q-where-can-i-find-additional-software-packages"> π¦ Q: Where can I find additional software packages?</h3>
<p>A: You can find additional software packages in the Arch User Repository (AUR) and install them using <code>yay</code> or <code>paru</code>.</p>
<h3 class="toc-header" id="q-the-power-consumption-of-my-device-is-high-how-can-i-reduce-it"> Q: The power consumption of my device is high, how can I reduce it?</h3>
<p>A: You can reduce the power consumption by changing the CPU governor to <code>ondemand</code> or <code>conservative</code> by editing the <code>/etc/default/cpupower</code> file.</p>
<h3 class="toc-header" id="q-the-suspend-is-not-working"> Q: The suspend is not working.</h3>
<p>A: Please make sure that:</p>
<ul>
<li>Don't suspend before 10s after just resuming, this is a known issue with the eMMC driver.</li>
<li>Don't setup "suspend" as the action for the power button, because it will suspend the device immediately after resuming! (This will cause the device to enter a resume-suspend loop!)</li>
</ul>
<h2 class="toc-header" id="community-and-support"> π Community and Support</h2>
<p>Join the BredOS community to get support, share ideas, and contribute to the project:</p>
<ul>
<li><a class="is-external-link" href="https://t.me/bredoslinux">π± Telegram</a></li>
<li><a class="is-external-link" href="https://discord.gg/jwhxuyKXaa">π¬ Discord</a></li>
<li><a class="is-external-link" href="http://github.com/BredOS">π» GitHub</a></li>
</ul>
<h2 class="toc-header" id="contributing"> π€ Contributing</h2>
<p>BredOS is an open-source project, and contributions are welcome! You can contribute in the following ways:</p>
<ul>
<li>π Report bugs and issues</li>
<li>π» Submit patches and improvements</li>
<li>π Write and improve documentation</li>
<li>π§βπ€βπ§ Help other users in the community forums and chat</li>
</ul>
<p>For more information on contributing, visit our <a class="is-external-link" href="http://github.com/BredOS">π» GitHub</a> or you can message us on <a class="is-external-link" href="https://discord.gg/jwhxuyKXaa">π¬ Discord</a> or join our <a class="is-external-link" href="https://t.me/bredoslinux">π± Telegram</a>.</p>
<video href="https://www.youtube.com/watch?v=eoLE27xdtu4"></video>