halyssonJr commented on issue #17351:
URL: https://github.com/apache/nuttx/issues/17351#issuecomment-3575487645
@acassis
Binary Loader, it's working fine.
For this test, I used the Linum (STM32H7), considering this board doesn't
have an MMU, other option would be the reallocation ELF.
- Config:
```
./tools/configure.sh linum-stm32h753bi:sdcard
```
- NSH Output :
```
NuttShell (NSH) NuttX-12.11.0
nsh> mount -t vfat /dev/mmcsd0 /bin
nsh> ls bin
/bin:
hello
nsh> hello
Hello, World!!
nsh> cd bin
nsh> hello
Hello from ELF program
Start to counting to 10 ...
Counter = 0
Counter = 1
Counter = 2
Counter = 3
Counter = 4
Counter = 5
Counter = 6
Counter = 7
Counter = 8
Counter = 9
Bye Bye NuttX
```
- Reference :
https://github.com/lupyuen/quickjs-nuttx#full-linking-for-nuttx-apps
Huge thanks @lupyuen
--
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]