* Modules and inserting into kernel
@ 2008-09-15 11:36 VenkataKrishna
2008-09-15 11:53 ` Laurent Pinchart
2008-09-15 11:54 ` Marco Stornelli
0 siblings, 2 replies; 3+ messages in thread
From: VenkataKrishna @ 2008-09-15 11:36 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 232 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 2010 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Modules and inserting into kernel
2008-09-15 11:36 Modules and inserting into kernel VenkataKrishna
@ 2008-09-15 11:53 ` Laurent Pinchart
2008-09-15 11:54 ` Marco Stornelli
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2008-09-15 11:53 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: VenkataKrishna
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
Hi,
On Monday 15 September 2008, VenkataKrishna wrote:
>
> 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.
To compile the modules just run
make modules
in the kernel source tree. After copying the modules to the target, load them with insmod or modprobe (read the manpage for both commands).
Best regards,
--
Laurent Pinchart
CSE Semaphore Belgium
Chaussee de Bruxelles, 732A
B-1410 Waterloo
Belgium
T +32 (2) 387 42 59
F +32 (2) 387 42 75
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Modules and inserting into kernel
2008-09-15 11:36 Modules and inserting into kernel VenkataKrishna
2008-09-15 11:53 ` Laurent Pinchart
@ 2008-09-15 11:54 ` Marco Stornelli
1 sibling, 0 replies; 3+ messages in thread
From: Marco Stornelli @ 2008-09-15 11:54 UTC (permalink / raw)
To: VenkataKrishna; +Cc: linuxppc-embedded
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-15 11:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 11:36 Modules and inserting into kernel VenkataKrishna
2008-09-15 11:53 ` Laurent Pinchart
2008-09-15 11:54 ` Marco Stornelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox