This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SFH Utility for OMAP-L138 Ver 2.30

Other Parts Discussed in Thread: OMAP-L138

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