[U-Boot] Uboot-Mini2440 Not recognizing ARP replies

2011-07-29 Thread Embedded User
Hi I am using a Mini2440 Board and using Uboot-1.3.2 on it. I am connecting it to a my Host Machine which has Ubuntu 11.04 on it. After downloading the Uboot image on the board, through USB, I am able to boot up and set the environment variables like ipaddr,serverip, netmask and ethaddr, to

[U-Boot] uboot not responding to ping to ubuntu

2011-07-15 Thread Embedded User
Hi All, I am facing a very strange problem. I have a MINI2440 SBC which I am connecting to my laptop with Ubuntu11.04. I have downloaded the Uboot configured for mini2440 and its version is 1.3.2. I have successfully transferred the Uboot code on the SBC. But when I am trying to do a TFTP from

[U-Boot] undefined reference error

2011-05-22 Thread google user
Hi I am adding boot support from OneNand for OMAP3430 SoC- based zeus board in uboot. While compiling the code, start.S gets copied from arch/arm/cpu/armv7/ to onenand_ipl/board/zeus/location and then I get the following error. start.o: In function `call_board_init_f':

[U-Boot] How to adapt top-level Makefile tricks to current boards.cfg

2010-09-01 Thread os user
Hi All, In top-level Makefile, there are some tricks to support more config items. For example, Lite5200_config \ Lite5200_LOWBOOT_config \ Lite5200_LOWBOOT08_config \ icecube_5200_config \ icecube_5200_LOWBOOT_config

Re: [U-Boot] Help about a simplified bootloader.

2009-04-08 Thread os user
On Wed, Apr 8, 2009 at 2:42 PM, Shankar Ganesh shankargane...@gmail.com wrote: On Tue, Apr 7, 2009 at 11:02 AM, os user gnuse...@gmail.com wrote: Hi, The data in NAND chip(linux kernel and RootFS)  is the same when booting linux from U-Boot and from the simple loader. :-( On Sat, Apr 4

Re: [U-Boot] Help about a simplified bootloader.

2009-04-06 Thread os user
Hi, Actually the code is based on Atmel's bootstrap. On Fri, Apr 3, 2009 at 7:57 PM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 14:44 Fri 03 Apr     , os user wrote: Hi all, I want to boot linux by a simplified bootloader. I use Atmel's ARM chip (AT91SAM9RL64EK board

Re: [U-Boot] Help about a simplified bootloader.

2009-04-06 Thread os user
Sure, the Code will be GPL based. On Sat, Apr 4, 2009 at 1:51 AM, Wolfgang Denk w...@denx.de wrote: Dear os user, In message 34f262ce0904022344u6e27ad07g8263785dd36ac...@mail.gmail.com you wrote: I want to boot linux by a simplified bootloader. I use Atmel's ARM chip (AT91SAM9RL64EK board

Re: [U-Boot] Help about a simplified bootloader.

2009-04-06 Thread os user
Hi, The data in NAND chip(linux kernel and RootFS) is the same when booting linux from U-Boot and from the simple loader. :-( On Sat, Apr 4, 2009 at 12:53 AM, Scott Wood scottw...@freescale.com wrote: On Fri, Apr 03, 2009 at 02:44:03PM +0800, os user wrote: I want to boot linux

[U-Boot] [PATCH] nand booting support (SPL) for phyCORE-i.MX31

2008-11-29 Thread user
nand booting support (SPL) for phyCORE-i.MX31 This patch allows Phytec phyCORE-i.MX31 based system to boot from embed NAND-flash memory.It not add support for NAND cmd and/or driver for U-BOOT, it is only SPL for U-BOOT. For NAND support in U-BOOT I give refer to Magnus Lilja's aug/2008 patch