nuttxpr commented on PR #15842:
URL: https://github.com/apache/nuttx/pull/15842#issuecomment-2664428056

   [**\[Experimental Bot, please feedback 
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
   
   Build and Test Successful (qemu-armv8a:netnsh)
   https://gitlab.com/lupyuen/nuttx-build-log/-/snippets/4807820
   ```text
   $ git clone https://github.com/Donny9/incubator-nuttx nuttx --branch sem
   $ git clone https://github.com/apache/nuttx-apps apps --branch master
   $ pushd nuttx
   $ git reset --hard HEAD
   HEAD is now at b294c886eb fs/drivers: Avoid causing a busy loop in the 
program due to context switching induced by sem_post.
   $ popd
   $ pushd apps
   $ git reset --hard HEAD
   HEAD is now at 62894b9ba examples/spislave_test: Add user data receive
   $ popd
   NuttX Source: 
https://github.com/apache/nuttx/tree/b294c886ebed11f3927226cad6dc5d6aee4877a0
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/62894b9baf2978815ceec454e53118e6d83c84f6
   $ aarch64-none-elf-gcc -v
   $ cd nuttx
   $ tools/configure.sh qemu-armv8a:netnsh
   $ make -j
   $ dd if=/dev/zero of=./mydisk-1gb.img bs=1M count=1024
   $ qemu-system-aarch64 --version
   QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.5)
   $ qemu-system-aarch64 -cpu cortex-a53 -nographic -machine 
virt,virtualization=on,gic-version=3 -chardev stdio,id=con,mux=on -serial 
chardev:con -global virtio-mmio.force-legacy=false -device 
virtio-serial-device,bus=virtio-mmio-bus.0 -chardev 
socket,telnet=on,host=127.0.0.1,port=3450,server=on,wait=off,id=foo -device 
virtconsole,chardev=foo -device virtio-rng-device,bus=virtio-mmio-bus.1 -netdev 
user,id=u1,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:23,hostfwd=tcp:127.0.0.1:15001-10.0.2.15:5001
 -device virtio-net-device,netdev=u1,bus=virtio-mmio-bus.2 -drive 
file=./mydisk-1gb.img,if=none,format=raw,id=hd -device 
virtio-blk-device,bus=virtio-mmio-bus.3,drive=hd -mon chardev=con,mode=readline 
-kernel ./nuttx
   nsh> uname -a
   NuttX  9.1.0 b294c886eb Feb 18 2025 09:48:25 arm64 qemu-armv8a
   nsh> ostest
   Final memory usage:
   VARIABLE  BEFORE   AFTER
   ======== ======== ========
   arena     7be7000  7be7000
   ordblks         8        6
   mxordblk  7b91f38  7b8fef8
   uordblks    51878    54c48
   fordblks  7b95788  7b923b8
   user_main: Exiting
   ostest_main: Exiting with status 0
   ```
   


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