Meego Wiki
Views

ARM/Meego on the Beagle

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Added link to precompiled kernel and modules.)
(First steps)
Line 8: Line 8:
*# bunzip meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw.bz2
*# bunzip meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw.bz2
*# sudo mount -o loop,offset=16384 meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw /mnt
*# sudo mount -o loop,offset=16384 meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw /mnt
-
* [http://wiki.meego.com/images/Meego-beagle-kernel.tar.bz2 MeeGo Beagleboard kernel and modules] contains precompiled uImage and kernel modules for Beagleboard. You need copy uImage to /boot partition of your SD card, and modules to /lib/modules directory on your root file system.
+
* [http://wiki.meego.com/images/Meego-beagle-kernel.tar.bz2 MeeGo Beagleboard kernel and modules] contains precompiled uImage and kernel modules (v2.6.34) for Beagleboard. You need copy uImage to /boot partition of your SD card, and modules to /lib/modules directory on your root file system.
* Since we are using rootfs tuned for N900, we can stop starting X by replacing id:5:initdefault: to id:3:initdefault: in /etc/inittab.
* Since we are using rootfs tuned for N900, we can stop starting X by replacing id:5:initdefault: to id:3:initdefault: in /etc/inittab.
-
 
+
* To fine tune above kernel follow these instructions:
-
This should get you up and running.
+
*# Copy meego-beagle-kernel.config from above archieve to your kernel compilation directory as .config
 +
*# make old_config
 +
*# Tune kernel options using: make xconfig
 +
*# You can now compile your kernel using: make uImage

Revision as of 13:59, 30 May 2010

This page is dedicated to getting MeeGo running on the Beagleboard. More info on the beagleboard can be found here

Because the processor for the beagleboard C4 is an OMAP3530 and the N900 currently sports a similar processor, it seems wise to start with the ARM page.

First steps

So far we've no image or kernel for beagleboard ready. But what works so far:

  • Take the n900 rootfs and extract to the rootfs partition of the beagle sdcard setup. You can mount rootfs of N900 from this image on /mnt by:
    1. bunzip meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw.bz2
    2. sudo mount -o loop,offset=16384 meego-n900-open-armv7l-1.0.0.20100525.1-sda.raw /mnt
  • MeeGo Beagleboard kernel and modules contains precompiled uImage and kernel modules (v2.6.34) for Beagleboard. You need copy uImage to /boot partition of your SD card, and modules to /lib/modules directory on your root file system.
  • Since we are using rootfs tuned for N900, we can stop starting X by replacing id:5:initdefault: to id:3:initdefault: in /etc/inittab.
  • To fine tune above kernel follow these instructions:
    1. Copy meego-beagle-kernel.config from above archieve to your kernel compilation directory as .config
    2. make old_config
    3. Tune kernel options using: make xconfig
    4. You can now compile your kernel using: make uImage
Personal tools