The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Vivaldi
(→WiFi) |
|||
(11 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
== Kernel == | == Kernel == | ||
+ | |||
+ | WIP | ||
== Kickstart == | == 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 == | == Build an Image == | ||
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 | ||
+ | |||
+ | 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 | ||
+ | |||
+ | 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 | ||
+ | |||
+ | After untarring the files depending on which model (look at the serial number) you have put the following new kernel in the root of the boot partition, rename to uImage_cwm | ||
+ | |||
+ | http://dl.dropbox.com/u/5715485/spark/uImage_cwm_2m | ||
+ | http://dl.dropbox.com/u/5715485/spark/uImage_cwm_1n | ||
+ | http://dl.dropbox.com/u/5715485/spark/uImage_cwm_1f | ||
+ | |||
+ | == WiFi == | ||
+ | |||
+ | su | ||
+ | insmod /boot/8192cu.ko | ||
+ | exit | ||
+ | cd /usr/lib/connman/test | ||
+ | ./test-connman enable wifi | ||
+ | ./connect-service SSID password | ||
+ | |||
+ | If you have WEP set on your router use | ||
+ | |||
+ | ./connect-service SSID password wep | ||
− | + | I'll add the insmod to the next image |
Latest revision as of 14:00, 5 April 2012
Contents |
[edit] Vivaldi Tablet
[edit] Kernel
WIP
[edit] Kickstart
Download the following kickstart into your home accessible to the SDK
http://dl.dropbox.com/u/5715485/spark/plasmaactive-armv7l-c71-devel.ks
[edit] 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 depending on which model (look at the serial number) you have put the following new kernel in the root of the boot partition, rename to uImage_cwm
http://dl.dropbox.com/u/5715485/spark/uImage_cwm_2m http://dl.dropbox.com/u/5715485/spark/uImage_cwm_1n http://dl.dropbox.com/u/5715485/spark/uImage_cwm_1f
[edit] WiFi
su insmod /boot/8192cu.ko exit cd /usr/lib/connman/test ./test-connman enable wifi ./connect-service SSID password
If you have WEP set on your router use
./connect-service SSID password wep
I'll add the insmod to the next image