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)
Line 5: | Line 5: | ||
== Kickstart == | == Kickstart == | ||
− | Download the following kickstart to the SDK | + | 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 == | == Build an Image == | ||
Line 16: | Line 18: | ||
Write to sdcard | 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 | Until the kernel is packaged you will need to add the following files to the sdcard image | ||
− | Copy | + | 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 |
Revision as of 21:52, 22 March 2012
Contents |
Vivaldi Tablet
Kernel
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
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