Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-05-15 Thread Fabio Estevam
--- On Thu, 5/15/08, Jens Gehrlein <[EMAIL PROTECTED]> wrote: > Yippee! This works. > Thank you very much for this hint! > Where is this parameter documented? I didn't found > anything in > linux/Documentation or with google. Yes, this is a Freescale specific option as part of the BSP for mainl

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-05-14 Thread Jens Gehrlein
Hi Fabio, Fabio Estevam schrieb: > Hi Jens, > > Have you tried to pass the "jtag=on" option into the kernel command line? Yippee! This works. Thank you very much for this hint! Where is this parameter documented? I didn't found anything in linux/Documentation or with google. ... >> Apart from

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-05-14 Thread Fabio Estevam
Hi Jens, Have you tried to pass the "jtag=on" option into the kernel command line? Regards, Fabio Estevam --- On Wed, 5/14/08, Jens Gehrlein <[EMAIL PROTECTED]> wrote: > From: Jens Gehrlein <[EMAIL PROTECTED]> > Subject: Re: [U-Boot-Users] Loading a kernel

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-05-14 Thread Guennadi Liakhovetski
On Wed, 14 May 2008, Jens Gehrlein wrote: > Apart from that, verify that your console= > > command line parameter is correct, your machine ID matches, and that you > > don't have a jtag debugger like bdi2000 connected when you're trying to > > boot. > > I have the same problem on our board: I don

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-05-14 Thread Jens Gehrlein
Hi Guennadi, Guennadi Liakhovetski schrieb: ... Apart from that, verify that your console= > command line parameter is correct, your machine ID matches, and that you > don't have a jtag debugger like bdi2000 connected when you're trying to > boot. I have the same problem on our board: I don't

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-14 Thread Jens Gehrlein
Fabio Estevam schrieb: > Hi Jens, > > Yes, I used LTIB for building the kernel: > > export SYSCFG_KTARG=uImage > ./ltib -p kernel -m prep > ./ltib -p kernel -m scbuild > ./ltib -p kernel -m scdeploy > > The uImage is generated at: > .../rpm/BUILD/linux/arch/arm/boot/uImage > > Regards, > > Fa

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-14 Thread Fabio Estevam
Hi Jens, Yes, I used LTIB for building the kernel: export SYSCFG_KTARG=uImage ./ltib -p kernel -m prep ./ltib -p kernel -m scbuild ./ltib -p kernel -m scdeploy The uImage is generated at: .../rpm/BUILD/linux/arch/arm/boot/uImage Regards, Fabio Estevam --- Jens Gehrlein <[EMAIL PROTECTED]> wr

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-14 Thread Jens Gehrlein
Hi Fabio, Fabio Estevam schrieb: > Hi Guennadi, > > Now I generated uImage correctly and it boots fine. How did you build this Kernel? Did you use the LTIB? Regards Jens - This SF.net email is sponsored by the 2008 JavaOne

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-13 Thread Guennadi Liakhovetski
On Sun, 13 Apr 2008, Fabio Estevam wrote: > Now I generated uImage correctly and it boots fine. Good > Have you ever tried to boot U-boot from NAND > (K9K1G08U0B) on the i.MX31ADS? No, I have not. Thanks Guennadi --- Guennadi Liakhovetski -

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-13 Thread Fabio Estevam
Hi Guennadi, Now I generated uImage correctly and it boots fine. Have you ever tried to boot U-boot from NAND (K9K1G08U0B) on the i.MX31ADS? Thanks, Fabio Estevam --- Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > On Sat, 12 Apr 2008, Fabio Estevam wrote: > > > I tried to load the kerne

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Guennadi Liakhovetski
On Sat, 12 Apr 2008, Fabio Estevam wrote: > I tried to load the kernel at 0x8080, but this is > what I get: > Hit any key to stop autoboot: 0 > => run bootargs_base bootargs_nfs > => tftp 8080 uImage > TFTP from server 10.29.244.101; our IP address is > 10.29.244.102 > Filename 'uImage'.

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Fabio Estevam
Hi Guennadi, I tried to load the kernel at 0x8080, but this is what I get: Hit any key to stop autoboot: 0 => run bootargs_base bootargs_nfs => tftp 8080 uImage TFTP from server 10.29.244.101; our IP address is 10.29.244.102 Filename 'uImage'. Load address: 0x8080 Loading: ###

Re: [U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-12 Thread Guennadi Liakhovetski
On Fri, 11 Apr 2008, Fabio Estevam wrote: > I am using U-boot 1.3.2 with the MX31ADS patches > posted by Guennadi Liakhovetski. > > I would like to load the zImage kernel from Freescale > Linux BSP via TFTP and mount the rootfs via NFS. You nead a uImage. Just use the same kernel sources and do

[U-Boot-Users] Loading a kernel on MX31ADS using U-boot

2008-04-11 Thread Fabio Estevam
Hi, I am using U-boot 1.3.2 with the MX31ADS patches posted by Guennadi Liakhovetski. I would like to load the zImage kernel from Freescale Linux BSP via TFTP and mount the rootfs via NFS. Does anyone have an example for doing this? I am not sure what address should I use to load the kernel into