failed to burn bare board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

failed to burn bare board

2,574 次查看
robinfeng
Contributor II

we cannot burn bare board(imx25, ddr2, NAND flash), it looks always running in bootstrap. below log:

Read from device(0):1
write to device(0):1
Read from UART pending, timeout:0
Getoverlappedresult in comm port
Read from UART:4, left:0
Read from device(0):1
write to device(0):1
Transfer Size: 16384
write to device(0):1
Transfer Size: 16384
write to device(0):1
Transfer Size: 16384
write to device(0):1
write to device(0):1
Read from UART pending, timeout:0
Getoverlappedresult in comm port
Read from UART:4, left:0
Read from device(0):1
write to device(0):1
write to device(0):1
Read from UART pending, timeout:0
Getoverlappedresult in comm port
Read from UART:4, left:0
Read from device(0):1
>> Jump2 Ramkernel result:0x88888888
write to device(0):1
Read from UART pending, timeout:0
Getoverlappedresult in comm port
Read from UART:4, left:4
Read from UART pending, timeout:0
Read from UART pending, timeout:1
Read from UART pending, timeout:2
Read from UART pending, timeout:3
Read from device(0):0
write to device(0):1
Read from UART pending, timeout:0
Getoverlappedresult in comm port
Read from UART:4, left:0
Read from device(0):1

click program, trace source code still stay as below:


// check if is bootstrap
if (retBuf[0] == 0x56 || retBuf[0] == 0x12)
{
*len = 0;
return RET_SUCCESS; //still return here
}

who met same issue? can you share your experience? thanks.

0 项奖励
回复
1 回复

438 次查看
igorpadykov
NXP Employee
NXP Employee

Hi robin

one can try mfg tool  for programming nand

How to create your own Mfgtool firwmare 

Mfgtool can't connect in windows7 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复