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

2008-04-11 Thread Fabio Estevam
into RAM. Thanks, Fabio Estevam __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - This SF.net email is sponsored

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 kernel

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

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 on MX31ADS using U-boot To: Guennadi

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

2008-05-15 Thread Fabio Estevam
debugging purpose. Regards, Fabio Estevam - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [U-Boot-Users] mx31 litekit help

2008-07-21 Thread Fabio Estevam
. Regards, Fabio Estevam - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two

Re: [U-Boot-Users] Porting NAND drivers

2008-07-31 Thread Fabio Estevam
Tiju, Redboot on MX27ADS already supports NAND. Contact me offline if you need help with it. Regards, Fabio Estevam --- On Thu, 7/31/08, Tiju [EMAIL PROTECTED] wrote: From: Tiju [EMAIL PROTECTED] Subject: [U-Boot-Users] Porting NAND drivers To: u-boot-users@lists.sourceforge.net Date

Re: [U-Boot-Users] UBOOT port to i.MX27ADS - Network and NAND issues

2008-09-26 Thread Fabio Estevam
' command to compile your kernel. It will do the right thing. In case you are using LTIB to build your kernel you can do the following to generate an uImage for the MX27ADS: export SYSCFG_KTARG=uImage ./ltib -p kernel -f Regards, Fabio Estevam