Using an RZ/T1 starter kit and this app note claims that it will reboot after updating bank1 using FoE. It sets bReBoot to TRUE in bootmode.c but the condition to perform BL_Reboot() is: if(stateTrans == BOOT_2_INIT && BL_CheckRebootFlag() == TRUE)
I don't see where this project sets stateTrans to BOOT_2_INIT.