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

   [**\[Experimental Bot, please feedback 
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues)
   
   Build and Test Successful (avaota-a1:nsh)
   https://gitlab.com/lupyuen/nuttx-build-log/-/snippets/5994003
   ```text
   $ git clone https://github.com/PiyushPatle26/nuttx nuttx --branch 
am62x-beagleplay-bringup
   $ git clone https://github.com/apache/nuttx-apps apps --branch master
   $ pushd nuttx
   $ git reset --hard HEAD
   HEAD is now at cc74e93d17 boards/arm64/am62x: normalize defconfigs
   $ popd
   $ pushd apps
   $ git reset --hard HEAD
   HEAD is now at 173e19cde apps/examples: Add path option to SPI Slave test
   $ popd
   NuttX Source: 
https://github.com/apache/nuttx/tree/cc74e93d17090703f842a839654807c2c6f089c9
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/173e19cde118546c5d3180e1a4b5c3c53a765142
   $ cd nuttx
   $ tools/configure.sh avaota-a1:nsh
   $ make -j
   $ make -j export
   $ pushd ../apps
   $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-0.0.0.tar.gz
   $ make -j import
   $ popd
   $ genromfs -f initrd -d ../apps/bin -V NuttXBootVol
   $ head -c 65536 /dev/zero
   $ cat nuttx.bin /tmp/nuttx.pad initrd
   $ scp Image thinkcentre:/tmp/Image
   $ ssh thinkcentre sudo /home/user/copy-image.sh
   $ sd-mux-ctrl --device-serial=sd-wire_02-09 --ts
   $ mkdir -p /tmp/sda1
   $ mount /dev/sda1 /tmp/sda1
   $ cp /tmp/Image /tmp/sda1/
   $ rm /tmp/Image
   $ umount /tmp/sda1
   $ sd-mux-ctrl --device-serial=sd-wire_02-09 --dut
   $ cd /home/luppy/nuttx-build-farm
   $ ssh thinkcentre
   nsh> uname -a
   NuttX 0.0.0 cc74e93d17 May 20 2026 19:06:55 arm64 avaota-a1
   nsh> ostest
   arena        a000    26000
   ordblks         2        4
   mxordblk     6ff8    1aff8
   uordblks     27d8     66f0
   fordblks     7828    1f910
   user_main: Exiting
   ostest_main: Exiting with status 0
   nsh> Now running 
https://github.com/lupyuen/nuttx-build-farm/blob/main/avaota-power.sh off
   ----- Power off Avaota-A1
   []
   ```
   


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