maitiSoutrik commented on issue #15693: URL: https://github.com/apache/nuttx/issues/15693#issuecomment-2616003207
Hi @yashvi-05 , I followed the steps : 1. `make distclean` 2. `./tools/configure.sh nucleo-f446re:nsh` 3. `make menuconfig` I selected the following from menuconfig : - Device Drivers -> LED Support [ * ] LED Driver [ * ] Generic Lower Half LED Driver - Application Config -> Examples [ * ] LED driver example 4. `make -j8 && st-flash --connect-under-reset write nuttx.bin 0x08000000` I am using `picocom` to view the terminal ``` nsh> nsh> ls /dev /dev: console null ttyS0 zero nsh> ``` As you can see the `/dev/userleds` is not there. -- 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