On Mon, Dec 29, 2025 at 7:48 PM Tomek CEDRO <[email protected]> wrote:
> (..)
> +1 from me :-)
>
> Tested targets:
>
> 1. ESP32. https://gist.github.com/cederom/4c2bd95eab151d86f7e2939ea775df6c
> 2. ESP32C3. https://gist.github.com/cederom/698998c46dec0e08cd7498d00d30835c
> 3. ESP32S3. https://gist.github.com/cederom/993a17d51060ccc4346bee8d0af4ff8a
> 4. ESP32C6. https://gist.github.com/cederom/6f421ac6eecfd7172e730c1e08fc3ac0
> 5. STM32F411. https://gist.github.com/cederom/a97c4856442311461ce8026aa29562ac
> 6. STM32F412. https://gist.github.com/cederom/0e9fe1ae7c284e45448a8aa78a57a08a
> 7. STM32L432. https://gist.github.com/cederom/efe99afd40a4fdee40e7c39ca35ddab9
> 8. STM32F769. https://gist.github.com/cederom/d068498ca1d551f3bac7fffb1c16ac97
> 9. SAMV71. https://gist.github.com/cederom/c48b44958f2c68ae16404c584e62bdd5

10. rPI-4B. https://gist.github.com/cederom/1a0b59ae0643974360fac485fb79a271
11. Spresense. https://gist.github.com/cederom/d6107a424997de3fbfb924a1c27517d4

Updated log pack attached :-)

Tomek


=== rPI-4B ===

   NX BRANCH : nuttx-12.12.0-RC0
 NX RTOS LOC : /tmp/nuttx/nuttx.git
 NX APPS LOC : /tmp/nuttx/nuttx-apps.git
      TARGET : rPI-4B
  BUILD HOST : FreeBSD hexagon 14.3-RELEASE-p7 FreeBSD 14.3-RELEASE-p7
GENERIC amd64
      MFLAGS : -j24 CROSSDEV=aarch64-none-elf-
     LOGFILE : log/nuttx-12.12.0-RC0-1767034598-rPI-4B.log
   TIMESTAMP : 1767034598

aarch64-none-elf-gcc (gcc) 14.2.1 20241119
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

===>
===> rPI-4B: raspberrypi-4b:nsh
===>

nsh> uname -a
NuttX 12.12.0 54b5a8f2c3 Dec 29 2025 19:56:46 arm64 raspberrypi-4b
nsh> help
help usage:  help [-v] [<cmd>]

    .           cp          expr        mkdir       rmdir       umount
    [           cmp         false       mkrd        set         unset
    ?           dirname     fdinfo      mount       sleep       uptime
    alias       df          free        mv          source      usleep
    unalias     dmesg       help        pidof       test        watch
    basename    echo        hexdump     printf      time        xd
    break       env         kill        ps          true        wait
    cat         exec        pkill       pwd         truncate
    cd          exit        ls          rm          uname

Builtin Apps:
    dd          hello       nsh         sh
    getprime    leds        ostest
nsh> free
      total       used       free    maxused    maxfree  nused  nfree name
18446744073637396480      2177618446744073637374704
2244818446744073637374704     23      1 Umem
nsh> hello
Hello, World!!
nsh> getprime
Set thread priority to 10
Set thread policy to SCHED_RR
Start thread #0
thread #0 started, looking for primes < 10000, doing 10 run(s)
thread #0 finished, found 1230 primes, last one was 9973
Done
getprime took 341 msec
nsh> ostest
(..)
Final memory usage:
VARIABLE  BEFORE   AFTER
======== ======== ========
arena    fbb30000 fbb30000
ordblks         2        5
mxordblk fbb26238 fbb21ef8
uordblks     9da0     c040
fordblks fbb26260 fbb23fc0
user_main: Exiting
ostest_main: Exiting with status 0

NOTE: Free does not report RAM amount correctly (known issue).


=== SPRESENSE ===

   NX BRANCH : nuttx-12.12.0-RC0
 NX RTOS LOC : /tmp/nuttx/nuttx.git
 NX APPS LOC : /tmp/nuttx/nuttx-apps.git
      TARGET : SPRESENSE
  BUILD HOST : FreeBSD hexagon 14.3-RELEASE-p7 FreeBSD 14.3-RELEASE-p7
GENERIC amd64
      MFLAGS : -j24 CROSSDEV=arm-none-eabi-
     LOGFILE : log/nuttx-12.12.0-RC0-1767036031-SPRESENSE.log
   TIMESTAMP : 1767036031

arm-none-eabi-gcc (gcc) 14.2.1 20241119
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

===>
===> SPRESENSE: spresense:nsh
===>

NuttShell (NSH) NuttX-12.12.0
nsh> uname -a
NuttX 12.12.0 54b5a8f2c3 Dec 29 2025 20:20:39 arm spresense
nsh> help
help usage:  help [-v] [<cmd>]

    .           cp          exit        ls          rm          uname
    [           cmp         expr        mkdir       rmdir       umount
    ?           dirname     false       mkrd        set         unset
    alias       date        fdinfo      mount       sleep       uptime
    unalias     df          free        mv          source      usleep
    basename    dmesg       help        pidof       test        watch
    break       echo        hexdump     printf      time        xd
    cat         env         kill        ps          true        wait
    cd          exec        pkill       pwd         truncate

Builtin Apps:
    dd     nsh    sh
nsh> free
      total       used       free    maxused    maxfree  nused  nfree name
    1450924      10908    1440016      11264    1440016     54      1 Umem


--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Attachment: cederom-nxreltest-12.12.0-RC0.1.tar.xz
Description: application/xz

Reply via email to