[uClinux-dev] Small dought.

2007-03-28 Thread munirupa chandra
Hellow to all.Please help me in this regard. Currently i am trying "porting of uclinux to blackfin processor[bf533]",for this I have downloaded bin utilities related to Blackfin processor ie *.gz file.after that i unzipped the file with "gzip -d " next i excuted the command "tar

Re: [uClinux-dev] Small dought.

2007-03-28 Thread Phil Wilshire
Hi See this page for a quick start guide. http://docs.blackfin.uclinux.org/doku.php?id=bf533_quick_start I am not sure what you are trying to port but I suggest that you get the standard system working first. If you have already done this then things are looking up. There are several application

[uClinux-dev] PATCH to add Cobra5329 Board

2007-03-28 Thread Thomas Brinker
Hi Greg! Please find some new patches for the Cobra5329 Board in http://opensource.emlix.com/mcf5329/download/ This patchset is agains 2.6.20-uc0 "big" It includes: * update_include_to_use_generic_i2c_and_xbar.patch The changes to the i2c-mcf.c patch modified the driver to use I2C_MCF_* defin

Re: [uClinux-dev] uClinux microblze keyboard

2007-03-28 Thread Paula Stanciu
Hello, Thank you for responding to my email. How is the keyboard connected to the MicroBlaze? Are you using Xilinx's opb_ps2_dual core, or something else? That's the first step. Yes, the keyboard is connected using Xlinx's opb_ps2_dual core. I've also tried to compile the default keyboard dri

[uClinux-dev] [PATCH] : increase boa's stack

2007-03-28 Thread Philippe De Muyter
Due to favorable circumstances (rounding to the next power of two for the allocation of data+bss+stack), boa got a bigger stack than configured, and it needs it. If these favorable circumstances disappear, boa fails with various errors because its stack is too small. Here is a fix to give boa a big

Re: [uClinux-dev] [PATCH] : increase boa's stack

2007-03-28 Thread David McCullough
Jivin Philippe De Muyter lays it down ... > Due to favorable circumstances (rounding to the next power of two for the > allocation of data+bss+stack), boa got a bigger stack than configured, and > it needs it. > If these favorable circumstances disappear, boa fails with various errors > because it

Re: [uClinux-dev] [PATCH] fec cleanup : else + icr

2007-03-28 Thread Greg Ungerer
Hi Philippe, Philippe De Muyter wrote: Some cleanup : - Indent all the `else' the same way. - Improve the readability of mii_do_cmd. - On the MCF5272, there is no need to read the ICR before writing it : the bit 4n+3 is a write-enable for the bits 4n,4n+1 and 4n+2. Signed-off-by: Philippe De

Re: [uClinux-dev] Small dought.

2007-03-28 Thread munirupa chandra
Hellow sir , I am porting "ucLinux to Blackfin processor [BF533]", for that i am installing blackfin toolchain of version " blackfin-toolchain-elf-gcc-4.1-06r2-5.i386.rpm" downloaded from http://blackfin.uclinux.org/gf/project/toolchain/frs/ . I am strucking while executing "./configure --ta

Re: [uClinux-dev] BUG: scheduling while atomic

2007-03-28 Thread Greg Ungerer
Hi Assaf, Arnon, Assaf Harel wrote: Greg, Arnon, Any solution for this matter? I'm having the same problem here. No, I don't recall seeing this before. I haven't used kernels on the Montejade with preemption enabled. I will try this out in the next day or 2 and see if I can see what is up.

Re: [uClinux-dev] [PATCH] Fix coldfire timer initialisation

2007-03-28 Thread Greg Ungerer
Hi Philippe, Philippe De Muyter wrote: The coldfire timer runs from 0 to trr included, then 0 again and so on. It counts thus actually trr + 1 steps for 1 tick, not trr. Fix that Actual debugging work has been made on a 5272. I hope it's the same for the other coldfire's. Signed-off-by: Phili