On Tue, Mar 9, 2010 at 1:34 AM, Pablo Bitton <pablo.bit...@gmail.com> wrote:
> Hi,
>
> I've started working on beagle board.
>
> Using pre-compiled kernel (angstrom) - i've got nand driver loaded and 
> running.
>
> When I am trying to compile my own kernel from the source, I get error:
>
>>> probe of omap2-nand failed with -16 (EBUSY)

This happens because we moved 'gpmc_cs_request' from nand driver
(nand/omap2.c) probe to 'mach-omap2/gpmc-nand.c'.

>
> I've selected all configs for Nand...
>
> Am I missing something? Mux configuration? GPIO's?
> Anybody has any idea?

Yes. You need to adopt gpmc-nand.c for beagle boards.

For help you may have a look into below commits:
1. 
<http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commitdiff;h=c2798e9342a1394de966c31703e0410ee3988378>

2. 
<http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commitdiff;h=88c8460ac32283e2a25e36e4670ff5ab02f3b521>


-- 
Regards,
Vimal Singh
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to