cederom commented on PR #17272:
URL: https://github.com/apache/nuttx/pull/17272#issuecomment-3483283446

   I mean use `>` or ```` marks to paste logs directly into the PR so they are 
clearly visible, do not upload pictures or files, thanks :-)
   
   Like this:
   
   ```
   - Ready to Boot Primary CPU
   - Boot from EL2
   - Boot from EL1
   - Boot to C runtime for OS Initialize
   [    0.002000] bcm2711_mbox_sendreq: Unknown response code: 00000000
   [    0.215000] bcm2711_waitresponse: Got error: -110
   [    0.219000] mmcsd_sendcmdpoll: ERROR: Wait for response to cmd: 00008101 
failed: -110
   [    0.227000] bcm2711_recvshort: Error: -110
   
   NuttShell (NSH) NuttX-10.4.0
   nsh> uname -a
   NuttX 10.4.0 89e841fed4 Nov  4 2025 01:30:07 arm64 raspberrypi-4b
   nsh> ?
   help usage:  help [-v] [<cmd>]
   
       .           cp          expr        mkdir       rm          uname
       [           cmp         false       mkfatfs     rmdir       umount
       ?           dirname     fdinfo      mkrd        set         unset
       alias       df          free        mount       sleep       uptime
       unalias     dmesg       help        mv          source      usleep
       basename    echo        hexdump     pidof       test        watch
       break       env         kill        printf      time        xd
       cat         exec        pkill       ps          true        wait
       cd          exit        ls          pwd         truncate
   
   Builtin Apps:
       dd          getprime    nsh         ostest      sdstress    sh
   nsh> cat /sd/test.txt
   nsh: cat: open failed: 2
   nsh> echo "NUTTX ON SANDISK ENDURANCE TEST" >> /sd/test.txt
   nsh> cat /sd/test.txt
   NUTTX ON SANDISK ENDURANCE TEST
   ```
   
   See: 
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax


-- 
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]

Reply via email to