Hi Leo,
Thanks for that. I have worked out how to download linux to the eMMC, the thing I missed was that I needed to edit the file cfg.ini so that section [LIST] reads:
name = SabreSD-eMMC
So I can successfully load Linux into the eMMC. The next problem I have run into though is that when trying to boot, uboot runs without any problems but when trying to boot linux I see the following message:
Hit any key to stop autoboot: 0
PHY indentify @ 0x1 = 0x004dd074
FEC: Link is Up 796d
Using FEC0 device
TFTP from server 192.168.0.1; our IP address is 192.168.0.2
Filename 'uImage'.
Load address: 0x10800000
Loading: T T T
I have Tftpd32 running and have set it to look in the folder where uImage is located, but it just won't download the file. I have pinged the server from uboot on the SABRE board and it reported that the server is alive, and I pinged the SABRE board from the PC and it responded to each ping. I'm sorry if I seem to be a pain, but I cannot work out what I've missed, from what I can see it looks as though the MFGTool should load a fully operational system into the eMMC. Is there a step that I've missed?
Andrew