dmesg return is empty

2021-01-19 Thread Flavio Castro Alves Filho
Hello, I installed dmesg (ramlog) support on my system and when I run it on nuttshell I have an empty response. I am using NuttX release 10 My board is stm32f4discovery My configuration is nsh, with the adaption for USB according to the video (https://www.youtube.com/watch?v=5BznGFvodmg) I have j

Re: dmesg return is empty

2021-01-19 Thread Alan Carvalho de Assis
Hi Flavio, Did you enable DEBUG functions related to the subsystem you want to monitor? Also you can test using syslog() function in your board initialization code just to see if what you try to print appears when you call dmesg command. BR, Alan On 1/19/21, Flavio Castro Alves Filho wrote: >

Re: dmesg return is empty

2021-01-19 Thread Flavio Castro Alves Filho
Hello Alan, I don't think so. Which DEBUG functions should I enable to see the messages? Thank you for your fast response. Best regards, Flavio Em ter., 19 de jan. de 2021 às 17:06, Alan Carvalho de Assis escreveu: > > Hi Flavio, > > Did you enable DEBUG functions related to the subsystem yo

Re: dmesg return is empty

2021-01-19 Thread Alan Carvalho de Assis
Try to enable the FS or SCHED Error, Warning and Info, it should work to let you see some message on RAMLOG, like suggested in the wiki page. BR, Alan On 1/19/21, Flavio Castro Alves Filho wrote: > Hello Alan, > > I don't think so. > > Which DEBUG functions should I enable to see the messages?