You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have dumped some data but Im getting an error
Inconsistency between hex data and ASCII data in line (or the lines before):
'e1000020: 696c6968 0078756e 00000000 00000000 hilinux.........'
The script checks (where possible) if the hex dump and the ASCII representation are consistent.
They are inconsistent in the example above: The script expects a byte per byte dump, but this looks like 32-bit little endian ( e.g. 696c6968 little endian is 68 69 6c 69, which is hili).
Can you shed some light on how you obtained this dump? (u-boot command, version, platform)
So I have dumped some data but Im getting an error
Inconsistency between hex data and ASCII data in line (or the lines before):
'e1000020: 696c6968 0078756e 00000000 00000000 hilinux.........'
what can I do to fix this ?
The text was updated successfully, but these errors were encountered: