mfgtools icon indicating copy to clipboard operation
mfgtools copied to clipboard

UUU tool working in i.MX 8MM but not in i.MX 6UL

Open danie007 opened this issue 4 years ago • 8 comments

Hi,

We've tried flashing i.MX 6UL with UUU tool and it's not working on closed i.MX 6UL (ref: #235 ). However when we try to work on i.MX 8MMini EVK from NXP, UUU tool works seamlessly on closed device. So, we would like to know the reason and workaround for making UUU work with closed i.MX 6UL.

Feel free to revert for any details. Thanks in advance.

danie007 avatar Dec 14 '20 11:12 danie007

@nxpfrankli do you have any idea on this?

danie007 avatar Dec 14 '20 11:12 danie007

ping rom team again, wait for feedback.

nxpfrankli avatar Dec 14 '20 15:12 nxpfrankli

after failure, please use below command to dump log buffer

uuu sdp: RDMEM -addr 0x00901D14 --format 32

uuu sdp: RDMEM -addr 0x00901D18 --format 32

...

total 64 words. (0x00901E14)

nxpfrankli avatar Dec 15 '20 02:12 nxpfrankli

Hi @nxpfrankli ,

after failure

Thanks for the quick update. I ran the commands you mentioned above (I had to change --format to -format tho) after I kill my script (about 1 min) as my script tends to hang indefinitely.

RESULTS:

uuu sdp: RDMEM -addr 0x00901D14 -format 32 -> Value of address 0x00901D14: 0x00010001

uuu sdp: RDMEM -addr 0x00901D18 -format 32 -> Value of address 0x00901D18: 0x000200CC

The below screenshot is captured after running the above commands. Screenshot from 2020-12-15 11-39-27

Feel free to revert for more details.

CC @tkmozhi

danie007 avatar Dec 15 '20 06:12 danie007

please dump all memory from 0x00901D18 -- 0x00901E14

nxpfrankli avatar Dec 16 '20 03:12 nxpfrankli

dump all memory

@nxpfrankli Would you mind elaborating the steps?

danie007 avatar Dec 16 '20 05:12 danie007

One colleague is working on 7d with similar problem. Still not figure out the root cause.

nxpfrankli avatar Dec 15 '21 13:12 nxpfrankli

@nxpfrankli FYI: https://github.com/NXPmicro/mfgtools/issues/235#issuecomment-999315304

danie007 avatar Dec 22 '21 07:12 danie007