Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hello,
Welcome back! Post away and hack the planet!

Join the forum, it's quick and easy

Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hello,
Welcome back! Post away and hack the planet!

Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hacks, Mods and F**k-Ups!

Latest topics

» Problem with hardware detection in Pandaboard.
Guide to compile an OMAP kernel EmptyFri Dec 20, 2013 2:41 am by vismay

» Play and Seek
Guide to compile an OMAP kernel EmptyTue Jul 30, 2013 4:27 am by ShadeShaman

» USB, slow speed enforcement
Guide to compile an OMAP kernel EmptyWed Dec 05, 2012 3:18 am by rron

» Unable to Solve Any Type of PC Issue ?
Guide to compile an OMAP kernel EmptyThu Jul 26, 2012 11:02 pm by Razila

» Serial communication between Panda and Arduino Mega
Guide to compile an OMAP kernel EmptyWed Jul 04, 2012 8:44 pm by Guidomo

» help foe connecting wince device to pc using active sync
Guide to compile an OMAP kernel EmptyMon Mar 19, 2012 5:36 pm by nisharamanak

» need help for programming windows ce to change lcd resolution
Guide to compile an OMAP kernel EmptyWed Feb 29, 2012 1:40 pm by nisharamanak

» Unified Linux
Guide to compile an OMAP kernel EmptyThu Jul 21, 2011 2:00 pm by admin

» Custom Kernels and Projects!
Guide to compile an OMAP kernel EmptyThu Jul 21, 2011 1:47 pm by admin

» How to overclock OMAP devices
Guide to compile an OMAP kernel EmptyTue Jul 19, 2011 10:55 am by admin

Log in

I forgot my password

Navigation

April 2024

MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


2 posters

    Guide to compile an OMAP kernel

    admin
    admin
    Admin
    Admin


    Posts : 43
    Points : 4986
    Karma : 7
    Join date : 2011-02-10
    Location : Australia

    Guide to compile an OMAP kernel Empty Guide to compile an OMAP kernel

    Post by admin Wed Jul 13, 2011 1:14 pm

    Hello!
    This is a guide to compile a Linux kernel (Android too) for OMAP cores!I am using the Pandaboard for this tutorial.First: We need cross compiling tool chains.
    Code:
    apt-get install git-core kernel-package fakeroot build-essential \
    curl libncurses-dev uboot-mkimageapt-get update
     apt-get install cpp-4.3-arm-linux-gnu  g++-4.3-arm-linux-gnu gcc-4.3-arm-linux-gnu
    export ARCH=arm
    export CROSS_COMPILE=arm-linux-gnueabi-
    Code:
     sudo apt-get install git
     
    Get the source:
    Code:
     git clone git://gitorious.org/pandaboard-kernel
    git branch --track ti-omap4 remotes/origin/ti-omap4
    git checkout ti-omap4
    Code:
     cd omap-kernel
    (Or whatever the file you downloaded is called!)Time to build:
    Code:

    make distclean
     make omap4_defconfig
     make menuconfig (*T[i]urn on whatever else you care about*)[/i]
     make uImage
    avatar
    trips


    Posts : 4
    Points : 4833
    Karma : 10
    Join date : 2011-02-11

    Guide to compile an OMAP kernel Empty Re: Guide to compile an OMAP kernel

    Post by trips Wed Jul 13, 2011 2:46 pm

    Awesome!

    What about make uImage -j3

      Current date/time is Fri Apr 19, 2024 7:40 pm