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
(extlinux is needed as well, it's not in the SDK by default)
Line 22: Line 22:
  
 
  sudo mic create raw plasmaactive-armv7l-c71-devel.ks -o . --pkgmgr=yum --arch=armv7l --logfile=spark-build.log
 
  sudo mic create raw plasmaactive-armv7l-c71-devel.ks -o . --pkgmgr=yum --arch=armv7l --logfile=spark-build.log
 +
 +
Pre-Built Image (23 March 2012) at http://dl.dropbox.com/u/5715485/spark/plasmaactive-armv7l-c71-devel-cardblksd.raw.bz2
  
 
Write to sdcard
 
Write to sdcard
Line 36: Line 38:
  
 
  http://dl.dropbox.com/u/5715485/spark/zenithink-modules.tgz
 
  http://dl.dropbox.com/u/5715485/spark/zenithink-modules.tgz
 +
 +
After untarring the files put this new kernel in the root of the boot partition
 +
 +
http://dl.dropbox.com/u/5715485/spark/uImage_cwm

Revision as of 18:48, 23 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

Pre-Built Image (23 March 2012) at http://dl.dropbox.com/u/5715485/spark/plasmaactive-armv7l-c71-devel-cardblksd.raw.bz2

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

After untarring the files put this new kernel in the root of the boot partition

http://dl.dropbox.com/u/5715485/spark/uImage_cwm
Personal tools