On Sun, Nov 19, 2006 at 07:45:54AM -0500, John Clark wrote: > Hello, > > Anyhow, because of the unconditional calls to valid_address() now, load > reports success but fails to actually write to memory outside of its > known range. For a quick fix, I put a check for > CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS around the calls to > valid_address(). Unfortunately, that breaks the load into flash feature > completely when address validation is disabled. Hi John. How does it break the load? Please could you try the attached patch. Thanks Andrew