The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Community Workspace/Omap4/Pandaboard
From Mer Wiki
< Community Workspace(Difference between revisions)
m (→Status) |
(→Status) |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Status == | == Status == | ||
− | |||
− | |||
{| border="1" cellpadding="1" | {| border="1" cellpadding="1" | ||
|- | |- | ||
− | ! Device Profile !! Boots !! Display !! Touchscreen !! Wireless !! Mobile Data !! H/W Accel. GFX !! Sensors !! GPS | + | ! Device Profile !! Boots !! Display !! Touchscreen !! Wireless !! Mobile Data !! BT !!H/W Accel. GFX !! Sensors !! GPS !! Audio |
|- | |- | ||
! Pandaboard | ! Pandaboard | ||
| style="background-color:green" | Yes | | style="background-color:green" | Yes | ||
− | | style="background-color:green" | Yes, HDMI | + | | style="background-color:green" | Yes, HDMI->DVI oob |
| style="background-color:grey" | testers welcome (check [http://pandaboard.org/content/pandaboard-lvds-lcd-touchscreen this] for options) | | style="background-color:grey" | testers welcome (check [http://pandaboard.org/content/pandaboard-lvds-lcd-touchscreen this] for options) | ||
| style="background-color:red" | crash in Settings->Connections->Wifi | | style="background-color:red" | crash in Settings->Connections->Wifi | ||
− | | style="background-color:grey" | testers welcome (Huawei | + | | style="background-color:grey" | testers welcome (Huawei Exxx USB UMTS, like E220, are known to work well with Linux dev boards) |
+ | | style="background-color:red" | [https://bugs.nemomobile.org/show_bug.cgi?id=174 NEMO#174] | ||
| style="background-color:green" | Yes | | style="background-color:green" | Yes | ||
− | | style="background-color:lightgreen"| evtest lists accelerometer. That's all for now :) | + | | style="background-color:lightgreen"| evtest-capture lists accelerometer. That's all for now :) |
− | | style="background-color:grey" | testers welcome | + | | style="background-color:grey" | any USB GPS will do. testers welcome |
+ | | style="background-color:grey" | testers welcome | ||
+ | |||
|- | |- | ||
! Pandaboard ES | ! Pandaboard ES | ||
− | | style="background-color: | + | | style="background-color:green" | Yes |
− | | style="background-color: | + | | style="background-color:green" | Yes, HDMI->DVI oob |
− | | style="background-color:grey" | | + | | style="background-color:grey" | testers welcome (check [http://pandaboard.org/content/pandaboard-lvds-lcd-touchscreen this] for options) |
− | | style="background-color: | + | | style="background-color:red" | crash in Settings->Connections->Wifi [hangs UI] |
− | | style="background-color:grey" | | + | | style="background-color:grey" | testers welcome (Huawei Exxx USB UMTS, like E220, are known to work well with Linux dev boards) |
− | | style="background-color: | + | | style="background-color:red" | [https://bugs.nemomobile.org/show_bug.cgi?id=174 NEMO#174] |
− | | style="background-color:grey" | | + | | style="background-color:green" | Yes |
− | | style="background-color:grey" | + | | style="background-color:red"| Nothing relevant under evtest-capture. sensord log shows many errors |
+ | | style="background-color:grey" | any USB GPS will do. testers welcome | ||
+ | | style="background-color:grey" | testers welcome | ||
|} | |} | ||
Line 35: | Line 38: | ||
* build image with: | * build image with: | ||
mic cr raw nemo-armv7hl-pandaboard-rnd.ks --outdir=tmp/ \ | mic cr raw nemo-armv7hl-pandaboard-rnd.ks --outdir=tmp/ \ | ||
− | --tokenmap=MER_RELEASE:latest,NEMO_RELEASE:latest,FLAVOUR:devel --arch=armv7hl --pkgmgr= | + | --tokenmap=MER_RELEASE:latest,NEMO_RELEASE:latest,FLAVOUR:devel --arch=armv7hl --pkgmgr=zypp |
+ | * SD card flashing: | ||
+ | dd if=tmp/nemo-armv7hl-pandaboard-rnd-mmcblk0p.raw of=/dev/sdX bs=4096 | ||
=== minimal-lipstick === | === minimal-lipstick === | ||
− | + | Also good to have a fallback system: the minimal Nemo installation: | |
− | + | * disabled meegotouch-systemui | |
+ | * stripped out many packages & apps | ||
+ | * no contactsd etc | ||
+ | Only to be used for performance/stability tests, because otherwise it breaks the integrity of Nemo Mobile. | ||
+ | |||
+ | mic create [[Community Workspace/Omap4/Pandaboard/mer-minimal-lipstick-pandaboard-armv7hl.ks|mer-minimal-lipstick-pandaboard-armv7hl.ks]] | ||
== History == | == History == | ||
[[Workspace/Omap4/Pandaboard/History|...of how it all went]] | [[Workspace/Omap4/Pandaboard/History|...of how it all went]] | ||
+ | |||
+ | == Screenshots == | ||
+ | |||
+ | [[File:pandaboard-lipstick-settings-2013-01-16.png|400px]] |
Latest revision as of 19:00, 29 May 2013
This is WIP
Contents |
[edit] Status
Device Profile | Boots | Display | Touchscreen | Wireless | Mobile Data | BT | H/W Accel. GFX | Sensors | GPS | Audio |
---|---|---|---|---|---|---|---|---|---|---|
Pandaboard | Yes | Yes, HDMI->DVI oob | testers welcome (check this for options) | crash in Settings->Connections->Wifi | testers welcome (Huawei Exxx USB UMTS, like E220, are known to work well with Linux dev boards) | NEMO#174 | Yes | evtest-capture lists accelerometer. That's all for now :) | any USB GPS will do. testers welcome | testers welcome |
Pandaboard ES | Yes | Yes, HDMI->DVI oob | testers welcome (check this for options) | crash in Settings->Connections->Wifi [hangs UI] | testers welcome (Huawei Exxx USB UMTS, like E220, are known to work well with Linux dev boards) | NEMO#174 | Yes | Nothing relevant under evtest-capture. sensord log shows many errors | any USB GPS will do. testers welcome | testers welcome |
[edit] Install
- Download nemo-armv7hl-pandaboard-rnd.ks
- build image with:
mic cr raw nemo-armv7hl-pandaboard-rnd.ks --outdir=tmp/ \ --tokenmap=MER_RELEASE:latest,NEMO_RELEASE:latest,FLAVOUR:devel --arch=armv7hl --pkgmgr=zypp
- SD card flashing:
dd if=tmp/nemo-armv7hl-pandaboard-rnd-mmcblk0p.raw of=/dev/sdX bs=4096
[edit] minimal-lipstick
Also good to have a fallback system: the minimal Nemo installation:
- disabled meegotouch-systemui
- stripped out many packages & apps
- no contactsd etc
Only to be used for performance/stability tests, because otherwise it breaks the integrity of Nemo Mobile.
mic create mer-minimal-lipstick-pandaboard-armv7hl.ks