BSP A8_01.01.00
There are several makefile.inc's in the bootloader subdirectory that copy the output file to an "F:" drive.
This is bad practice. My "F:" drive is not used for this stuff.
Also, you might want to check the timing delays in the bootloader. According to my viewing on an o'scope all the delays are exactly half of what the comment says:
For example:
// wait for at least 1000us
OALStall(1000);
ends up being ~500us.