summaryrefslogtreecommitdiff
path: root/docs/wiki/Fairphone-2/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
committerYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
commit0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch)
tree64822a223696279b0869417a59a8112a7de5ad66 /docs/wiki/Fairphone-2/index.html
parent91d00222d692b80a8eb22f0f193479545846ac89 (diff)
Initial static build
Diffstat (limited to 'docs/wiki/Fairphone-2/index.html')
-rw-r--r--docs/wiki/Fairphone-2/index.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/docs/wiki/Fairphone-2/index.html b/docs/wiki/Fairphone-2/index.html
new file mode 100644
index 0000000..272c304
--- /dev/null
+++ b/docs/wiki/Fairphone-2/index.html
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+
+ <title>postmarketOS</title>
+
+ <meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
+ <meta name="keywords" content="postmarketOS">
+
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="robots" content="all">
+
+ <link rel="canonical" href="https://postmarketos.org/wiki/Fairphone-2/">
+
+ <link href="/static/css/tachyons.min.css" rel="stylesheet">
+ <link href="/static/css/main.css" rel="stylesheet">
+ </head>
+
+ <body>
+ <div class="mw7 center">
+ <div class="cf ph2-ns">
+ <a class="title" href="/">
+ <h1 class="f2 lh-title">
+ <img src="/static/img/recycle.png"></img>
+ <span>postmarketOS</span>
+ </h1>
+ </a>
+ <div class="menu">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/wiki/">Wiki</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ </ul>
+ </div>
+
+<h1>Fairphone 2</h1>
+<h2>Contributors</h2>
+<ul>
+<li>z3ntu</li>
+</ul>
+<h2>What works</h2>
+<ul>
+<li>The building process</li>
+</ul>
+<h3>Current Boot Process</h3>
+<p>This is what I did:
+Use the efidroid lk.img (have to compile yourself right now) for working around an fastboot/lk issue in the stock Fairphone bootloader.</p>
+<pre class="codehilite"><code>fastboot boot lk.img
+fastboot flash system pmOS_system.img</code></pre>
+
+
+<p>Booting the boot.img doesn't work currently because of dt problems. Probably a similar issue as on the <a href="https://github.com/postmarketOS/pmbootstrap/wiki/Mozilla-Flame#current-boot-process">Mozilla Flame</a>.</p>
+<p>pmOS branch: https://github.com/postmarketOS/pmbootstrap/tree/device-fairphone-fp2
+z3ntu's branch (maybe more up-to-date): https://github.com/z3ntu/pmbootstrap</p>
+<h2>Abbreviations</h2>
+<p><strong>lk</strong> = Little Kernel (that's what the bootloader which includes fastboot is based on for most newer devices)</p>
+<p><strong>dt</strong> = Device Tree (method of describing hardware, see https://www.devicetree.org/)</p>
+
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file