doubt

View: New views
3 Messages — Rating Filter:   Alert me  

doubt

by rajagopal venugopal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hi all,
 
 
my doubt is whether i can use my own kernel for for my own arm hardware and make the kernel work with debian GNU/Linux
--
sites.google.com/site/gnuelectronics
Thanks and regards,
Rajagopal V

Re: doubt

by martinwguy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/3/09, rajagopal venugopal <raj3501@...> wrote:
> my doubt is whether i can use my own kernel for for my own arm hardware and
> make the kernel work with debian GNU/Linux

Yes. I do this all the time. You may get problems if your kernel
configuration is very different from the config that debian kernels
use - if it lacks things like udev for example, but in general the
Debian filesystem seems quite tolerant of most config differences.
If you are building a kernel with module support, you will need to add
the modules under /lib/modules in your root filesystem. Example (from
the kernel build directory, assuming you have your rootfs mounted on
/dev/sda1)):

    INSTALL_MOD_PATH=/mnt/sda1 make modules_install

Good luck!

     M


--
To UNSUBSCRIBE, email to debian-arm-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: doubt

by Bill Gatliff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

rajagopal venugopal wrote:
>
> hi all,
>  
>  
> my doubt is whether i can use my own kernel for for my own
> arm hardware and make the kernel work with debian GNU/Linux

Yes.


b.g.

--
Bill Gatliff
bgat@...


--
To UNSUBSCRIBE, email to debian-arm-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...