Hi,
And when I tried built-in example app "leds" , to make as an entry point,
it gives error,* led_daemon: ERROR: Failed to open /dev/userleds: 2*
So for a built -in app example, could you please tell me what is wrong?
Regards,
Rushikesh Ghatkar
On Tue, Sep 28, 2021 at 10:38 AM rushi ghatkar
Hi,
Actually I have created my own gpio driver and created an app too.
When I run the app using picocom, it works fine.
But when I create an application as an entry point using *RTOS features
---> Task and scheduling ---> Application entry point *and
*CONFIG_BOARD_LATE_INITIALIZE
in the RTOS Fea
Dear all,
@David, thank you for your explanation.
I started research on the implementation of uname. From there I came across
the nuttx/version.sh
Within I find:
> # Get GIT information (if not provided on the command line)
> if [ -z "${BUILD}" ]; then
> BUILD=`git -C ${WD} log --oneline -1 |