The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Vivaldi

From Mer Wiki
(Difference between revisions)
Jump to: navigation, search
(Kernel)
(extlinux is needed as well, it's not in the SDK by default)
Line 14: Line 14:
  
 
Install the Mer Platform SDK , http://wiki.merproject.org/wiki/Platform_SDK
 
Install the Mer Platform SDK , http://wiki.merproject.org/wiki/Platform_SDK
 +
 +
Install extlinux, using the following command
 +
 +
sudo zypper install syslinux-extlinux
  
 
Use the following command line to build an image
 
Use the following command line to build an image

Revision as of 22:10, 22 March 2012

Contents

Vivaldi Tablet

Kernel

WIP

Kickstart

Download the following kickstart into your home accessible to the SDK

http://dl.dropbox.com/u/5715485/spark/plasmaactive-armv7l-c71-devel.ks

Build an Image

Install the Mer Platform SDK , http://wiki.merproject.org/wiki/Platform_SDK

Install extlinux, using the following command

sudo zypper install syslinux-extlinux

Use the following command line to build an image

sudo mic create raw plasmaactive-armv7l-c71-devel.ks -o . --pkgmgr=yum --arch=armv7l --logfile=spark-build.log

Write to sdcard

sudo dd of=/dev/sdd if=plasmaactive-armv7l-c71-devel-cardblksd.raw bs=4M

Until the kernel is packaged you will need to add the following files to the sdcard image

Copy the following to the first partition

http://dl.dropbox.com/u/5715485/spark/zenithink-fat-2m.tgz so you end up with the uImage at the top level dir

Copy following to the second partition at /lib/modules so you end up with /lib/modules/2.6.34

http://dl.dropbox.com/u/5715485/spark/zenithink-modules.tgz
Personal tools