From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 29 Jan 2014 08:45:09 +0100 Subject: [U-Boot] MAKEALL In-Reply-To: References: <20140129082446.57e6f80f@crub> Message-ID: <20140129084509.6c17b3c0@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de first, please keep mailing list in CC. On Wed, 29 Jan 2014 12:56:55 +0530 JYOTI DUBEY wrote: > How can I compile u-boot for arm processor and nitrogen6x board? install armv7a cross toolchain and setup the environment for cross compiling, then run ./MAKEALL nitrogen6q There are another targets for nitrogen6 board variants with more DRAM and/or dual or solo CPU: nitrogen6q2g, nitrogen6dl, nitrogen6dl2g, nitrogen6s, nitrogen6s1g. So, use what is suitable for your board variant. HTH, Anatolij