2017-08-16 04:57 AM
I am trying to run nuttx on STM32F429IDisco device. I am following tutorial from nuttx official channel on youtube. Few days ago i was not able to start minicom. But after some study i was able to start it, using /dev/stlinkv2_2.
https://stackoverflow.com/questions/45627751/minicom-is-not-starting
Anyway, at this moment i am stuck at very next step. My minicom have succesfully started but i can't start nsh to run my programs by clicking reset button.
Can anybody tell me what is the wrong i have done ? stlinkv2_2 isn't right way to setup device? or any other mistake?
My development Environment: Ubuntu 16.04#nuttx #usb #nsh #stm32f429disco2017-08-16 05:46 AM
I think there are not so many Nuttx users in this Community. You may expect better support in the Nuttx
https://groups.yahoo.com/neo/groups/nuttx/conversations/messages
than here.Edit:
Ha! Who could've guessed that Gregory Nutt himself is here..
2017-08-16 07:03 AM
There is a verified usbnsh configuration in nuttx/configs/stm32f429i-disco/usbnsh. Are you using that?
2017-08-16 09:59 AM
No! I am using stm32f429i-disco/nsh
2017-08-16 11:42 AM
That configuration does not support the USB serial console interface. If you want the USB console, you need to use the usbnsh configuration. That is the difference between the two configurations!
2017-08-16 11:47 AM
Savoir-Faire is everywhere!
2017-08-16 12:03 PM
Thanks ....I will let you know after testing
2017-08-16 03:04 PM
Deja vu gets repetitive after a while...
2017-08-17 01:03 AM
I have tried with
stm32f429i-disco/usbnsh but no luck!
still the nsh console is not starting....reset button clicking doesn't start the nsh console.
I have configured Serial Device /dev/stlinkv2_1 ... before that i tried tty0, ttyUSB0, ttyACM0, ttyS0.
I got not found errror for USB0, ACM0. tty0 and ttyS0 shows no error.
When i configured
/dev/stlinkv2_1
at least the device responses. I mean if i unplug the usb at least it shows warning..What should i do now ?
Nutt.Gregory
2017-08-29 01:32 AM
Nutt.Gregory
Please look at the issue