acassis commented on PR #1816:
URL: https://github.com/apache/nuttx-apps/pull/1816#issuecomment-1613927129
@g2gps this is the error when loading the elf-nosym hello example:
```
NuttShell (NSH) NuttX-12.1.0
nsh> ls /dev
/dev:
console
null
sda
ttyS0
nsh> hello
Hello, World!!
nsh> mount -t vfat /dev/sda /bin
nsh> ls /bin
/bin:
Testing/
hello.txt
hello
nsh> hello
_assert: Current Version: NuttX 12.1.0 9603288c80-dirty Jun 26 2023
20:01:55 arm
_assert: Assertion failed panic: at file: :0 task: hello 0x200033c8
up_dump_register: R0: 00000001 R1: 20004948 R2: 20004948 R3: 00000001
up_dump_register: R4: 200033c8 R5: 00000001 R6: 20004948 FP: 00000000
up_dump_register: R8: 00000000 SB: 00000000 SL: 00000000 R11: 00000000
up_dump_register: IP: 00000000 SP: 20005120 LR: 0800508f PC: 200033c8
up_dump_register: xPSR: 80000000 PRIMASK: 00000000 CONTROL: 00000000
up_dump_register: EXC_RETURN: fffffff9
dump_stack: User Stack:
dump_stack: base: 0x20004958
dump_stack: size: 00002008
dump_stack: sp: 0x20005120
dump_tasks: PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK
STACKBASD
dump_task: 0 0 0 FIFO Kthread N-- Ready
0000000000000000 0x20000dk
dump_task: 1 1 224 RR Kthread --- Waiting Semaphore
0000000000000000 0x200021c
dump_task: 3 3 100 RR Kthread --- Waiting Semaphore
0000000000000000 0x200039t
dump_task: 4 4 100 RR Task --- Waiting Semaphore
0000000000000000 0x200041n
dump_task: 6 6 100 RR Task --- Running
0000000000000000 0x200049
```
If you go back to 7.25 and follow my video you will see that it works
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]