nuttxpr commented on PR #15901: URL: https://github.com/apache/nuttx/pull/15901#issuecomment-2682259927
[**\[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/4810752 ```text $ git clone https://github.com/gpoulios/nuttx nuttx --branch master $ git clone https://github.com/apache/nuttx-apps apps --branch master $ pushd nuttx $ git reset --hard HEAD HEAD is now at b9191c9498 arch/arm64: fix boot stage prints with CONFIG_ARCH_EARLY_PRINT=y $ popd $ pushd apps $ git reset --hard HEAD HEAD is now at b84f93c4d [nxstyle] fix Relative file path $ popd NuttX Source: https://github.com/apache/nuttx/tree/b9191c9498521b94cf6a4695ca1d3dc08e6284f0 NuttX Apps: https://github.com/apache/nuttx-apps/tree/b84f93c4df4d52a2d93134d91223e8c757106d9f $ 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 0.0.0 b9191c9498 Feb 25 2025 22:51:33 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 ``` -- 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