Hi,
While erase command from the SFH Utility is hNandInfo->numBlocks will not be updated correctly?
Because, to erase the entire flash I have modified OMAP-L138_FlashAndBootUtils_2_30\Common\sft\src\uartboot.c as following
if (NAND_eraseBlocks(hNandInfo, DEVICE_NAND_RBL_SEARCH_START_BLOCK, hNandInfo->numBlocks) != E_PASS).
With this modification if I give erase command it never returns from that function. Initially I posted this query in WinCE Forum thread http://e2e.ti.com/support/embedded/f/353/t/129129.aspx
Thank You & Regards,
GSR