From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Mon, 10 Feb 2014 13:31:31 +0100 Subject: [U-Boot] is u-boot config arndale working? In-Reply-To: References: <52F8A5EB.5040205@free.fr> Message-ID: <52F8C6A3.1070403@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 10/02/2014 13:17, Mj Embd a ?crit : > On 2/10/14, Guillaume Gardet wrote: >> Hi, >> >> >> Le 10/02/2014 10:22, Mj Embd a ?crit : >>> Hi, >>> >>> Compiled Head and flashed u-boot.bin for arndale config. No display on >>> terminal in uboot. >>> Switched to linaro git (u-boot-linaro-stable.git) and u-boot log is >>> showing up. >>> >>> Something wrong? >>> >> You need to copy BL1 image, arndale-spl.bin and u-boot-dtb.bin to the right >> offsets on your SD card. >> > BL1 at offset 1 > SPL at offset 17 > Uboot.bin at 49 > > The only difference is I used u-boot.bin. Should it make a difference? Once built you have u-boot.bin and u-boot-dtb.bin. You should use u-boot-dtb.bin. Maybe try to replace the SPL too. Guillaume