[E3-hacking] Trying to load u-boot from NAND.

Jonathan McDowell noodles at earth.li
Tue Apr 25 13:49:31 BST 2006


On Tue, Apr 25, 2006 at 01:36:52PM +0100, Matt Callow wrote:
> Jonathan McDowell wrote:
> >It's rough and ready, but please, someone tell me what blindingly
> >obvious thing I'm missing that means it doesn't work!
> Think I've fixed it. I now get:
...    
> Seems to be a problem with data alignment?
  
> -	*(volatile u16 *) 0x08000000 = ams_delta_latch2_val;
> +	*(volatile u8 *) 0x08000000 = ams_delta_latch2_val;

Given that this appears to be what fixes it, yes, that seems likely.
However it now works for me too, so thanks for that. Now all I need to
do is finish the routine to read u-boot from NAND.

J.

-- 
Programmer, | Suburbia: where they tear out the  | Tel/SMS (Vodafone):
sysadmin &  |  trees & then name streets after   |   +44-7974-678646
BHMF.       |               them.                |  Made by HuggieTag



More information about the e3-hacking mailing list