From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Sun, 27 Apr 2008 00:06:04 +0300 Subject: [U-Boot-Users] Problems with 1.3.3-rc1 on i.MX31ADS Message-ID: <1209243964.4426.19.camel@felix.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I've installed 1.3.3-rc1 on i.MX31ADS evaluation board and encountered several problems 1. loadaddr environment variable (as reported by printenv) is defined as loadaddr=(0x80000000 + 0x800000) This results in image loaded at address 0x0, and boot gets stuck. Redefining loadaddr as 0x80800000 fixes the problem. 2. dhcp command is undefined, only bootp is available. Thanks for adding i.mx31 support to u-boot. Hopefully i.mx27 support will follow soon. Felix.