Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread rushi ghatkar
Hi Brennan Sir, Thank you for your help. So, am I missing something? Means why it is not working on my board ? I have followed these steps properly as per this Nuttx channel video, Link: https://www.youtube.com/watch?v=heSkSd-_70g&list=PLd73yQk5Fd8JEsVD-lhwYRQKVu6glfDa8&index=1 And for another

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread rushi ghatkar
Hi Brennan Sir, Thank you for you reply Regards, Rushikesh On Wed, Aug 11, 2021, 10:56 AM Brennan Ashton wrote: > Ok I verified this is still working correctly. > > Here is a short asciinema of how I flash it using the artifacts > generated in CI (same as what you should get from a local bui

RE: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Murat Tologlu
Hi Brennan, Thank you very much for your kind replay and help. BR, Murat -Original Message- From: Brennan Ashton Sent: Wednesday, August 11, 2021 8:26 AM To: dev@nuttx.apache.org Subject: Re: Nuttx RTOS with Nucleo-H743ZI2 board Ok I verified this is still working correctly. Here is

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Brennan Ashton
Ok I verified this is still working correctly. Here is a short asciinema of how I flash it using the artifacts generated in CI (same as what you should get from a local build) using a recent build of openocd. In the description there is a short script people might find useful for fetching these ar

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Brennan Ashton
This board is part of my 30 or so boards I test for releases. I suspect there is something else up although later tonight I could give it a go. I usually test via the artifacts that are attached to the CI build job so it is faster to check and also makes sure there is nothing special about my conf

Can 2 UARTs coexist in nuttx?

2021-08-10 Thread Sathish Touch energy
Hi, I am using nuttx, with an S32K144 eval board. For debug messages and nsh, uart1 is being used now. I need to use another uart for communicating with a host application. I want to use UART0 for this purpose. Can both UART0 and UART1 be used simultaneously? If so, how to enable both of them

RE: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Murat Tologlu
Hi @acassis Who is/are responsible for Nucleo-h743zi2 board? I think, If this is an officially supported board, then there should be at least 1 person having this board and testing all the published configurations for every release and take the speech at situations like this. Perhaps you may

Re: Podling Nuttx Report Reminder - August 2021

2021-08-10 Thread Nathan Hartman
Hi all, I have copied our report for August from our CWIKI to the reporting page at https://cwiki.apache.org/confluence/display/INCUBATOR/August2021 Reminder to mentors: please remember to review and sign off. Thanks all, Nathan On Sun, Aug 1, 2021 at 12:24 AM wrote: > > Dear podling, > > Th

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Alan Carvalho de Assis
Hi Rushikesh, I think you are doing the right steps, but just to confirm: $ make distclean $ ./tools/configure.sh nucleo-h743zi2:nsh $ make menuconfig (this step is optional, just confirm that Device Drivers ---> [*] Serial Driver Support ---> Serial console (USART3) is correctly defined)

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread rushi ghatkar
Hi Sir, Thanks for your reply. I have a Nucleo-H743ZI2 board and followed a youtube video of Nuttx channel to configure, compile and flash Nuttx rtos in Nucleo-H743ZI2 board. Youtube Link : https://www.youtube.com/watch?v=heSkSd-_70g&list=PLd73yQk5Fd8JEsVD-lhwYRQKVu6glfDa8&index=1 I did exactly

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Simon Filgis
Hi Sir, split you problem: Have you verified that you're able to receive data with your PC from any known working embedded device. Best, Simon On Tue, Aug 10, 2021 at 12:11 PM rushi ghatkar wrote: > Hi Sir, > > Thanks. Appreciate for your help. > > I have flashed your firmware file, nuttx.b

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread rushi ghatkar
Hi Sir, Thanks. Appreciate for your help. I have flashed your firmware file, nuttx.bin , but still I'm not getting nsh> prompt. Its ok sir. Thanks for your help. Thanks & Regards, Rushikesh Ghatkar On Tue, Aug 10, 2021 at 3:29 PM Murat Tologlu wrote: > Hi, > > Your nuttx.bin is probably di

RE: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread Murat Tologlu
Hi, Your nuttx.bin is probably different than the nuttx.bin file which I sent to you that's why I configured and compiled an sent to you a new one for your sake; If you still can't get the nsh> prompt with the firmware I sent to you I don't have any more answer for you. Maybe someone else can

Re: Nuttx RTOS with Nucleo-H743ZI2 board

2021-08-10 Thread rushi ghatkar
Hi Sir, Thanks for your reply. Really appreciate it. When i configured and compiled nuttx rtos then in my system nuttx.bin file was created. And I have flashed that file also. Please find the nuttx directory image attachment. Your firmware file, nuttx bin file I have flashed successfully using S