Meego Wiki
Views

ARM/N900/Install/NAND

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Installing MeeGo image)
Line 14: Line 14:
== Different images ==
== Different images ==
-
There are two images available, open MeeGo image and one with some closed Nokia proprietary binaries. The open MeeGo image contains only opensource components and can be downloaded from FIXME.
+
There are two pre-built images available, open MeeGo image and one with some closed Nokia proprietary binaries. See [[ARM/Meego_images_for_N900|Meego images for N900]] for more details and instructions on obtaining the images.
The image with the closed Nokia proprietary binaries will add following functionalities:
The image with the closed Nokia proprietary binaries will add following functionalities:
Line 20: Line 20:
* WLAN firmware
* WLAN firmware
* BT frimware
* BT frimware
 +
 +
You can also create your own rootfs image. See [[ARM/Creating_ARM_image_using_MIC2|creating arm image with MIC2]] for instructions.
== Installing MeeGo image ==
== Installing MeeGo image ==

Revision as of 16:15, 31 March 2010

Under construction

WARNING: Flashing the MeeGo to your N900 will permanently erase your settings and may cause damage to your device. This image is meant for experienced developers only. We do not take any responsibility of the damage that may be caused to your device.

For the installation process you need to get the flasher tool from http://tablets-dev.nokia.com/maemo-dev-env-downloads.php

WARNING: With the open image the battery management is not functional so you may cause damage to your device.

Contents

Preparations

Before flashing:

  • Ensure that your battery is fully charged.
  • Unplug the charger and turn the device off.

Different images

There are two pre-built images available, open MeeGo image and one with some closed Nokia proprietary binaries. See Meego images for N900 for more details and instructions on obtaining the images.

The image with the closed Nokia proprietary binaries will add following functionalities:

  • Battery management (BME), without this you may cause damage to your battery.
  • WLAN firmware
  • BT frimware

You can also create your own rootfs image. See creating arm image with MIC2 for instructions.

Installing MeeGo image

Get the open MeeGo image and also the kernel by following the instructions from Meego images for N900 page.

1. Make sure your device is turned off and the battery is fully charged.

2. Remove the battery from the device.

3. Connect the device to computer with USB cable.

4. Next start the flasher software:

sudo flasher-3.5 -f -k <kernel_image> -r <meego.ubiimg> 

5. Put the battery back to the device.

6. If the flasher does not recognize the device go back to step 2.

After the flashing is complete power off the device by removing the battery and go to step 7 in case you are not using the closed Nokia binaries.

7. (Optional: For image without closed components): You need to also disable watchdogs if you are not using the closed components, especially the Battery Management Entity (BME). This can be done similarly to above, except the flasher command is following:

sudo flasher-3.5 --enable-rd-mode --set-rd-flags=no-omap-wd,no-ext-wd

After these steps you can remove the USB cable and put the battery back to the device. The device should boot to xterm with MeeGo codedrop image.

Adding closed components to open image

FIXME

Personal tools