Skip to content

Instantly share code, notes, and snippets.

View lupyuen's full-sized avatar
💭
Apache NuttX RTOS on StarPro64 RISC-V SBC / ESWIN EIC7700X

Lup Yuen Lee lupyuen

💭
Apache NuttX RTOS on StarPro64 RISC-V SBC / ESWIN EIC7700X
View GitHub Profile
@lupyuen
lupyuen / validate-nuttx-release-pinephone-12.9.0-RC0-47cdb6a283.log
Created April 8, 2025 06:10
Validate NuttX Release for pinephone (12.9.0 / RC0 / 47cdb6a283)
Script started on 2025-04-08 14:10:41+08:00 [COMMAND="/home/luppy/nuttx-release/release-pinephone.sh" TERM="xterm-256color" TTY="/dev/pts/42" COLUMNS="111" LINES="67"]
----- Validate NuttX Release for PinePhone
release=12.9.0
candidate=RC0
hash=47cdb6a283
https://github.com/lupyuen/nuttx-release/blob/main/release-pinephone.sh
----- Remove checkrelease folder
rm: cannot remove 'checkrelease/nuttx': Directory not empty
+ neofetch
.-/+oossssoo+/-.
@lupyuen
lupyuen / validate-nuttx-release-ox64-12.9.0-RC0-47cdb6a283.log
Created April 8, 2025 06:10
Validate NuttX Release for ox64 (12.9.0 / RC0 / 47cdb6a283)
Script started on 2025-04-08 14:09:59+08:00 [COMMAND="/home/luppy/nuttx-release/release-ox64.sh" TERM="xterm-256color" TTY="/dev/pts/40" COLUMNS="118" LINES="67"]
----- Validate NuttX Release for Ox64
release=12.9.0
candidate=RC0
hash=47cdb6a283
https://github.com/lupyuen/nuttx-release/blob/main/release-ox64.sh
----- Remove checkrelease folder
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
@lupyuen
lupyuen / validate-nuttx-release-ox64-12.9.0-RC0-47cdb6a283.log
Created April 8, 2025 06:06
Validate NuttX Release for ox64 (12.9.0 / RC0 / 47cdb6a283)
Script started on 2025-04-08 13:55:24+08:00 [COMMAND="/home/luppy/nuttx-release/release-ox64.sh" TERM="xterm-256color" TTY="/dev/pts/40" COLUMNS="118" LINES="67"]
----- Validate NuttX Release for Ox64
release=12.9.0
candidate=RC0
hash=47cdb6a283
https://github.com/lupyuen/nuttx-release/blob/main/release-ox64.sh
----- Remove checkrelease folder
rm: cannot remove 'checkrelease': No such file or directory
+ neofetch
.-/+oossssoo+/-.
@lupyuen
lupyuen / validate-nuttx-release-milkvduos-12.9.0-RC0-47cdb6a283.log
Created April 8, 2025 05:59
Validate NuttX Release for milkvduos (12.9.0 / RC0 / 47cdb6a283)
Script started on Tue Apr 8 13:54:13 2025
Command: /Users/luppy/nuttx-release/release-milkvduos.sh
----- Validate NuttX Release for Milk-V Duo S
release=12.9.0
candidate=RC0
hash=47cdb6a283
https://github.com/lupyuen/nuttx-release/blob/main/release-milkvduos.sh
----- Remove checkrelease folder
rm: checkrelease: No such file or directory
+ neofetch
@lupyuen
lupyuen / gist:e52f7b11fcdf518862405221605c32e9
Created April 7, 2025 23:01
[arm-05] Rebuild: nuttx @ 9a4b65d63885682c77deb67e46b0e65901cf5e7d / nuttx-apps @ 8ab4db61a822c0093bb2fc5dddc3d75886f686f1
sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c '
set -x ;
uname -a ;
cd ;
pwd ;
git clone https://github.com/anchao/nuttx nuttx --branch 25020501 ;
git clone https://github.com/anchao/nuttx-apps apps --branch 25020501 ;
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ;
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ;
sleep 10 ;
@lupyuen
lupyuen / gist:86e763ea742eac361d73e40a4f9b39cd
Last active April 7, 2025 23:02
[xtensa-03] Rebuild: nuttx @ 9a4b65d63885682c77deb67e46b0e65901cf5e7d / nuttx-apps @ 8ab4db61a822c0093bb2fc5dddc3d75886f686f1
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/anchao/nuttx nuttx --branch 25020501
git clone https://github.com/anchao/nuttx-apps apps --branch 25020501
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci
@lupyuen
lupyuen / gist:a6f418105def27c13b86e53bb48967ea
Last active April 7, 2025 17:00
[sim-01] Rebuild: nuttx @ 9a4b65d63885682c77deb67e46b0e65901cf5e7d / nuttx-apps @ 8ab4db61a822c0093bb2fc5dddc3d75886f686f1
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/anchao/nuttx nuttx --branch 25020501
git clone https://github.com/anchao/nuttx-apps apps --branch 25020501
pushd nuttx ; git reset --hard HEAD ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; git reset --hard HEAD ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci
Script started on 2025-04-03 20:41:58+08:00 [COMMAND="/home/luppy/nuttx-build-farm/build-test-avaota.sh HEAD HEAD https://github.com/anchao/nuttx 25020501 https://github.com/anchao/nuttx-apps 25020501" TERM="xterm-256color" TTY="/dev/pts/20" COLUMNS="106" LINES="71"]
Now running https://github.com/lupyuen/nuttx-build-farm/blob/main/build-test-avaota.sh HEAD HEAD https://github.com/anchao/nuttx 25020501 https://github.com/anchao/nuttx-apps 25020501
+ export AVAOTA_SERVER=thinkcentre
+ AVAOTA_SERVER=thinkcentre
+ nuttx_hash=HEAD
+ apps_hash=HEAD
+ nuttx_url=https://github.com/anchao/nuttx
+ nuttx_ref=25020501
+ apps_url=https://github.com/anchao/nuttx-apps
+ apps_ref=25020501
[ 2.392658][I] FATFS: read splash.bin addr=40080000
[ 2.400703][I] FATFS: read in 2ms at 6.33MB/S
[ 3.191394][I] FATFS: read /Image addr=40800000
[ 3.343998][I] FATFS: read in 148ms at 8.71MB/S
[ 3.349846][I] FATFS: read /dtb/allwinner/sun55i-t527-avaota-a1.dtb addr=40400000
[ 3.402420][I] FATFS: read in 19ms at 7.46MB/S
[ 3.408171][I] FATFS: read /uInitrd addr=43000000
[ 4.116123][I] FATFS: read in 702ms at 9.04MB/S
[ 4.121974][I] Initrd load 0x43000000, Size 0x00632414
[ 5.394696][W] FDT: bootargs is null, using extlinux.conf append.
sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/apache/nuttx
git clone https://github.com/apache/nuttx-apps apps
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci