Hi all,
I am using the nRF5340 DK. I am trying to run the ncs/nrf/samples/openthread/cli sample with no changes. I have tested this in both ncs v2.7.0 and v2.6.2. I am able to successfully build and flash the devices onto the nRF5340 DK, but when I try to see the output using minicom, I get the following error.
Welcome to minicom 2.9 OPTIONS: I18n Compiled on May 3 2024, 16:19:02. Port /dev/ttyACM1, 14:05:36 Press CTRL-A Z for help on special keys 1;32muart:~$ [00:00:01.254,180] <err> spinel_ipc_backend: IPC endpoint bind timed out [00:00:01. uart:~$ [00:00:01.254,180] <err> spinel_ipc_backend: IPC endpoint bind timed out [00:00:01.254,211] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x50015000 [00:00:01.254,211] <err> os: r3/a4: 0x2000f4ec r12/ip: 0x00000003 r14/lr: 0x00013981 [00:00:01.254,241] <err> os: xpsr: 0x69100000 [00:00:01.254,241] <err> os: s[ 0]: 0x00000000 s[ 1]: 0xfffffffa s[ 2]: 0x00000001 s[ 3]: 0x000107d3 [00:00:01.254,272] <err> os: s[ 4]: 0x00000000 s[ 5]: 0x20019ecc s[ 6]: 0x00000000 s[ 7]: 0x000698e8 [00:00:01.254,272] <err> os: s[ 8]: 0x000699a0 s[ 9]: 0x00069928 s[10]: 0x0004e63b s[11]: 0x00069908 [00:00:01.254,272] <err> os: s[12]: 0x00069910 s[13]: 0x000699dc s[14]: 0x00069928 s[15]: 0x00016705 [00:00:01.254,302] <err> os: fpscr: 0x0001672d [00:00:01.254,302] <err> os: Faulting instructionddress (r15/pc): 0x0004e29c [00:00:01.254,333] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 [00:00:01.254,364] <err> os: Current thread: 0x20002e28 (main) [00:00:01.387,145] <err> fatal_error: Resetting system uart:~$ uart:~$ [00:00:01.254,211] <err> spinel_ipc_backend: IPC endpoint bind timed out [00:00:01.254,241] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x50015000 [00:00:01.254,241] <err> os: r3/a4: 0x2000f4ec r12/ip: 0x00000003 r14/lr: 0x00013981 [00:00:01.254,272] <err> os: xpsr: 0x69100000 [00:00:01.254,272] <err> os: s[ 0]: 0x00000000 s[ 1]: 0xfffffffa s[ 2]: 0x00000001 s[ 3]: 0x000107d3 [00:00:01.254,302] <err> os: s[ 4]: 0x00000000 s[ 5]: 0x20019ecc s[ 6]: 0x00000000 s[ 7]: 0x000698e8 [00:00:01.254,302] <err> os: s[ 8]: 0x000699a0 s[ 9]: 0x00069928 s[10]: 0x0004e63b s[11]: 0x00069908 [00:00:01.254,302] <err> os: s[12]: 0x00069910 s[13]: 0x000699dc s[14]: 0x00069928 s[15]: 0x00016705 [00:00:01.254,333] <err> os: fpscr: 0x0001672d [00:00:01.254,333] <err> os: Faulting instruction address (r15/pc): 0x0004e29c [00:00:01.254,364] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 [00:00:01.254,394] <err> os: Current thread: 0x20002e28 (main) [00:00:01.387,115] <err> fatal_error: Resetting system uart:~$ [00:00:01.254,150] <err> spinel_ipc_backend: IPC endpoint bind timed out [00:00:01.254,180] <err> os: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x50015000 [00:00:01.254,180] <err> os: r3/a4: 0x2000f4ec r12/ip: 0x00r: 0x00013981 [00:00:01.254,211] <err> os: xpsr: 0x69100000 [00:00:01.254,211] <err> os: s[ 0]: 0x00000000 s[ 1]: 0xfffffffa s[ 2]: 0x00000001 s[ 3]: 0x000107d3 [00:00:01.254,241] <err> os: s[ 4]: 0x00000000 s[ 5]: 0x20019ecc s[ 6]: 0x00000000 s[ 7]: 0x000698e8 [00:00:01.254,241] <err> os: s[ 8]: 0x000699a0 s[ : 0x00069928 s[10]: 0x0004e63b s[11]: 0x00069908 [00:00:01.254,241] <err> os: s[12]: 0x00069910 s[13]: 0x000699dc s[14]: 0x00069928 s[15]: 0x00016705 [00:00:01.254,272] <err> os: fpscr: 0x0001672d [00:00:01.254,272] <err> os: Faulting instruction address (r15/pc): 0x0004e29c [00:00:01.254,302] <err> os: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0 [00:00:01.254,333] <err> os: Current thread: 0x20002e28 (main) [00:00:01.387,054] <err> fatal_error: Resetting system uart:~$
This error message repeats itself over and over again. Any advice on how to proceed would be greatly appreciated!
Here is some additional context:
OS: Linux Manjaro (Virtual Machine)
Zephyr version: 3.5.99
NCS version: I used both 2.7.0 and 2.6.2