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)
(→Install) |
|||
Line 37: | Line 37: | ||
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=zypp | --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 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 == |
Revision as of 09:57, 2 April 2013
This is WIP
Contents |
Status
Device Profile | Boots | Display | Touchscreen | Wireless | Mobile Data | H/W Accel. GFX | Sensors | GPS | Audio |
---|---|---|---|---|---|---|---|---|---|
Pandaboard | Yes | Yes, HDMI out of box | testers welcome (check this for options) | crash in Settings->Connections->Wifi | testers welcome (Huawei Exxx USB UMTS, like E220, were been known to work well with Linux dev boards) | Yes | evtest lists accelerometer. That's all for now :) | testers welcome | testers welcome |
Pandaboard ES | hangs | HDMI: some; DVI-D: untested | testers welcome | testers welcome | testers welcome | testers welcome | testers welcome | testers welcome | testers welcome |
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
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 it breaks the integrity of Nemo Mobile.
mic create mer-minimal-lipstick-pandaboard-armv7hl.ks