failed to burn bare board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

failed to burn bare board

2,501 Views
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 Kudos
1 Reply

365 Views
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 Kudos