Re: App crashes if entrypoint but not from nsh

2023-07-06 Thread Tim Hardisty
Argument is correctly passed and prints as expected. I just found that for some reason in the new config I created for this work that somehow CONFIG_BOARD_LATE_INITIALIZE was not set, so my board bringup code was not initialised, so there was no /dev/fb0 for lvgl to use. Doh! On 05/07/2023

Re: Build error 12.2.0

2023-07-06 Thread Alan C. Assis
Hmm, too late, NuttX 12.2.0 as released with that regression. As workaround people can use Linux and avoid too much power in the hands of a single company! That company value is U$ 4 Trillion (only 7 countries in the world has GDP bigger than that). Jokes aside, I thin we need to release 12.2.1

[OT] Getting Started with (Apache) NuttX RTOS Part 2 - Looking Inside and Creating Your Customized Image

2023-07-06 Thread Alan C. Assis
Hi NuttXers, The second part of the NuttX Getting Started was published: https://www.embeddedrelated.com/showarticle/1543.php BR, Alan

Re: Build error 12.2.0

2023-07-06 Thread Alin Jerpelea
we should do 12.2.1 soon Best regards Alin On Thu, 6 Jul 2023, 15:43 Alan C. Assis, wrote: > Hmm, too late, NuttX 12.2.0 as released with that regression. > > As workaround people can use Linux and avoid too much power in the > hands of a single company! That company value is U$ 4 Trillion

Re: Bootloaders other than u-boot?

2023-07-06 Thread Tim Hardisty
Having got u-boot to work and, now, also got lvgldemo to run automatically at startup, I have taken some rough timings of the boot time on my sama5d27 board and thought others might be interested. power->at91bootstrap->uboot (autoboot with 0s timeout)->nuttx->graphics on the screen: 6 seconds

Re: Build error 12.2.0

2023-07-06 Thread Gregory Nutt
Jokes aside, I thin we need to release 12.2.1 with a fix, what do you think Alin? If you decide to do another release, I would think that a 12.2.1 release should also include #9716.  This is a pretty serious problem to be in release code as well: https://github.com/apache/nuttx/pull/9716

Build error 12.2.0

2023-07-06 Thread Mark Stevens
So had a play with 12.2 and came across an error when building. make -j V=2 generates the following expanded output for the error: grep -v "CONFIG_BASE_DEFCONFIG" "/Users/markstevens/GitHub/NuttXAndPicoW/nuttx/.config" > "/Users/markstevens/GitHub/NuttXAndPicoW/nuttx/.config.tmp" echo "Create

Re: Build error 12.2.0

2023-07-06 Thread Petro Karashchenko
https://github.com/apache/nuttx/issues/9670 On Thu, Jul 6, 2023, 2:29 PM Mark Stevens wrote: > So had a play with 12.2 and came across an error when building. > > make -j V=2 generates the following expanded output for the error: > > grep -v "CONFIG_BASE_DEFCONFIG" >