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
I am currently working on a BSP demo for our SPARC Leon2 based ASIC, what I observed is if CONFIG_LOG is 'y', everything works properly. But if CONFIG_LOG is 'n', it will crash when executing shell commands like 'help', 'ping', or 'kernel threads'.
The error message is tt = 0x07, mem_address_not_aligned
I hope someone can provide me some hint on what might be the reason or some suggestion on how to narrow down the root cause analysis, thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I am currently working on a BSP demo for our SPARC Leon2 based ASIC, what I observed is if CONFIG_LOG is 'y', everything works properly. But if CONFIG_LOG is 'n', it will crash when executing shell commands like 'help', 'ping', or 'kernel threads'.
The error message is
tt = 0x07, mem_address_not_aligned
I hope someone can provide me some hint on what might be the reason or some suggestion on how to narrow down the root cause analysis, thank you.
Beta Was this translation helpful? Give feedback.
All reactions