From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 21 Sep 2011 13:44:21 -0500 Subject: [U-Boot] new image for Freescale MPC8313 In-Reply-To: References: Message-ID: <4E7A3085.2030701@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/21/2011 07:05 AM, David Pauli wrote: > Hey guys, > > I search a new, updated, image with kernel for Freescale MPC8313-RD-Board. > There is only a version with an u-boot-version of 2008. > > Is there any image? Or is there a possibility to build my own image? Just build the current mainline U-Boot tree (or most recent release). Assuming you're booting from NOR flash (this is the default configuration), you'll want to configure the target as MPC8313ERDB_33 or MPC8313ERDB_66, depending on your board's crystal frequency. Early revisions of mpc8313erdb used 66 MHz, later revisions use 33 MHz. -Scott