no1wudi commented on PR #2487:
URL: https://github.com/apache/nuttx-apps/pull/2487#issuecomment-2601187377

   @lupyuen It's OK for me:
   ```
    Executing task: qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu 
rv64 -smp 8 -bios none -nographic -kernel nuttx/nuttx 
   
   ABC
   NuttShell (NSH) NuttX-12.8.0
   nsh> ?
   help usage:  help [-v] [<cmd>]
   
       .           cmp         false       mount       set         uptime      
       [           dirname     fdinfo      mv          sleep       usleep      
       ?           dd          free        pidof       source      watch       
       alias       df          help        poweroff    test        xd          
       unalias     dmesg       hexdump     quit        time        wait        
       basename    echo        kill        printf      true        
       break       env         pkill       ps          truncate    
       cat         exec        ls          pwd         uname       
       cd          exit        mkdir       rm          umount      
       cp          expr        mkrd        rmdir       unset       
   
   Builtin Apps:
   [config.txt](https://github.com/user-attachments/files/18471577/config.txt)
   
       getprime            hello_rust_cargo    ostest              
       hello               nsh                 sh                  
   nsh> uname -a
   NuttX 12.8.0 8e3621e059 Jan 20 2025 10:15:11 risc-v rv-virt
   nsh> hello_rust_cargo
   {"name":"John","age":30}
   {"name":"Jane","age":25}
   Deserialized: Alice is 28 years old
   Pretty JSON:
   {
     "name": "Alice",
     "age": 28
   }
   Hello world from tokio!
   QEMU: Terminated
   ```
   
   This is my config file: 
   [config.txt](https://github.com/user-attachments/files/18471578/config.txt)
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to