
12 Nov
2014
12 Nov
'14
7:19 p.m.
Hi John,
On Wed, Nov 12, 2014 at 3:14 PM, John Tobias john.tobias.ph@gmail.com wrote:
This patch is for SPL support for iMX6 SabreSD. The said patches has been tested to work on SD2 and SD3 port of the said board.
After applying the following patches, it will produces SPL and u-boot.img binary images. You should run the two commands below to store it in your SD or eMMC.
sudo dd if=SPL of=/dev/xxx bs=1K seek=1; sync sudo dd if=u-boot.img of=/dev/xxx bs=1K seek=69
Thanks for working on this of for your patience.
It worked fine here:
Tested-by: Fabio Estevam fabio.estevam@freescale.com Reviewed-by: Fabio Estevam fabio.estevam@freescale.com