An error was fixed in PIC32 bootloader. The previous implementations placed the interrupt vector table on a 1K-page aligned boundary. This table should be on a such a boundary. The user reset vector and the interrupt vector section addresses were switched to meet this requirement. Applications/bootloaders using the old reset vector will not work with applications/bootloaders using the new bootloader linker files.