From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 03 Mar 2016 10:48:09 +0100 Subject: [U-Boot] Newbie SPL question for socfpga_sockit In-Reply-To: References: <56C53059.4020505@electromag.com.au> <56D76F12.6060006@opensource.altera.com> Message-ID: <56D80859.4080208@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/03/2016 07:55 AM, George Broz wrote: > On 2 March 2016 at 14:54, Dinh Nguyen wrote: > >>> socfpga_common.h and re-built the project. I picked up >>> spl/u-boot-spl-dtb.sfp and >>> u-boot-dtb.img and transferred them to the SD card with: >>> >>> dd if=u-boot-spl-dtb.sfp of=/dev/sdf3 bs=64k seek=0 >>> dd if=u-boot-dtb.img of=/dev/sdf3 bs=64k seek=4 >>> >> >> You can just do a 'make u-boot-with-spl.sfp' and burn the >> u-boot-with-spl.sfp file straight to the a2 partition, or sdf3. >> > Thanks, Dinh. That's a time saver. > > On my version that target is: 'make u-boot-with-spl-dtb.sfp' This was changed after 2016.01 was out by the following patch: commit bd7dc3883bf4e61538e5519ca2d6798b3e8e0695 Author: Simon Glass Date: Sun Jan 31 18:10:53 2016 -0700 socfpga: Simplify Makefile filenames -- Best regards, Marek Vasut