Re: [U-Boot] do_jffs2_ls fails

2009-10-26 Thread Ricardo Martínez
jffs2 format. Silly question and my fault. Thank you very much for your help -Mensaje original- De: Wolfgang Denk [mailto:w...@denx.de] Enviado el: lunes, 26 de octubre de 2009 15:20 Para: Ricardo Martínez CC: u-boot@lists.denx.de Asunto: Re: [U-Boot] do_jffs2_ls fails Dear =?iso-8859-1?

Re: [U-Boot] do_jffs2_ls fails

2009-10-26 Thread Ricardo Martínez
e] Enviado el: lunes, 26 de octubre de 2009 15:20 Para: Ricardo Martínez CC: u-boot@lists.denx.de Asunto: Re: [U-Boot] do_jffs2_ls fails Dear =?iso-8859-1?Q?Ricardo_Mart=EDnez?=, In message you wrote: > > I'm trying to execute ls command from u-boot shell, but it fails. ... > Ta

[U-Boot] do_jffs2_ls fails

2009-10-26 Thread Ricardo Martínez
Hi, I'm trying to execute ls command from u-boot shell, but it fails. My board consists of an ARM926ej, 128MB of NOR flash (at 0x2000 after remap) and 64MB of DDRII at 0x. u-boot is running perfectly appart from this. This means that it loads linux correctly when I have uImage in

[U-Boot] Writing files to filesystem

2009-08-31 Thread Ricardo Martínez
Hi, I would like to write text files to JFFS2 filesystem from an application launched by u-boot. I mean something similar to C library functions fopen and fprintf. The purpose is programming a simple logger. I've been taking a look at the sources and I think fopen and fprintf or similars do n

Re: [U-Boot] ARM926ej, trying to serve interrupt

2009-08-27 Thread Ricardo Martínez
ete address depending on interrupt source. With install_hdlr we define where to jump after. This example makes me think I'm missing a lot of things for ARM926... Regards, Ricardo -Mensaje original- De: Wolfgang Denk [mailto:w...@denx.de] Enviado el: miércoles, 26 de agosto de 200

[U-Boot] ARM926ej, trying to serve interrupt

2009-08-26 Thread Ricardo Martínez
Hi, I'm trying to printf something when one timer generates an interrupt. u-boot version is 1.3.4. The steps I've followed: - #define CONFIG_USE_IRQ - I've enabled interrupts - I've enabled timer interrupt - I've enabled timer - I've checked interrupt masks - I've checked interrupt status fla