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

   [**\[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/4824120
   ```text
   $ git clone https://github.com/Fix-Point/nuttx nuttx --branch timer
   $ git clone https://github.com/apache/nuttx-apps apps --branch master
   $ pushd nuttx
   $ git reset --hard HEAD
   HEAD is now at 9415cbaa95 arch/arm64: Increase the timer accuracy with the 
lower USEC_PER_TICK.
   $ popd
   $ pushd apps
   $ git reset --hard HEAD
   HEAD is now at 3b03636e9 examples/bmi160: Fix typo of depends on
   $ popd
   NuttX Source: 
https://github.com/apache/nuttx/tree/9415cbaa956adcc59e020c10c4d3ec1313273196
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/3b03636e95f6202b512d8af32629da4c0dc4af2c
   $ 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.6)
   $ 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  0.0.0 9415cbaa95 Mar 10 2025 18:35:43 arm64 qemu-armv8a
   nsh> ostest
   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
   nsh> 
   ```
   


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