aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 13:55:29 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 13:58:21 +0200
commit2a331698cead2677fa953c3e1ab5d78528e39ef9 (patch)
tree88d41b7d9b1aa8cb37bba32448c3a0d70dfb00be
parentc80f15db143225a963ff6f719ed5a5877344b199 (diff)
downloadwww.replicant.us-2a331698cead2677fa953c3e1ab5d78528e39ef9.tar.gz
www.replicant.us-2a331698cead2677fa953c3e1ab5d78528e39ef9.tar.bz2
www.replicant.us-2a331698cead2677fa953c3e1ab5d78528e39ef9.zip
Add FAQ about free modem firmwares
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--about.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/about.php b/about.php
index a13f833..3a34c65 100644
--- a/about.php
+++ b/about.php
@@ -95,6 +95,24 @@
</div>
</div>
+ <div class="panel panel-default" id="free-modem-firmwares">
+ <div class="panel-heading">
+ <h3 class="panel-title">
+ Does Replicant supports devices that can run free software
+ modem firmwares?
+ </h3>
+ </div>
+ <div class="panel-body">
+ <p>
+ While fully free software modem firmwares like
+ <a href="https://osmocom.org/projects/baseband/wiki">OsmocomBB</a>
+ do exist, the only supported smartphones (The Openmoko GTA01 and
+ GTA02) are probably not powerful enough to run recent versions of
+ Android decently as they have only 128M of RAM.
+ </p>
+ </div>
+ </div>
+
<div class="panel panel-default" id="not-listed-install">
<div class="panel-heading">
<h3 class="panel-title">
@@ -304,6 +322,10 @@
<a href="#only-free-software" class="list-group-item">
Is my device only running free software after I install Replicant?
</a>
+ <a href="#free-modem-firmwares" class="list-group-item">
+ Does Replicant supports devices that can run free software
+ modem firmwares?
+ </a>
<a href="#not-listed-install" class="list-group-item">
My device is not listed as supported, can I still install Replicant?
</a>