AT91SAM7X bootloader and application interrupt remapping

Hi All,

I want to implement a simple bootloader which communicates via ethernet only with a host (I won’t have any other access to the unit, so RS-232, USB is out of question). It would be a very simple code, to write the application into the flash, and execute it at startup.

I guess I won’t need any interrupts in the bootloader, but I’m sure I’ll have in the application.

I guess the bootloader before it starts the application should update the interrupt vector table, so when I jump to the application code, the application can use it.

Is anybody knows about any project where this is implemented?

Regards,

fpgakid