(→Download locations) |
(→Download locations) |
||
| Line 26: | Line 26: | ||
This is due to schedule conflict with the effort that is currently open sourcing related drivers to Linux Kernel upstream. We will add support to those as soon as possible, and thay will be available at least development repositories and images in coming weeks. | This is due to schedule conflict with the effort that is currently open sourcing related drivers to Linux Kernel upstream. We will add support to those as soon as possible, and thay will be available at least development repositories and images in coming weeks. | ||
| - | == | + | == Where to get kickstart - how to build an image == |
The kickstartfile for the closed image is available at: http://tablets-dev.nokia.com/meego-codedrop.php | The kickstartfile for the closed image is available at: http://tablets-dev.nokia.com/meego-codedrop.php | ||
Contents |
under construction check again a bit later - sorry
released at 30/6/2010
It is intended for MeeGo developers for development purposes, and
- has no value for end users
- has value for MeeGo application developers.
- Handset UX
- Some reference Applications
- Modem drivers and protocol stack
- Modem audio drivers
This is due to schedule conflict with the effort that is currently open sourcing related drivers to Linux Kernel upstream. We will add support to those as soon as possible, and thay will be available at least development repositories and images in coming weeks.
The kickstartfile for the closed image is available at: http://tablets-dev.nokia.com/meego-codedrop.php
You have to add the following lines to the /etc/mic2/mic2.conf in order to make the closed repository work
[nokia-closed] enabled=1 name=Nokia-Closed baseurl=http://URL-TO-YOUR-REPO.COM save=1
replace URL-TO-YOUR-REPO.COM with the one you get from http://tablets-dev.nokia.com/meego-codedrop.php (author is unsure - CONFIRM??)
Follow the instructions in Creating_ARM_image_using_MeeGo_Image_Creator to create the install image with mic-image-creator.
The created raw image can be flashed directly to SD card with a card reader. The other method is to mount the card using ARM/N900/Using Rescue Initrd and writing the card with N900.
UNDER Construction