boards: imx95_evk: a55: enlarge networking stack size
The issue is caused by default stack size 1500 bytes of NET_RX_STACK_SIZE
is to small for ARM64 platform, then the stack of net_rx thread is
overflow and break the net_mgmt thread's stack, as a result net_mgmt thread
is crashed.
So this patch will enlarge all the stack size of net stack threads.
Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com>
Loading
Please sign in to comment