Greetings,
The trick is to build a fallback image! The idea is that at least a fallback image is necessary. A normal image is optional. The normal image doesn't have the power on reset vector at 0xffff0 anyway, only the protected vector at 0xffff8. Also, the normal image gets linked to reside at 0xfffe0000.
G'day, sjames
On Mon, 3 Mar 2003, Ronald G. Minnich wrote:
On Mon, 3 Mar 2003, steven james wrote:
So you can either set USE_FALLBACK_IMAGE and edit Config to use noop_failover.inc, or just don't set 0x30 bit 0 and the checksum.
yes but ... if I build with normal, and it uses noop_failover, it still builds an image that is 1M-64K, leaving room for the fallback. How do I change this behaviour? I have told it hte ROM_SIZE is 1M
ron