Re: [U-Boot] Interrupts in uboot with ARM AT91SAM9 (V2)

2009-09-14 Thread Manuel Sahm
h... Manuel >>> Jean-Christophe PLAGNIOL-VILLARD 05.09.2009 02:49 >>> On 10:31 Thu 03 Sep , Manuel Sahm wrote: > Hello, > > I have to use interrupts in UBoot 1.3.4 - how could I enable them ? > > I have an AT91SAM9G20 - in ist header file I enable CO

[U-Boot] Antw: Re: Interrupts in uboot with ARM AT91SAM9 (V2)

2009-09-08 Thread Manuel Sahm
ch... Manuel >>> Jean-Christophe PLAGNIOL-VILLARD 05.09.2009 02:49 >>> On 10:31 Thu 03 Sep , Manuel Sahm wrote: > Hello, > > I have to use interrupts in UBoot 1.3.4 - how could I enable them ? > > I have an AT91SAM9G20 - in ist header file I enable CO

[U-Boot] Interrupts in uboot with ARM AT91SAM9 (V2)

2009-09-03 Thread Manuel Sahm
Hello, I have to use interrupts in UBoot 1.3.4 - how could I enable them ? I have an AT91SAM9G20 - in ist header file I enable CONFIG_USE_IRQ und uncomment the lines#ifdefc CONFIG_USE_IRQ #error #endif. I inserted the lines: #define CONFIG_STACKSIZE_IRQ (4*1024) #define CONFIG_STACKSIZE_FI

[U-Boot] Interrupts in uboot with ARM AT91SAM9

2009-09-03 Thread Manuel Sahm
Hello, I have to use interrupts in UBoot 1.3.4 - how could I enable them ? I have an AT91SAM9G20 - in ist header file I enable CONFIG_USE_IRQ und uncomment the lines#ifdefc CONFIG_USE_IRQ #error #endif. I inserted the lines: #define CONFIG_STACKSIZE_IRQ (4*1024) #define CONFIG_STACKSIZE_FIQ

Re: [U-Boot] howto get the nand flash enviroment variables inenv_init ?

2009-06-18 Thread Manuel Sahm
>>> Guennadi Liakhovetski 18.06.2009 13:23 >>> On Thu, 18 Jun 2009, Manuel Sahm wrote: > Hello, Please, do not top-post. > thanks for reply, > > this patch is very good in general, but the problem is that the > function nand_boot() is never called in my ar

Re: [U-Boot] howto get the nand flash enviroment variables inenv_init ?

2009-06-18 Thread Manuel Sahm
gt;> On Thu, 18 Jun 2009, Manuel Sahm wrote: > Hello, > > I want to use the "silent" paramter of ubbot in a dynamically way. > The problem is that I use a Nand Flash to store my uboot paramters. > > When the function env_init is called only the default enviroment

[U-Boot] howto get the nand flash enviroment variables in env_init ?

2009-06-18 Thread Manuel Sahm
Hello, I want to use the "silent" paramter of ubbot in a dynamically way. The problem is that I use a Nand Flash to store my uboot paramters. When the function env_init is called only the default enviroment is linked as the actual enviroment. After env_init the serial console is initialized and t

Re: [U-Boot] LAN Timeout

2008-09-09 Thread Manuel Sahm
Hello, does anybody have an idea to fix this problem ? Which paramter is for the "lan connection timeout" ? Please, please help me Thanks a lot Manuel Sahm >>> "Manuel Sahm" <[EMAIL PROTECTED]> 26.08.2008 10:44 >>> Hello, I have a probl

Re: [U-Boot] LAN Timeout

2008-08-31 Thread Manuel Sahm
Hello, isn“t anybody out there who could help me ? Thank you >>> "Manuel Sahm" <[EMAIL PROTECTED]> 26.08.2008 10:44 >>> Hello, I have a problem concnering the LAN Connection Timeout. I uses a Teridian Phy connected via MII Interface to an AT91SAM9260. A

[U-Boot] LAN Timeout

2008-08-26 Thread Manuel Sahm
when I boot my system, it takes some seconds to detect that no lan cable is plugged in and a timeout occurs. How could I speed up my booting sequence if there is no lan cable plugged in ? Thank you very much Best regards Manuel Sahm ___ U