Miguel Garcia Lopez wrote:
> 
> Hello,
> 
>         I am able to succesfully compile and run a 2.4.1-rmk1-np2 kernel on an
> Assabet board *without* Neponset attached. This kernel is compiled with
> support for Neponset, although I do not connect it to the Assabet, and
> the other options are mostly the defaults.
> 
>         But when I build it without Neponset support, just differing in:
> 
> working .config:  CONFIG_ASSABET_NEPONSET=y
> "bad" .config:    # CONFIG_ASSABET_NEPONSET is not set
> and ...
> working .config:  --nothing--
> "bad" .config:    CONFIG_SA1111=y
> 
> it does not work at all. I do not even see anything on the LCD and
> cannot connect with minicom.
> 
> I am downloading it with angelboot and Angel208a is loaded into flash
> ramdisk is also that provided with angel-kit.
> 
> Any idea what might be happening?

For standalone Assabet, use:

        make assabet_config
        make oldconfig
        make dep
        make zImage

For Assabet with Neponset module installed, use:

        make neponset_config
        ...

        
> 
> Thanks,
> 
>         Miguel
> 
> _______________________________________________
> http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
> Please visit the above address for information on this list.

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to