Hello, I am attempting to runing nuttx on NXP imxrt1020 board. I have downloaded the latest version from the https://nuttx.apache.org/ and follow the getting started steps:
1../tools/configure.sh imxrt1020-evk:nsh 2.make menuconfig 3.make However, After I flashed the nuttx.hex with J-Link into the board and try get nsh info from lpuart COM there is only below dump info. Could you please help check why the nuttx can not runing nsh normally on imxrt1020? dump_assert_info: Current Version: NuttX 12.8.0 3bf704ad13 Feb 17 2025 15:21:34 arm dump_assert_info: Assertion failed panic: at file: :0 task: Idle_Task process: Kernel 0x600031dd up_dump_register: R0: 20201240 R1: 00000000 R2: 6001448c R3: 00000007 up_dump_register: R4: 00000003 R5: 20200b80 R6: 20201240 FP: 6001448c up_dump_register: R8: 00000000 SB: 20200c44 SL: 00000002 R11: 00000000 up_dump_register: IP: 00000000 SP: 20202c30 LR: 6000363b PC: 6000363b up_dump_register: xPSR: 60000003 BASEPRI: 00000080 CONTROL: 00000000 up_dump_register: EXC_RETURN: 00000000 dump_stacks: ERROR: Stack pointer is not within the stack dump_stackinfo: User Stack: dump_stackinfo: base: 0 dump_stackinfo: size: 00000000 stack_dump: 0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 dump_tasks: PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACKBASE STACKSIZE COMMAND Thank you. Simin