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

   [**\[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/4827074
   ```text
   $ git clone https://github.com/lupyuen2/wip-nuttx nuttx --branch avaota-board
   $ git clone https://github.com/apache/nuttx-apps apps --branch master
   $ pushd nuttx
   $ git reset --hard HEAD
   HEAD is now at 03d8151e24 boards/arm64/a527/avaota-a1: Add support for 
PINE64 Yuzuki Avaota-A1 SBC (Allwinner A527 SoC)
   $ popd
   $ pushd apps
   $ git reset --hard HEAD
   HEAD is now at 0639a2ad7 boot/nxboot: enhance bootloader capabilities and 
decision logic
   $ popd
   NuttX Source: 
https://github.com/apache/nuttx/tree/03d8151e24bc27caa9d04f2d9c43a51deac25e40
   NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/0639a2ad7ba473463923ce377b0227763bf051f9
   $ cd nuttx
   $ tools/configure.sh avaota-a1:nsh
   $ make -j
   $ make -j export
   $ pushd ../apps
   $ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-12.4.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 12.4.0 03d8151e24 Mar 17 2025 17:08:35 arm64 avaota-a1
   nsh> ostest
   ======== ======== ========
   arena        a000    28000
   ordblks         2        4
   mxordblk     5ff8    1bff8
   uordblks     27e8     6700
   fordblks     7818    21900
   user_main: Exiting
   ostest_main: Exiting with status 0Now 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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to