(Created page with "Category:devguide Category:meego-1.1 Category:tutorial Category:application-developer '''Note:''' This page is work-in-progress (26 Oct 2010). This page instruc…") |
|||
| Line 7: | Line 7: | ||
This page instructs in installing the MeeGo image and configuring device access when using a N900 device for your development work. | This page instructs in installing the MeeGo image and configuring device access when using a N900 device for your development work. | ||
| + | |||
| + | =Prerequisites = | ||
| + | |||
| + | You need to set up a MeeGo SDK environment: | ||
| + | |||
| + | * [[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|SDK on Linux]] | ||
= Installing the MeeGo image on your N900 device = | = Installing the MeeGo image on your N900 device = | ||
Note: This page is work-in-progress (26 Oct 2010).
This page instructs in installing the MeeGo image and configuring device access when using a N900 device for your development work.
You need to set up a MeeGo SDK environment:
These instructions cover installing the MeeGo image on the N900 using an external SD card without destroying the data from the internal memory of the N900. For more information on this way of installing MeeGo, see http://wiki.meego.com/ARM/N900/Install/MMC. For information on other ways of installing MeeGo, see http://wiki.meego.com/ARM/N900.
On Ubuntu and openSUSE:
sudo fdisk -l
sudo -l fdisk output before and after inserting the SD card.)
sudo umount <sd card>
1.0.99 > folder with the latest update* > handset/ > images/ > meego-handset-armv7l-n900/ > meego-handset-armv7l-n900-<meego image version number>-mmcblk0p.raw.bz2.
meego-handset-armv7l-n900-<meego image version number>-vmlinuz-<kernel version number>-n900.
$ sudo dd bs=4096 if=<raw_image> of=/dev/<SD card>
maemo_flasher-3.5_2.5.2.2_i386.deb.
$ sudo dpkg -i maemo_flasher-<version number>i386.deb
$ sudo flasher-3.5 -l -k <kernel image> -b
maemo_flasher-3.5_2.5.2.2.tar.gz and decompress it with the command:
tar xzvf <name of tar file>
maemo_flasher-3.5_2.5.2.2.
$ sudo <path to flasher>flasher-3.5 -l -k <kernel image> -b
Next time you boot the device, the original kernel is used and your MeeGo OS should boot normally.
To configure device access:
If the message "Could not connect to host" is displayed, check your setting selections and make sure that the network is connected.