From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.indiadomain.com (server.indiadomain.com [69.50.220.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 35AB5DE5AF for ; Mon, 15 Sep 2008 21:38:17 +1000 (EST) Received: from [122.169.149.2] (helo=venkatakrishna) by server.indiadomain.com with esmtpa (Exim 4.69) (envelope-from ) id 1KfCPF-0004rX-E9 for linuxppc-embedded@ozlabs.org; Mon, 15 Sep 2008 04:38:14 -0700 From: "VenkataKrishna" To: Subject: Modules and inserting into kernel Date: Mon, 15 Sep 2008 17:06:20 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C91755.62FD0D60" Message-Id: <20080915113818.35AB5DE5AF@ozlabs.org> List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C91755.62FD0D60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I installed ELDK kit and I compiled kernel uImage in linux. Now I want to build and compile device driver your target under MPC8260. How can I do this and inserting you module in Linux. Thanks & Regards Venkatakrishna Pari ------=_NextPart_000_0000_01C91755.62FD0D60 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

 

I installed ELDK kit and I compiled kernel uImage in = linux. Now I want to build and compile device driver your target under MPC8260. How = can I do this and inserting you module in Linux.

 

Thanks & Regards

Venkatakrishna Pari

------=_NextPart_000_0000_01C91755.62FD0D60-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nausicaa2.coritel.it (host254-130-static.190-82-b.business.telecomitalia.it [82.190.130.254]) by ozlabs.org (Postfix) with ESMTP id D51BDDE3EC for ; Mon, 15 Sep 2008 21:52:20 +1000 (EST) Message-ID: <48CE4CD8.6040500@coritel.it> Date: Mon, 15 Sep 2008 13:54:00 +0200 From: Marco Stornelli MIME-Version: 1.0 To: VenkataKrishna Subject: Re: Modules and inserting into kernel References: <20080915113818.35AB5DE5AF@ozlabs.org> In-Reply-To: <20080915113818.35AB5DE5AF@ozlabs.org> Content-Type: text/plain; charset=ISO-8859-15 Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , You can build the modules with "make modules" and install them with "make modules_install". After that, you can load your module with modprobe or insmod command. Regards. VenkataKrishna ha scritto: > > > I installed ELDK kit and I compiled kernel uImage in linux. Now I want to > build and compile device driver your target under MPC8260. How can I do this > and inserting you module in Linux. > > > > Thanks & Regards > > Venkatakrishna Pari > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by ozlabs.org (Postfix) with ESMTP id 69CB7DE8D6 for ; Mon, 15 Sep 2008 21:53:26 +1000 (EST) From: Laurent Pinchart To: linuxppc-embedded@ozlabs.org Subject: Re: Modules and inserting into kernel Date: Mon, 15 Sep 2008 13:53:19 +0200 References: <20080915113818.35AB5DE5AF@ozlabs.org> In-Reply-To: <20080915113818.35AB5DE5AF@ozlabs.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2344469.cTs9ddaLfF"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: <200809151353.21472.laurentp@cse-semaphore.com> Cc: VenkataKrishna List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --nextPart2344469.cTs9ddaLfF Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, On Monday 15 September 2008, VenkataKrishna wrote: >=20 > I installed ELDK kit and I compiled kernel uImage in linux. Now I want to > build and compile device driver your target under MPC8260. How can I do t= his > and inserting you module in Linux. To compile the modules just run make modules in the kernel source tree. After copying the modules to the target, load th= em with insmod or modprobe (read the manpage for both commands). Best regards, =2D-=20 Laurent Pinchart CSE Semaphore Belgium Chaussee de Bruxelles, 732A B-1410 Waterloo Belgium T +32 (2) 387 42 59 =46 +32 (2) 387 42 75 --nextPart2344469.cTs9ddaLfF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAkjOTLEACgkQ8y9gWxC9vpe1AACffwjH+WjFmRZmvNafIlmqqAiE 3skAoMf0bi6ZXU7HE2pkHe7ROfoePL9T =MbgP -----END PGP SIGNATURE----- --nextPart2344469.cTs9ddaLfF--