[uClinux-dev] uClinux on AT91

2007-02-12 Thread rflores
Hi all, I am again trying to run uClinux, I have got more external RAM in the board. I have got a own board design, closely to Atmel eb40a, the microcontroller is a AT91FR40162s (2Mb internal flash connected to CS0) and 4Mb of external RAM in two banks connected in CS1 and CS2,

[uClinux-dev] What's with the 'prop' directory?

2007-02-12 Thread glhs329
I gather the 'prop' directory is supposed to be used for proprietary code, but it seems to be built twice, once from lib/Makefile (see dir_5_y) and then again from user/Makefile (see dir_p). I'm using uClinux-dist-20060803. Isn't this redundant? It would make sense to me if lib's Makefile somehow

Re: [uClinux-dev] uClinux on AT91

2007-02-12 Thread Erwin Authried
Am Montag, den 12.02.2007, 15:09 +0100 schrieb rflores: > RedBoot> go 0x0220 > > > > But in the ARM ocuurs a Data Abort Exception. > > > > ¿Whats wrong? ¿ That other parameters I must change to run uClinux? > there can be 1000 reasons for an exception, without any detail

[uClinux-dev] Re: Illegal instruction - how to do

2007-02-12 Thread Martin Filtenborg
Message-ID: <[EMAIL PROTECTED]> Finally i got around to trying out your suggestion. I enabled the chipselect by setting the V-bit to 1. Yup - silly me... I removed the reference to m5272sim.h No good. Still no worky. Then I got to think about it - something still made the CPU decide it was ha

Re: [uClinux-dev] kswapd

2007-02-12 Thread Matvejchikov Ilya
2007/2/11, Aubrey Li <[EMAIL PROTECTED]>: On 2/11/07, Matvejchikov Ilya <[EMAIL PROTECTED]> wrote: > 2007/2/9, Aubrey Li <[EMAIL PROTECTED]>: > > On 2/9/07, Matvejchikov Ilya <[EMAIL PROTECTED]> wrote: > > > 2007/2/9, Aubrey Li <[EMAIL PROTECTED]>: > > > > On 2/9/07, Matvejchikov Ilya <[EMAIL PRO

Re: [uClinux-dev] What's with the 'prop' directory?

2007-02-12 Thread David McCullough
Jivin [EMAIL PROTECTED] lays it down ... > I gather the 'prop' directory is supposed to be used for proprietary > code, but it seems to be built twice, once from lib/Makefile (see > dir_5_y) and then again from user/Makefile (see dir_p). I'm using > uClinux-dist-20060803. Isn't this redundant? It

Re: [uClinux-dev] PCI Hotplug

2007-02-12 Thread Greg Ungerer
Hi Mehdi, Mehdi Zaeri wrote: I cant find such option. here is my config file: Sorry, yes, that option was removed from 2.6.17 onwards. It used to be in drivers/pci/Kconfig, as CONFIG_PCI_LEGACY_PROC. [snip] # CONFIG_HOTPLUG is not set BTW, do you want this set? Regards Greg On 2/2/07

[uClinux-dev] [PATCH] linux-2.6.20-uc0 for Nios2

2007-02-12 Thread Thomas Chou
Hi Greg, Please find the nios2 update to linux-2.6.20-uc0-big.patch . http://nioswiki.jot.com/WikiHome/OperatingSystems/%C2%B5Clinux/KernelPatches/linux-2.6.20-uc0-nios2-02.diff.gz Mostly cleanup for the new workqueue API and kernel termios. Thank you. Best regards, Thomas Chou _