You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/03 18:11:09 UTC

[GitHub] [incubator-nuttx] TregliaRaphael opened a new issue, #6566: NUCLEO-L496ZG-P: no nsh access

TregliaRaphael opened a new issue, #6566:
URL: https://github.com/apache/incubator-nuttx/issues/6566

   Hi,
   i'm trying to flash default configuration for the NUCLEO-L496ZG-p board but the nsh console is stuck in readline. Let me go in deeper.
   
   **Steps:**
   ```
   mkdir folder_test
   cd folder_test
   Cloning apps & nuttx repo
   cd nuttx
   ./tools/configure.sh -l nucleo-l496zg:nsh
   make oldconfig
   make
   
   st-flash write nuttx.bin 0x8000000
   sudo screen /dev/ttyACM0 115200
   ```
   **Results**:
   
   The board blink correctly and is booting. I'm able to GDB in but i'm stuck in nsh_main readline().
   I doesn't do temporary blue blinks like the last example i'hv done on the nucleo-144:f767-nsh (this one was working ez)
   i tried screen command on the STLINKv2-1 USB directly and on the UART3 as mentionned in the README.
   
   I don't have anymore to give except that the Nucleo board i'm using is totally brand new (just few plugs / no burn i promess)
   
   Hope anyone can help me or give me advices. I'm know very well nuttx as PX4 user but not as new app creator.
   
   Thanks you !
   


-- 
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-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 closed issue #6566: NUCLEO-L496ZG-P: no nsh access

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 closed issue #6566: NUCLEO-L496ZG-P:   no nsh access
URL: https://github.com/apache/incubator-nuttx/issues/6566


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] ALTracer commented on issue #6566: NUCLEO-L496ZG-P: no nsh access

Posted by GitBox <gi...@apache.org>.
ALTracer commented on issue #6566:
URL: https://github.com/apache/incubator-nuttx/issues/6566#issuecomment-1191058636

   @TregliaRaphael Why are you using commit from master? Have you tried checking out releases/10.3 branch for both nuttx.git and apps.git?
   
   Other than that I can only recommend checking GPIO pin mappings in your board.h and Kconfig options regarding USART and console selection. I don't have any relatives of STM32L4.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org