diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
| commit | 0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch) | |
| tree | 64822a223696279b0869417a59a8112a7de5ad66 /docs/wiki/HTC-Bravo-(HTC-Desire) | |
| parent | 91d00222d692b80a8eb22f0f193479545846ac89 (diff) | |
Initial static build
Diffstat (limited to 'docs/wiki/HTC-Bravo-(HTC-Desire)')
| -rw-r--r-- | docs/wiki/HTC-Bravo-(HTC-Desire)/index.html | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/docs/wiki/HTC-Bravo-(HTC-Desire)/index.html b/docs/wiki/HTC-Bravo-(HTC-Desire)/index.html new file mode 100644 index 0000000..0bd6468 --- /dev/null +++ b/docs/wiki/HTC-Bravo-(HTC-Desire)/index.html @@ -0,0 +1,89 @@ +<!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/HTC-Bravo-(HTC-Desire)/"> + + <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>HTC Bravo (HTC Desire)</h1> +<h3>Contributors</h3> +<ul> +<li>drebrez</li> +</ul> +<h3>What works</h3> +<ul> +<li>Compiling the kernel</li> +<li>Booting (see below)</li> +<li>Framebuffer works (see photos below)</li> +<li>Network through USB</li> +<li>SSH</li> +<li>Touchscreen</li> +<li>Weston with demo menu</li> +</ul> +<h3>What does not work</h3> +<ul> +<li>Flashing (requires smaller boot.img <a href="https://github.com/postmarketOS/pmbootstrap/issues/126">#126</a>)</li> +<li>Wifi (requires firmware)</li> +<li>Unknown, but probably everything else</li> +</ul> +<h3>Device partitions</h3> +<pre class="codehilite"><code>dev: size erasesize name +mtd0: 000a0000 00020000 "misc" +mtd1: 00480000 00020000 "recovery" +mtd2: 00300000 00020000 "boot" +mtd3: 0fa00000 00020000 "system" +mtd4: 02800000 00020000 "cache" +mtd5: 093a0000 00020000 "userdata"</code></pre> + + +<h3>Booting</h3> +<ul> +<li>Build everything <code>pmbootstrap install</code></li> +<li>Boot using <code>pmbootstrap flasher boot</code></li> +</ul> +<h3>Links</h3> +<ul> +<li><a href="https://github.com/postmarketOS/pmbootstrap/tree/master/aports/device-htc-bravo">Device package</a></li> +<li><a href="https://github.com/postmarketOS/pmbootstrap/tree/master/aports/linux-htc-bravo">Kernel package</a></li> +<li><a href="https://github.com/spezi77/android_kernel_htc_qsd8k_3.0/tree/n-7.1">spezi77's Kernel</a></li> +</ul> +<h3>Photos</h3> +<ul> +<li><a href="http://imgur.com/a/8ODj5">Initramfs asking for the password via telnet</a></li> +<li><a href="http://imgur.com/a/1OgGZ">PostmarketOS demo menu (XWayland)</a></li> +</ul> + + </div> + </div> + </body> +</html>
\ No newline at end of file |
