From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 09 May 2013 23:09:29 +0800 Subject: [U-Boot] Loading Linux Image on AT91SAM9263-EK In-Reply-To: References: Message-ID: <518BBC29.1070503@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Pranav, On 05/09/2013 10:02 PM, pranav yamjala wrote: > I am trying to port linux on the same board as mentioned in the subject. I > want to know how to configure the crosscompiler to build uimage or an image > of the kernel. I have got the other requirements like at91bootstrap > boot.bin and u-boot.bin ready configured for the board. I have also found > root file system and configured it as a jffs2 ext. The kernel i am not able > to build as i dont know what crosscompiler to use. For the cross compiler, you can use CodeSourcery toolchain or the toolchain build from buildroot, you can choose the one you prefer. Best Regards, Bo Shen