From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Tue, 29 Nov 2011 12:11:48 +0100 Subject: [U-Boot] devkit8000: MMC/FAT booting problem with SPL Message-ID: <4ED4BDF4.3000502@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 List, there seems to be a problem in devkit8000 in combination with mmc boot. I have this error: OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img Error reading cluster spl: error reading image u-boot.img, err - -1 ### ERROR ### Please RESET the board ### Some exploring i did some time ago showed that this error is deep in the FAT implementation. (a pity that i don't have my notes on this anymore) I'am aware that there have been changes some time ago regarding FAT/SPL and malloc. Is someone able to guess where the problem might be - to be true I didn't had a clue from the FAT code. I will do some debugging later this day and post the results here. Thanks! Simon